Instructions to use prithivMLmods/Hand-Gesture-2-Robot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Hand-Gesture-2-Robot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Hand-Gesture-2-Robot") 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/Hand-Gesture-2-Robot") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Hand-Gesture-2-Robot", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2061ebb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:035d5f50831a3a5d7cd09a166c9fa2c85bfdb9d0d1888ae17611b61aaa610ef2
size 5304
|