Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 586 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 586 Bytes

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