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

  • Log In
  • Sign Up

Duplicated from  prithivMLmods/Alphabet-Sign-Language-Detection

deekshitha11
/
Alphabet-Sign-Language-Detection

Image Classification
Transformers
Safetensors
English
siglip
sign-language-detection
alphabet
Model card Files Files and versions
xet
Community

Instructions to use deekshitha11/Alphabet-Sign-Language-Detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use deekshitha11/Alphabet-Sign-Language-Detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="deekshitha11/Alphabet-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("deekshitha11/Alphabet-Sign-Language-Detection")
    model = AutoModelForImageClassification.from_pretrained("deekshitha11/Alphabet-Sign-Language-Detection")
  • Notebooks
  • Google Colab
  • Kaggle
Alphabet-Sign-Language-Detection
1.43 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
deekshitha11's picture
deekshitha11
prithivMLmods's picture
prithivMLmods
Duplicate from prithivMLmods/Alphabet-Sign-Language-Detection
caebd94 3 months ago
  • checkpoint-3806
    Duplicate from prithivMLmods/Alphabet-Sign-Language-Detection 3 months ago
  • .gitattributes
    1.52 kB
    Duplicate from prithivMLmods/Alphabet-Sign-Language-Detection 3 months ago
  • README.md
    5.46 kB
    Duplicate from prithivMLmods/Alphabet-Sign-Language-Detection 3 months ago
  • config.json
    1.76 kB
    Duplicate from prithivMLmods/Alphabet-Sign-Language-Detection 3 months ago
  • model.safetensors
    372 MB
    xet
    Duplicate from prithivMLmods/Alphabet-Sign-Language-Detection 3 months ago
  • preprocessor_config.json
    394 Bytes
    Duplicate from prithivMLmods/Alphabet-Sign-Language-Detection 3 months ago
  • training_args.bin
    5.3 kB
    xet
    Duplicate from prithivMLmods/Alphabet-Sign-Language-Detection 3 months ago