Skip to content

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.

License

Notifications You must be signed in to change notification settings

theAdarshSrivastava/Hand-Wriiten-digit-classifier

Repository files navigation

Hand Written Digit Classifier

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.


Model Architecture

The model in .h5 format may be downloaded from here.


How to use the web app

  1. Installing the required softwares:-
    pip install -r requirements.txt
  2. Cloning the repository:-
    git clone https://github.com/theAdarshSrivastava/Hand-Wriiten-digit-classifier.git
  3. Run the web app:-
    streamlit run app.py
  4. To close the app from the terminal, press Ctrl+C.

Demo

Contributors

  • Archi Halder
  • Adarsh Srivastava
  • Aditi Verma

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published