Skip to content

daassh/tensorflow-mnist

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.7%
  • JavaScript 34.3%
  • HTML 12.0%