Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 777 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 777 Bytes

Digit-Recognition-WebApp

It's Digit Recognition WebApp made using tensorflow and flask

How to Use it?

Run app.py after installing all packages and this file.

what is it?

A webApp built on flask for digit recognition.

How is it made?

It's front-end I used canvas in HTML and CSS and for drawing i used javascript and ajax functionality of jquery.

And I trained my model using tensorflow and used flask file as a server file.

Things you should know

You have to have internet connection while running it because i have used google CDN jquery.

you have to give custom path to file predict.py in load_model function. you can either choose CNN model or normal model.

you can also train your own model using increased amount of epoch different test data.