Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ app_port: 7860 # Important: Port your Flask app runs on
|
|
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 (
|
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 |
|
|
|
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 (`https://huggingface.co/spaces/nonamelife/garbage-detection-demo`).
|
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 |
|