You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.