/labellisation-site-heroku

Site for labellisation deployed with Heroku

Primary LanguagePython

Labeling app

App to label text from several items predicted with fasttext model

Deploying to Heroku

$ heroku create
$ git push heroku master

$ heroku run python manage.py migrate
$ heroku open