Spaces:
Sleeping
Sleeping
Commit ·
11f4a43
1
Parent(s): 137ced3
edit description
Browse files
app.py
CHANGED
|
@@ -70,8 +70,7 @@ description = """Upload an image and the model will predict its category using t
|
|
| 70 |
Tips for best results:
|
| 71 |
- Use clear, well-lit images; ensure the main subject is centered and clearly visible
|
| 72 |
- The model works best with common objects, animals, and scenes
|
| 73 |
-
- Images can be any size - they'll be automatically resized to 224x224
|
| 74 |
-
- Both color and black & white images are supported
|
| 75 |
|
| 76 |
The model will show the top 5 most likely categories with confidence scores.
|
| 77 |
Link to github repo: [https://github.com/dhairyag/ImageNet1k_ResNet50](https://github.com/dhairyag/ImageNet1k_ResNet50)
|
|
|
|
| 70 |
Tips for best results:
|
| 71 |
- Use clear, well-lit images; ensure the main subject is centered and clearly visible
|
| 72 |
- The model works best with common objects, animals, and scenes
|
| 73 |
+
- Images can be any size or color - they'll be automatically resized to 224x224
|
|
|
|
| 74 |
|
| 75 |
The model will show the top 5 most likely categories with confidence scores.
|
| 76 |
Link to github repo: [https://github.com/dhairyag/ImageNet1k_ResNet50](https://github.com/dhairyag/ImageNet1k_ResNet50)
|