Dog cat classifier distinguishes whether the image is a cat or dog.
Using tensorflow, different features of each animal are saved into a model, which is then used for predictions.
- Create a
trainfolder and then acatsanddogsfolder within it. - Place all cat and dog images inside their respective folders.
- Open and run the classifier.py file and wait for it to complete training the model.
- Open and run predict.py, input your image path and let it predict whether it is a dog or cat!
Of course, feel free to change, analyze, improve, and whatever else you might want to do! Please be sure to credit me before you publish anything!