mkvirtualenv -p `which python3.5` fett
add2virtualenv .
pip install -r requirements.txt
python -m spacy.en.download
workon fett
gunicorn -c fett/gunicorn.config.py fett.blaster.api:app
# or: hug -f blaster/api.py
- Linux:
xdg-open http://localhost:8000
- OSX:
open http://localhost:8000