Spaces:
Runtime error
Runtime error
Upload README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# ♻️ Live Waste Classifier
|
2 |
|
3 |
-
This app uses a Hugging Face pretrained model (
|
4 |
|
5 |
-
## Model
|
6 |
- **Recyclable**: cardboard, glass, metal, paper, plastic, can, carton
|
7 |
- **Non-Recyclable**: food waste, trash, garbage, organic
|
8 |
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: ♻️ Waste Classifier Live
|
3 |
+
emoji: ♻️
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: gray
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.19.2"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
+
---
|
15 |
+
|
16 |
# ♻️ Live Waste Classifier
|
17 |
|
18 |
+
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.
|
19 |
|
20 |
+
## 🧠 Model Classes
|
21 |
- **Recyclable**: cardboard, glass, metal, paper, plastic, can, carton
|
22 |
- **Non-Recyclable**: food waste, trash, garbage, organic
|
23 |
|
24 |
+
## 🚀 How It Works
|
25 |
+
1. Turn on your webcam
|
26 |
+
2. Show a waste item
|
27 |
+
3. Get instant classification with confidence score
|
28 |
+
|
29 |
+
Made with 🤗 Hugging Face + Gradio + Transformers + PyTorch.
|