| title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license |
|---|---|---|---|---|---|---|---|---|
Waste Classification Demo |
🗑️ |
green |
blue |
gradio |
3.50.2 |
app.py |
false |
mit |
This application uses YOLOv8 to classify waste items into three categories:
- Compost: Biodegradable items (green)
- Recyclable: Items that can be processed and reused (blue)
- Garbage: Items that cannot be composted or recycled (red)
- Allow camera access when prompted
- Point your camera at waste items
- View real-time classification results with explanations
poetry install
kaggle datasets download asdasdasasdas/garbage-classification -p garbage_classification/data/ --unzip
yolo task=detect mode=train model=yolov8n.pt data=YOLO-Waste-Detection-2/data.yaml epochs=50 batch=16 imgsz=640 patience=5
yolo task=detect mode=val model=runs/detect/train24/weights/best.pt data=datasets/data.yaml