Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 554 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 554 Bytes

mnist-web

Web app allowing the user to draw digits and automatically analyzes them using an ANN model.

Install

This app uses 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

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.