Dog and Cat Breed Classifier

Published:

​​​Built a MobileNetV2 transfer-learning model in Python to classify 104 dog and cat breeds from a dataset of 29,000 images, achieving an F1 score of 84% on the test set. The pipeline included data preprocessing, early stopping, and comprehensive model evaluation.

Source Code