# tensorflow-mnist **Repository Path**: wangfuchao/tensorflow-mnist ## Basic Information - **Project Name**: tensorflow-mnist - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MNIST classification by TensorFlow # - [MNIST For ML Beginners](https://www.tensorflow.org/tutorials/mnist/beginners/) - [Deep MNIST for Experts](https://www.tensorflow.org/tutorials/mnist/pros/) ![screencast](https://cloud.githubusercontent.com/assets/80381/11339453/f04f885e-923c-11e5-8845-33c16978c54d.gif) ### 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](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)