Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,13 @@ app_file: app.py
|
|
| 9 |
pinned: true
|
| 10 |
license: mit
|
| 11 |
short_description: App to classify if an image contains a pen or a toy.
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
pinned: true
|
| 10 |
license: mit
|
| 11 |
short_description: App to classify if an image contains a pen or a toy.
|
| 12 |
+
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
## Model Details
|
| 16 |
+
|
| 17 |
+
This application utilizes a pre-trained image classification model hosted on the Hugging Face Hub:
|
| 18 |
+
|
| 19 |
+
* **Model ID:** **FaiyazAzam/24679-image-autolguon-predictor**
|
| 20 |
+
|
| 21 |
+
The model takes an image input and outputs the predicted label (pen or toy) along with a confidence score.
|