Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```