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