Spaces:
Runtime error
Runtime error
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. | |