It is a web application of handwritten digits recognition based on Django. The website looks like:
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.
- Python
- Django
- PIL
- Tensorflow
- whitenoise
- gunicorn
You can run the app locally
$ python3 manage.py runserver 6000
And you can visit it on localhost:6000
You can deploy the app to Heroku if you have an account
$ heroku login
$ heroku create
$ git push heroku master