Skip to content

onkarsb/MNIST-Draw-and-Guess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST-Draw and Guess!

A webpage where you can draw number and let the ANN model guess it 😁

Demo:

Demo-MNIST-draw-and-guess

Run locally

  1. Clone this project
git clone https://github.com/onkarsb/MNIST-Draw-and-Guess.git
  1. 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

Project Info:

Dataset

  • MNIST Handwritten digits

Model

  • ANN
  • created and trained in keras with tensorflow
  • jupyter notebook present in MNIST-ANN-model folder

Model in browser:

  • keras model exported using tensorflowjs
  • model files present in tfjs_artifacts folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published