A deep learning model for classifying garbage images into 12 categories using ResNet50.
- Battery
- Biological
- Brown Glass
- Cardboard
- Clothes
- Green Glass
- Metal
- Paper
- Plastic
- Shoes
- Trash
- White Glass
Install dependencies:
pip install -r requirements.txtpython main.pypython inference.pyresnet50_phase1.pth- Phase 1 trained modelresnet50_finetuned.pth- Fine-tuned model
Expected dataset structure:
garbage_classification/
├── battery/
├── biological/
├── brown-glass/
├── cardboard/
├── clothes/
├── green-glass/
├── metal/
├── paper/
├── plastic/
├── shoes/
├── trash/
└── white-glass/