Skip to content

jasmcaus/image-classifier-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Image Classifier in Python

Training a neural network to recognize cats from dogs with sizable accuracy
The entire details are mentioned in this article: https://bit.ly/3chf9qa

I've use Tensorflow and a filtered version of Dogs vs Cats dataset from Kaggle (https://www.kaggle.com/c/dogs-vs-cats/data)

If you find any issues, kindly submit it in the "Issues" section and I'll get back to you

Cheers!