waste-classifier / README.md
Deepakbusa's picture
Upload README.md
4c703c4 verified

A newer version of the Gradio SDK is available: 5.43.1

Upgrade
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

  1. Turn on your webcam
  2. Show a waste item
  3. Get instant classification with confidence score

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