Upload folder using huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-classification
|
| 3 |
+
tags:
|
| 4 |
+
- scat-classification
|
| 5 |
+
- wildlife
|
| 6 |
+
- vision-transformer
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Prism-Seek: Animal Scat Classification
|
| 10 |
+
|
| 11 |
+
This model classifies animal scat images (e.g., bear, deer, coyote, fox) using a fine-tuned Vision Transformer (ViT). Trained on ~3,000 images from a scat dataset.
|
| 12 |
+
|
| 13 |
+
## Usage
|
| 14 |
+
```bash
|
| 15 |
+
curl -X POST -H "Authorization: Bearer YOUR_TOKEN" -H "Content-Type: image/jpeg" --data-binary @image.jpg https://api-inference.huggingface.co/models/croznut/prism-seek
|