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
- Xet hash:
- ea88173954deafc69fd955c18cecc2d6101d63ff9e7a8dd4a7bfef727bc8c5e9
- Size of remote file:
- 5.3 kB
- SHA256:
- 566011f5604bed061f658701cef40a0c715a83fe851a5dcfea9ade31ab9b8d4f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.