Skip to content

shantanu28sharma/DigitRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigitRecognition

Digit recognition using Tensorflow.js

Training Data

The CNN used training the model uses MNIST dataset and the trained model is saved in the local machine using tf.saveModel(). This file is then loaded during realtime prediction using tf.loadLayersModel() which is a tensorflow.js function.

Preprocessing Canvas

Canvas is used to draw the handwritten digit which is to be predicted.

Resources

For more information regarding training the model refer:- Training CNN

Releases

No releases published

Packages

No packages published