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
- Host: GitHub
- URL: https://github.com/geekypandey/mnist-web-app
- Owner: geekypandey
- Created: 2020-01-04T12:09:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:23:22.000Z (over 3 years ago)
- Last Synced: 2025-08-03T10:12:26.346Z (11 months ago)
- Topics: flask
- Language: Python
- Homepage:
- Size: 40.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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