MNIST Tensorflow.js Demo #
You can try out the demo here:
This demo uses TensorFlow.js to load the MNIST dataset, train a model, and allow you to draw digits to see how well the model predicts them. Once the model is trained, you can draw a digit in the box below and it will predict what digit you drew. The model is trained on the MNIST dataset, which consists of 28x28 pixel grayscale images of handwritten digits (0-9).
This code is based loosely on this lab