A machine learning model leveraging the benefits of transfer learning to recognize the breed of a dog from an uploaded image.
This model uses images from the Kaggle Dog Breed Identification dataset to train itself on the 10 most frequent breeds.
Steps Involved in Making the Model:
-
Downloading the Data and Setting Up the Environment:
-
Preprocessing the Data:
-
Building the Model:
-
Training the Model:
-
Evaluating the Model:
Test Results After training and testing, the following accuracy was achieved:
94.3% was achieved using the MobileNetV2 Transfer Learning model.