This web application allows you to create training sets for feature detection on images, and do a manual tagging via your web browser.
- Clone this repo
- Create a virtualenv
- Install the requirements:
pip install -r requirements.txt
- Bootstrap the db with test pictures:
python manage.py bootstrapdb - Run the server
python manage.py runserver - Go to the home (
localhost:5000by default) and do some tagging on theReplicantstraining set - Extract the results from the tagging whenever you want
