Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 778 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 778 Bytes

MNIST classification by TensorFlow

screencast

Requirement

  • Python >=3.4
    • TensorFlow 0.11.0
  • Node >=6.9

How to run

$ 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.

Deploy