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