Instructions to use Kibalama/sign_language_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kibalama/sign_language_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Kibalama/sign_language_model") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("Kibalama/sign_language_model") model = AutoModelForImageClassification.from_pretrained("Kibalama/sign_language_model") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c2b7de4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0add6eaf84a26a6258b592c6d490b251b48dd3078051b2d6b9c93049a5b79b64
size 5304
|