Web service for Sherlocke to talk to Watson
baker-street powers Sherlocke, allowing it to communicate with IBM Watson and CanLII. It handles user accounts and billing for Sherlocke users, and keeps track of which documents and questions have been accessed by each user.
To setup first initialize the database, this may take a while.
python ./manage.py syncdb
then initialize the background process:
celery -A baker_street worker -l info
1st-party libraries in use:
3rd-party libraries in use: