Skip to content

SuhasBRao/Digit-Classifier-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digit-Classifier-app

A model that predicts the Digits the user draws.

The app is capable of recognising digits from 0 to 9.

Dataset


The model was trained using the MNIST Dataset. It has around 60000 images in training set.

Currently the accuracy of the app is pretty low. However, it is still under development.

Model


A sequential model was built. You can find more details in Model_Training.ipynb.

Try the App on your browser


The app is now live here.

Draw any number between 0 and 9. The model guesses what you drew.