https://github.com/johanbook/mnist-web
Flask app for drawing and classifying digits
https://github.com/johanbook/mnist-web
mnist pytorch webapp
Last synced: 2 months ago
JSON representation
Flask app for drawing and classifying digits
- Host: GitHub
- URL: https://github.com/johanbook/mnist-web
- Owner: johanbook
- Created: 2019-09-08T14:36:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T08:25:53.000Z (almost 5 years ago)
- Last Synced: 2025-03-06T04:47:11.077Z (over 1 year ago)
- Topics: mnist, pytorch, webapp
- Language: Python
- Homepage: https://digit-classifier-app.herokuapp.com
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mnist-web
Web app allowing the user to draw digits and automatically analyzes them using
an ANN model.
## Install
This app uses [pipenv](https://github.com/pypa/pipenv) for handling virtual
environments and dependencies. It can be installed via pip `pip install pipenv`.
Once all dependencies are in place, the project is run in development mode by
using
```sh
export DEBUG=True; python run.py
```
## Deployment
This app uses container-based Heroku deployment, but should only need minimal
tweaking to be adapted to other Cloud Foundry services.