Image classification model that automatically categorizes waste products using Transfer Learning and Fine-Tuning techniques.
Classifying waste correctly is a real-world problem with direct environmental impact. This project uses a pre-trained CNN model and applies Transfer Learning and Fine-Tuning to adapt it to waste product classification — achieving strong results without training from scratch.
- Python
- PyTorch
- Transfer Learning (pre-trained CNN)
- Fine-Tuning
- Jupyter Notebook
- Loaded a pre-trained convolutional neural network
- Froze base layers to preserve learned features
- Replaced the classification head for the waste categories
- Fine-tuned the model on the waste dataset
- Evaluated accuracy on validation data
Final_Proj-Classify_Waste_Products_Using_TL-_FT-v1.ipynb— Main notebook
Developed as part of the IBM AI Engineering Professional Certificate program.