Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,3 +10,25 @@ pinned: false
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
|
| 14 |
+
# 🐾 Animal Classifier — ResNet50 Fine-Tuned
|
| 15 |
+
|
| 16 |
+
This Hugging Face Space hosts an image classification model capable of identifying multiple animal species.
|
| 17 |
+
|
| 18 |
+
The model was fine-tuned using **PyTorch (ResNet50)** on a custom animal dataset.
|
| 19 |
+
|
| 20 |
+
## Features
|
| 21 |
+
- Upload an image of an animal
|
| 22 |
+
- The model predicts top-3 species
|
| 23 |
+
- Runs fully in the browser (Gradio UI)
|
| 24 |
+
- Fast and lightweight
|
| 25 |
+
|
| 26 |
+
## Model Details
|
| 27 |
+
- Backbone: ResNet50 (pretrained on ImageNet)
|
| 28 |
+
- Fine-tuned on: Custom animal dataset
|
| 29 |
+
- Framework: PyTorch
|
| 30 |
+
- UI: Gradio
|
| 31 |
+
|
| 32 |
+
## File Structure
|
| 33 |
+
|
| 34 |
+
|