Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ This is an AI-powered web tool that classifies images as 'Clean' or 'Dirty' usin
|
|
18 |
|
19 |
## Model Details
|
20 |
The underlying machine learning model (`model.keras`) is hosted on the Hugging Face Hub:
|
21 |
-
[
|
22 |
|
23 |
## Technologies
|
24 |
* Python (Flask)
|
@@ -27,4 +27,4 @@ The underlying machine learning model (`model.keras`) is hosted on the Hugging F
|
|
27 |
|
28 |
## Source Code
|
29 |
The full source code for this demo is available on GitHub:
|
30 |
-
[
|
|
|
18 |
|
19 |
## Model Details
|
20 |
The underlying machine learning model (`model.keras`) is hosted on the Hugging Face Hub:
|
21 |
+
[nonamelife/garbage-detection-model](https://huggingface.co/nonamelife/garbage-detection-model)
|
22 |
|
23 |
## Technologies
|
24 |
* Python (Flask)
|
|
|
27 |
|
28 |
## Source Code
|
29 |
The full source code for this demo is available on GitHub:
|
30 |
+
[Source Code](https://github.com/CookieDevLab/Garbage_detection)
|