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") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
80229eb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:612c403177e06b8bedd8811e6dea1df948cad37ad8afa6cedefa4a3426d7dd77
size 5304
|