Image Classification
Transformers
Safetensors
English
siglip
Marathi-Sign-Language-Detection
SigLIP2
93M
Instructions to use prithivMLmods/Marathi-Sign-Language-Detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Marathi-Sign-Language-Detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Marathi-Sign-Language-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/Marathi-Sign-Language-Detection") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Marathi-Sign-Language-Detection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
80229eb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:998638d185582b100934f96ec7d6ba8f2379625b25bce4f3f24f834648d18388
size 371694116
|