A simple Python program using artificial intelligence libraries to recognize numbers (0-9) from .png images with a size of 28x28 pixels.
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
Just open AI.py
from AI folder.
Note: You can add your .png images to
img
folder