AI model distinguishing between a cat, a dog, and a human.
15 epoch
Python3.9
tensorflow,keras,numpy,PIL, time,tkinter
Train:
2100 images
Test:
600 images
- Download model and file use.py
- Open file and choice image image_to_classification = r"" #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