A webpage where you can draw number and let the ANN model guess it 😁
- Clone this project
git clone https://github.com/onkarsb/MNIST-Draw-and-Guess.git
-
Open the folder in VsCode
-
Install "Live server" extension
-
Right click on index.html and click on "Open with live server"
The webpage should load in your browser
-
- MNIST Handwritten digits
- ANN
- created and trained in keras with tensorflow
- jupyter notebook present in MNIST-ANN-model folder
- keras model exported using tensorflowjs
- model files present in tfjs_artifacts folder