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:
- Generating training images in batches with ImageDataGenerator and Data Augmentation
- Training a CNN model
- Evaluating the model's performance