Image Classification
Transformers
Safetensors
English
siglip
SigLIP2
Scene-Detection
buildings
forest
glacier
mountain
sea
street
Instructions to use prithivMLmods/open-scene-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/open-scene-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/open-scene-detection") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/open-scene-detection") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/open-scene-detection") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,8 @@ tags:
|
|
| 18 |
- sea
|
| 19 |
- street
|
| 20 |
---
|
|
|
|
|
|
|
| 21 |
|
| 22 |
# open-scene-detection
|
| 23 |
|
|
|
|
| 18 |
- sea
|
| 19 |
- street
|
| 20 |
---
|
| 21 |
+
|
| 22 |
+

|
| 23 |
|
| 24 |
# open-scene-detection
|
| 25 |
|