Instructions to use JustFadjrin/batik-vit-model-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JustFadjrin/batik-vit-model-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="JustFadjrin/batik-vit-model-classification") 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("JustFadjrin/batik-vit-model-classification") model = AutoModelForImageClassification.from_pretrained("JustFadjrin/batik-vit-model-classification") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6927a5b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5014926af151076c390ca67959e1747b032f71d4ef5e752cd6fa481813f0f1db
size 5265
|