MNIST classification by TensorFlow
Requirement
- Python >=3.4
- TensorFlow 0.8.0
- Node >=4.0
Setup
$ pip install -r requirements.txt
$ npm install
$ gunicorn main:app --log-file=-
Deploy to Heroku
$ heroku apps:create [NAME]
$ heroku buildpacks:add heroku/nodejs
$ heroku buildpacks:add heroku/python
$ git push heroku master
or Heroku Button.