Building an image classifier in a simple way using Keras.
The notebook can be used as a reference to build an image classifier using Keras and Tensorflow as backend. The code is easy and simple to follow.
The data can be downloaded from: https://www.kaggle.com/c/dogs-vs-cats/data
The packages needed are: Tensorflow and Keras.
The same code can be used to create an image classifier for any dataset.