Skip to content

Lavanyask03/cats-dogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

cats-dogs

Classification of images as cats or dogs using keras and tensorflow in Python.

Data can be found here: https://www.kaggle.com/chetankv/dogs-cats-images

Contents:

  1. Generating training images in batches with ImageDataGenerator and Data Augmentation
  2. Training a CNN model
  3. Evaluating the model's performance