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:
pip3 install -r requirements.txt
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!