/Digits-Classifier

Classification of Hand Written digits on HTML canvas in real-time using the CNN model trained in Tensorflow.JS

Primary LanguageJavaScriptMIT LicenseMIT

Digits-Classifier

  • Classifying Hand Written Numbers using Tensorflow.js

    • Have to add external Scripts into HTML for Tensorflow.JS to work.

    • Data is used in the form of sprite sheets to have less computation load.

  • The Data is Digits MNIST

  • HTML/CSS used is Minimal just to make this Web app Work

Play Around with it ---

  • First Wait for sometime till the model trains.

  • When the model get trained the square in the left will get filled with black, then draw Digits from 0 to 9 to classify them.

Netlify Status