Skip to content

dwyerk/fett

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fett

Setup environment

mkvirtualenv -p `which python3.5` fett
add2virtualenv .

Install requiremnts

pip install -r requirements.txt

Download Spacy model

python -m spacy.en.download

run the blaster api

workon fett
gunicorn -c fett/gunicorn.config.py fett.blaster.api:app
# or: hug -f blaster/api.py

visit the api

  • Linux: xdg-open http://localhost:8000
  • OSX: open http://localhost:8000

About

FinE Truck Tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages