Description
This is a simple handwriting recogniser trained on the most famous and commonly used MNIST dataset. The recogniser is made possible by training a custom made deep neural network using the Tensorflow Python library, and deployed onto the AWS Lambda stack (Node.js) for inference using Tensorflow.js. Although the model is reasonably good at recognising most digits, it is not 100% accurate (just like any other ML models). So, please don't have expectations. 🙂

Source : Wikipedia