Skip to content

rindai87/tensorflow-mnist

 
 

Repository files navigation

MNIST classification by TensorFlow

screencast

Requirement

  • Python >=2.7 or >=3.4
    • TensorFlow >=1.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

Releases

No releases published

Packages

No packages published

Languages

  • Python 40.5%
  • JavaScript 39.6%
  • HTML 19.9%