Skip to content

sakchhams/dogs_cat_cnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Classifier, a CNN to classify images

CNN designed to classify images of cats and dogs (or just about anything and everything)

It is a 3 layer deep network, designed to solve the following problem Dogs vs. Cats | Kaggle but can be used to classify any given set of labeled images.

reqirements :

  • tensorflow
  • numpy
  • cv2

prepare the dataset using

python prepare_data.py

scales down all the images to the same resolution as described in the hyperparameters

train

python run_train.py

About

CNN designed to classify images of cats and dogs (or just about anything and everything)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages