Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.43.1
metadata
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) 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
- Turn on your webcam
- Show a waste item
- Get instant classification with confidence score
Made with 🤗 Hugging Face + Gradio + Transformers + PyTorch.