asad9641 commited on
Commit
0a01d19
·
verified ·
1 Parent(s): bc58c61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
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
+