Skip to content

enagantisainath/mnist-digit-recognition

Repository files navigation

mnist-digit-recognition

Simple handwritten digit recognition using MNIST Dataset.
It's referred as hello world program of Deep Learning.

Installations

pip install tensorflow
pip install Flask
pip install opencv-python
pip install pygame

Downloads

  • MNIST Dataset ( or can be imported from tensorflow module directly )