Skip to content

This is a React App that uses a Convolutional Neural Network-based model (trained on MNIST dataset) to recognize the digit drawn by the user using their mouse.

Notifications You must be signed in to change notification settings

ArshSekhon/Digit-Recognition-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand-written Digit Recognizer Application: Try it out!

This is a React App that allows the user to draw digits (0-9) using the mouse and it recognizes the drawn digit. The web application utilizes TensorflowJS to process the input and predict the digit using a Convolutional Neural Network-based model.

Due to the limitations resulting from executing in the browser environment, the model only processes 28x28px input images. So the digit drawn by the user is first converted into a 28x28px image before running the recognition.

The notebook used to build and train the model can be accessed here.

About

This is a React App that uses a Convolutional Neural Network-based model (trained on MNIST dataset) to recognize the digit drawn by the user using their mouse.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published