/iSeeDigits

A Handwritten Digit Recognizer on the Web. Model trained locally on MNIST with ANN built from scratch.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

iSeeDigits

A Simple Handwritten Digit Recognizer.

How does it work?

It uses simple a 3-layer Neural Network. I trained the model on my local machine and I am just using the model on the web.

DataSet

It uses the MNIST DataSet. Check it out here! MNIST DataSet

Test the model for yourself!!

Test the trained model by on your own handwritten digits by using this application. https://iarunava.github.io/iSeeDigits/