Skip to content

Rep-G/dog-cat-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dog cat classifier

What is it?

Dog cat classifier distinguishes whether the image is a cat or dog.

How does it work?

Using tensorflow, different features of each animal are saved into a model, which is then used for predictions.

How do I set this up?

  1. Create a train folder and then a cats and dogs folder within it.
  2. Place all cat and dog images inside their respective folders.
  3. Open and run the classifier.py file and wait for it to complete training the model.
  4. Open and run predict.py, input your image path and let it predict whether it is a dog or cat!

Can I use this work?

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!

About

Distinguishes if an image includes a cat or a dog.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages