Recognize-Handwritten-Digits icon indicating copy to clipboard operation
Recognize-Handwritten-Digits copied to clipboard

Recognize Handwritten Digits - A Simple Web App

Recognize Handwritten Digits - A Simple Web App

A simple web app that predicts numbers 0-9 using Deep Learning.

Visit: Preview Web App

To start the web app, type the following command on the console screen:

python -m http.server 8080

You can then make predictions with the application by entering "http: // localhost: 8080 / tfjs.html" :)