Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ECO SPORT
classroom
Activity Feed
Request to join this org
Follow
2
AI & ML interests
None defined yet.
Team members
2
ECOSORT
's activity
All
Models
Datasets
Spaces
Papers
Collections
Community
Posts
Articles
prithvi123
Â
updated
a Space
6 months ago
Configuration error
1
README
🚀
1
prithvi123
Â
published
a model
6 months ago
ECOSORT/waste_sorter
Updated
Aug 31, 2025
vlithish
Â
updated
a Space
6 months ago
Configuration error
1
README
🚀
1
vlithish
Â
in
ECOSORT/README
6 months ago
import gradio as gr from PIL import Image import random # ------------------------------- # Classification logic # ------------------------------- def classify_item(image, description): categories = ["Recyclable", "Compostable", "Trash", "Harmful"] if description: desc = description.lower() # Compostable: fruits & vegetables if "banana" in desc or "apple" in desc or "fruit" in desc or "vegetable" in desc or "food" in desc or "peel" in desc or "leaf" in desc: category = "Compostable" # Harmful: medical + batteries elif "syringe" in desc or "needle" in desc or "battery" in desc or
🔥
1
#1 opened 6 months ago by
vlithish
vlithish
Â
published
a Space
6 months ago
Configuration error
1
README
🚀
1