Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashraj-n/python-digit-recogniser
A simple Digits Recogniser made in Python
https://github.com/yashraj-n/python-digit-recogniser
Last synced: 4 days ago
JSON representation
A simple Digits Recogniser made in Python
- Host: GitHub
- URL: https://github.com/yashraj-n/python-digit-recogniser
- Owner: yashraj-n
- Created: 2021-11-24T11:48:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T12:00:16.000Z (about 3 years ago)
- Last Synced: 2024-04-24T05:30:47.980Z (9 months ago)
- Language: Python
- Size: 2.71 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⭐ Python Digit Recogniser
A simple digit Recogniser made in Python
## Demo
![https://cosi.is-inside.me/UtsyPQfY.gif](https://cosi.is-inside.me/UtsyPQfY.gif)
## Run Locally
Clone the project
```bash
git clone https://github.com/yashraj-n/python-digit-recogniser
```Go to the project directory
```bash
cd python-digit-recogniser
```Install dependencies
```bash
pip i keras tensorflow Pillow tkinter pywin32
```Run the Program
```bash
python digit.py
```