Skip to content

draw charachters on an html canvas and predict what number it is. Accuracy: ok (because essentially you're scaling a large image to 28x28). School project.

Notifications You must be signed in to change notification settings

0xDaksh/mnist-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build the model

ipython generate_model.py

  • saves the model in save directory

Convert the model to tensorflowjs

tensorflowjs_converter --input_format keras \
                       save/model.h5 \
                       save/

Try it using

	python serve.py

About

draw charachters on an html canvas and predict what number it is. Accuracy: ok (because essentially you're scaling a large image to 28x28). School project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published