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