A simple beginner level implementation of a keras model for classifying images of cats and dogs.This repo is intended to give a rough idea for beginners on how to prepare and load image dataset ,create a keras model of few layers ,train validate and test the model over the dataset. Here is the link for the Dataset for Train, Test and predict
Train dataset - https://drive.google.com/file/d/1zKMpi3CB9a_Co9fwzwDrQGu1TqD3FQcl/view?usp=sharing
Test Set - https://drive.google.com/file/d/1CeRdY3cYykJZbRnYM4mT70cmMTKF_-ym/view?usp=sharing
For prediction add new cat dog images after creating a predict folder in current directory