Skip to content

QubaPra/ImageRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

pip install Image
pip install os
pip install keras
pip install tensorflow

Note: Use cmd in administrator mode for installation

Run

Just open AI.py from AI folder.

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