MNIST is a widely used dataset for the hand-written digit classification task. It consists of 70,000 labeled 28x28 pixel grayscale images of hand-written digits. The dataset is split into 60,000 training images and 10,000 test images. There are 10 classes (one for each of the 10 digits).
List of dependencies for running this application.
- Keras
- tensorflow
- Opencv
- Pandas
- Numpy
- Matplotlib
- Download or clone this repository.
- Use
git clone https://github.com/mayanksharma019/Handwritten-Digit-Recognition.git - Extract the repository to some location.
- Weights and model configuration is saved in
mnist_handwritten.h5file. - Run
prediction.ipynband give your own handwritten image as input.

