This project is a demonstration of the capability of deep learning techniques in object recognition in image data. It is a handwritten digit recognition model using the MNIST dataset.The handwritten digit recognition is the ability of computers to recognize human handwritten digits. It is a hard task for the machine because handwritten digits are not perfect and can be made with many different variations. The handwritten digit recognition is the solution to this problem which uses the image of a digit and recognizes the digit present in the image.
The model in .h5 format may be downloaded from here.
- Installing the required softwares:-
pip install -r requirements.txt
- Cloning the repository:-
git clone https://github.com/theAdarshSrivastava/Hand-Wriiten-digit-classifier.git
- Run the web app:-
streamlit run app.py
- To close the app from the terminal, press Ctrl+C.