Skip to content

Latest commit

 

History

History

number-recognition

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

ImageRecognition

A simple Python program using artificial intelligence libraries to recognize numbers (0-9) from .png images with a size of 28x28 pixels.

Installation

To use this code, you'll need to install Python and several libraries. You can install them using pip command:

pip3 install -r requirements.txt

Run

Just open ai.py.

Note: You can add your .png images to img folder

Note: If you want to create your model.h5 first unzip trainingSet.zip!