Create an Image Classifier model to predict whether it is a dog or a cat in an image using Keras. First, in Part-2, perform model training on the model created in part 1 and then evaluate its performance. Next up, create functions to predict digits using the model. Since this is a huge dataset, that’s why the training time can be high. Please make sure you switch your runtime type to GPU for faster training.