Instructions to use pain/ArSL_AlphabetsClassificationModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pain/ArSL_AlphabetsClassificationModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="pain/ArSL_AlphabetsClassificationModel") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pain/ArSL_AlphabetsClassificationModel", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
b3107b7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:56206285328dd67faadd8b038b991081073cc927e7a4adcc8490732d402f5cc0
size 44848781
|