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

https://github.com/geekypandey/mnist-web-app

Velma - WebApp for recognizing digits
https://github.com/geekypandey/mnist-web-app

flask

Last synced: 2 months ago
JSON representation

Velma - WebApp for recognizing digits

Awesome Lists containing this project

README

          

# Velma - WebApp for recognizing digits.

## Setting up the environment
Create a virtual environment and install the required packages.
```
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
```

## Running the application
```
flask run
```
By default the service will be running at port 5000 and can be accessed at http://localhost:5000/

## TODO
- [ ] Image to be displayed when added by the user
- [ ] Result should be shown with the images
- [ ] Single page application
- [ ] Deployment on Heroku