Skip to content

sifengyang/tensorflow-mnist

 
 

Repository files navigation

MNIST classification by TensorFlow

screencast

<<<<<<< HEAD

Requirement

#update Nodejs

1.curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -

2.sudo apt-get install nodejs

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

How to run

=======

setup

parent of c0337d8... update README

$ pip install -r requirements.txt
$ npm install
$ gunicorn main:app --log-file=-

<<<<<<< HEAD

Deploy to Heroku

=======

heroku

parent of c0337d8... update README

$ heroku apps:create [NAME]
$ heroku buildpacks:add heroku/nodejs
$ heroku buildpacks:add heroku/python
$ git push heroku master

or Heroku Button.

<<<<<<< HEAD Deploy

doesn't work...

parent of c0337d8... update README

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.7%
  • Python 29.6%
  • HTML 14.7%