An AI model distinguishing digits from 0 to 9. Trained for 15 epochs.
Python3.9
tensorflow,keras,numpy,PIL, time,tkinter
Train:
800 images
Test:
60 images
- Download model and file use.py
- Open file and choice image image_to_classification = r"037.jpg" #your image to classification
- Open the Terminal/CMD and write command: pip install python3.9
python3.9 -m pip install tensorflow2.9.1
python3.9 -m pip install numpy1.22.4
python3.9 -m pip install tensorboard
python3.9 -m pip install pillow
python3.9 -m pip install scipy
python3.9 use.py
Work file:
Image Test: