Number Prediction by Gonzalo Hirsch

Use your mouse to write a number on the canvas. If you are unhappy with your drawing, click "Clear" to reset the canvas. Once satisfied with the number, click "Predict" to get the ML model to predict the number you drew.

(canvas)

Serverless Number Prediction

This site uses a specially-built, serverless CNN (Convolutional Neural Network) hosted in AWS to predict the number you are writing. It can analyze single digits from 0 to 9 and shows the confidence score (percentage).

If you are interested in how I built this, read the blog to learn more about it.

All the code for this project can be found on these repositories: Web and Back-End.