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

https://github.com/naemazam/handwritten-digit-recognition-ai

Handwritten Digit Recognition In Python
https://github.com/naemazam/handwritten-digit-recognition-ai

Last synced: 7 months ago
JSON representation

Handwritten Digit Recognition In Python

Awesome Lists containing this project

README

          

# Handwritten-Digit-Recognition-AI
Handwritten Digit Recognition In Python

The Handwritten Digit Recognition In Python was developed using Python Deep Learning, This we are going to implement a handwritten digit recognition app using the MNIST dataset. We will be using a special type of deep neural network that is Convolutional Neural Networks. In the end, we are going to build a GUI in which you can draw the digit and recognize it straight away.

A Handwritten Digit Recognition s the ability of computers to recognize human handwritten digits. It is a hard task for the machine because handwritten digits are not perfect and can be made with many different flavors. The handwritten digit recognition is the solution to this problem which uses the image of a digit and recognizes the digit present in the image.

# Runtime
Time needed: 5 minutes.

# Installed Libraries
from keras.models import load_model

tkinter

win32gui

from PIL import ImageGrab, Image

numpy