zealerww / digits_recognition

a web application of handwritten digits recognition based on Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 68.1%Language:JavaScript 18.3%Language:HTML 11.6%Language:CSS 2.0%