/cats-dogs

Cats v/s dogs classifier

Primary LanguageJupyter Notebook

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