Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 786 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 786 Bytes

Voight-Kampff Trainer

Build Status

alt text

This web application allows you to create training sets for feature detection on images, and do a manual tagging via your web browser.

Installation

  • Clone this repo
  • Create a virtualenv
  • Install the requirements: pip install -r requirements.txt

Demo usage

  • Bootstrap the db with test pictures: python manage.py bootstrapdb
  • Run the server python manage.py runserver
  • Go to the home (localhost:5000 by default) and do some tagging on the Replicants training set
  • Extract the results from the tagging whenever you want