https://github.com/davidjcottrell/digit-predictor
https://github.com/davidjcottrell/digit-predictor
mnist tensorflow
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidjcottrell/digit-predictor
- Owner: DavidJCottrell
- Created: 2024-06-11T17:48:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T14:01:58.000Z (9 months ago)
- Last Synced: 2025-02-08T12:46:17.074Z (3 months ago)
- Topics: mnist, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 5.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup (WSL and Ubuntu)
Clone this repository: `https://github.com/DavidJCottrell/digit-predictor.git`.
Create and source a virtual environment in the repo directory:
`python3 -m venv ./venv`
`source ./venv/bin/activate`
Install Dependencies:
`pip install -r requirements.txt`
## Run Predictions
run `python3 predict.py` and open `test_number.png` in paint - the number will be predicted each time you save the file.
