This project uses FastAI and a pretrained ResNet34 model to classify cats vs dogs.
Dataset: Oxford-IIIT Pets (subset used: cats & dogs).
- Built an image classifier with transfer learning (ResNet34 backbone).
- Achieved ~90%+ validation accuracy.
- Performed error analysis with confusion matrix and top losses visualization.
- Packaged into a reproducible Jupyter notebook.
Validation Accuracy: ~90%+
Top Losses (Misclassified Examples)

cat_dog_classifier.ipynb→ Training & evaluation notebookresults/→ Visualizations (confusion matrix, top losses, sample prediction)
pip install fastai torch torchvision matplotlib pillow
