Skip to content

a web application of handwritten digits recognition based on Django

Notifications You must be signed in to change notification settings

zealerww/digits_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwrtten Digits Recognition

It is a web application of handwritten digits recognition based on Django. The website looks like:

website

It's deployed on Heroku.

Demo Website, there may be a delay of a few seconds for the first request upon waking.

You can get more details on my post.

Dependencies

  • Python
  • Django
  • PIL
  • Tensorflow
  • whitenoise
  • gunicorn

Local

You can run the app locally

$ python3 manage.py runserver 6000

And you can visit it on localhost:6000

Deploy to Heroku

You can deploy the app to Heroku if you have an account

$ heroku login
$ heroku create
$ git push heroku master

About

a web application of handwritten digits recognition based on Django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published