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