Skip to content
This repository was archived by the owner on Aug 22, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 812 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 812 Bytes

baker-street

Web service for Sherlocke to talk to Watson

Overview

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.

Setup

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: