saswatamcode / digit_classifier

A web app which uses TensorFlow.js to train a model on the MNIST dataset and then classify handwritten digits.

Home Page:https://digitclassifier.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT Maintenance Ask Me Anything ! made-for-VSCode GitHub forks GitHub stars GitHub issues Open Source Love svg1 Netlify Status

Handwritten Digit Classifier

A web app which uses TensorFlow.js to train a model on the MNIST dataset and then classify handwritten digits. Also uses tfjs-vis to visualize training. Currently only works for desktop browsers.

Screenshot

MainScreen!

To Run

  • Clone into repo
  • Run npm i serve or some other alternative
  • Visit localhost:5000 and wait for training to complete
  • Draw your digits and see them get classified

A demo is hosted here.

About

A web app which uses TensorFlow.js to train a model on the MNIST dataset and then classify handwritten digits.

https://digitclassifier.netlify.app/

License:MIT License


Languages

Language:JavaScript 81.8%Language:HTML 18.2%