Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ECO SPORT

classroom
Activity Feed Request to join this org

AI & ML interests

None defined yet.

v.lithish's profile picture prithvi vasen's profile picture

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

Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs