Skip to content

UIKit0/tensorflow-mnist

 
 

Repository files navigation

MNIST classification by TensorFlow

screencast

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.

Deploy

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.2%
  • Python 39.7%
  • HTML 20.1%