File size: 880 Bytes
4c703c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e5fa0b5
 
4c703c4
e5fa0b5
4c703c4
e5fa0b5
 
 
4c703c4
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---

title: ♻️ Waste Classifier Live
emoji: ♻️
colorFrom: green
colorTo: gray
sdk: gradio
sdk_version: "4.19.2"
app_file: app.py
pinned: false
---


Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

---

# ♻️ Live Waste Classifier

This app uses a Hugging Face pretrained model ([prithivMLmods/Recycling-Net-11](https://huggingface.co/prithivMLmods/Recycling-Net-11)) to classify real-time webcam images into **Recyclable** and **Non-Recyclable** categories.

## 🧠 Model Classes
- **Recyclable**: cardboard, glass, metal, paper, plastic, can, carton
- **Non-Recyclable**: food waste, trash, garbage, organic

## 🚀 How It Works
1. Turn on your webcam
2. Show a waste item
3. Get instant classification with confidence score

Made with 🤗 Hugging Face + Gradio + Transformers + PyTorch.