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