- Python >=2.7 or >=3.4
- TensorFlow >=1.0
- Node >=6.9
- Visual C++ Redistributable 2015 x64 For Windows
$ pip install -r requirements.txt
$ npm install
$ gunicorn main:app --log-file=- (mac or linux)
$ python main.py (windows)
$ heroku apps:create [NAME]
$ heroku buildpacks:add heroku/nodejs
$ heroku buildpacks:add heroku/python
$ git push heroku master
or Heroku Button.