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
|
@@ -29,15 +29,3 @@ model-index:
|
|
| 29 |
type: F1Score
|
| 30 |
value: 0.9933341145515442
|
| 31 |
---
|
| 32 |
-
|
| 33 |
-
# ArSL VIT
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
Autogenerated by HuggingPics🤗🖼️
|
| 37 |
-
|
| 38 |
-
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).
|
| 39 |
-
|
| 40 |
-
Report any issues with the demo at the [github repo](https://github.com/nateraw/huggingpics).
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
## Example Images
|
|
|
|
| 29 |
type: F1Score
|
| 30 |
value: 0.9933341145515442
|
| 31 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|