Building a ResNet model on intel image dataset
Here we use image data generator for train and test data.
There are 14034 images belonging to 6 classes for train data and 3000 images for test data
Here we use a pre-trained model.
We use ResNet50 model with ImageNet weights and remove top of the model.
We add a dense layer with 6 units for the output layer
Predicting an image using our model