Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

prithivMLmods
/
Marathi-Sign-Language-Detection

Image Classification
Transformers
Safetensors
English
siglip
Marathi-Sign-Language-Detection
SigLIP2
93M
Model card Files Files and versions
xet
Community

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
Marathi-Sign-Language-Detection
1.43 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
prithivMLmods's picture
prithivMLmods
Update README.md
359de93 verified about 1 year ago
  • checkpoint-1566
    Upload folder using huggingface_hub about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    6.43 kB
    Update README.md about 1 year ago
  • config.json
    2.71 kB
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    372 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • preprocessor_config.json
    394 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • training_args.bin
    5.3 kB
    xet
    Upload folder using huggingface_hub about 1 year ago