File size: 992 Bytes
3b54696 fc0da6d 3b54696 909b073 3b54696 909b073 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: Garbage Detection AI
emoji: 🗑️
colorFrom: green
colorTo: teal
sdk: docker # Important: Specify Docker SDK
app_port: 7860 # Important: Port your Flask app runs on
---
# Garbage Detection AI Demo
This is an AI-powered web tool that classifies images as 'Clean' or 'Dirty' using a trained TensorFlow/Keras model.
## How to Use
1. Navigate to the `/tool` endpoint (`https://huggingface.co/spaces/nonamelife/garbage-detection-demo`).
2. Upload an image (JPG, JPEG, or PNG).
3. The application will predict whether the image depicts a "Clean" or "Dirty" environment.
## Model Details
The underlying machine learning model (`model.keras`) is hosted on the Hugging Face Hub:
[nonamelife/garbage-detection-model](https://huggingface.co/nonamelife/garbage-detection-model)
## Technologies
* Python (Flask)
* TensorFlow / Keras
* HTML, CSS
## Source Code
The full source code for this demo is available on GitHub:
[Source Code](https://github.com/CookieDevLab/Garbage_detection) |