Skip to content

A python web application I started to list the skin images I as working with for my research.

Notifications You must be signed in to change notification settings

rodrigoadfaria/skin-detector-ws

Repository files navigation

skin-detector-ws

Installation

NOTE: Requires virtualenv, virtualenvwrapper and Node.js.

  • $ git clone [email protected]:rodrigoadfaria/skin-detector-ws.git
  • $ mkvirtualenv skin-detector-ws
  • $ cd skin-detector-ws/
  • $ pip install -r requirements.txt
  • $ npm install -g bower
  • $ npm install
  • $ bower install
  • $ python manage.py migrate
  • $ python manage.py runserver