Skip to content

Furkan-Gulsen/Recognize-Handwritten-Digits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" :)