Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 927 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 927 Bytes

MNIST classification by TensorFlow

screencast

Requirement

How to run

$ pip install -r requirements.txt
$ npm install
$ gunicorn main:app --log-file=- (mac or linux)
$ python main.py (windows)

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