Handwritten digits recognition with tensorflowjs.
Handwritten digits recognition using tensorflowjs and pretrained model made in python (keras) using convolutional network and MNIST dataset.
Model takes as an input an array of pixels (28, 28, 1) divided by 255.
You can see how model work in browser.
To run the project you may use http-server (node.js module) to host tensorflowjs model.