An open API service indexing awesome lists of open source software.

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

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.