Instructions to use AyaF/ASL-Vit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AyaF/ASL-Vit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="AyaF/ASL-Vit") 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("AyaF/ASL-Vit") model = AutoModelForImageClassification.from_pretrained("AyaF/ASL-Vit") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,11 +21,3 @@ model-index:
|
|
| 21 |
# AyaVit
|
| 22 |
|
| 23 |
|
| 24 |
-
Autogenerated by HuggingPics🤗🖼️
|
| 25 |
-
|
| 26 |
-
Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb).
|
| 27 |
-
|
| 28 |
-
Report any issues with the demo at the [github repo](https://github.com/nateraw/huggingpics).
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
## Example Images
|
|
|
|
| 21 |
# AyaVit
|
| 22 |
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|