Instructions to use softdev629/q9zi2d5l with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use softdev629/q9zi2d5l with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="softdev629/q9zi2d5l") 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("softdev629/q9zi2d5l") model = AutoModelForImageClassification.from_pretrained("softdev629/q9zi2d5l") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Feb25_10-08-02_DCGF-LT0936-MBP
- Feb25_10-10-34_DCGF-LT0936-MBP
- Feb25_10-12-36_DCGF-LT0936-MBP
- Feb25_10-17-23_DCGF-LT0936-MBP
- Feb25_10-48-15_DCGF-LT0936-MBP
- Feb25_11-22-44_DCGF-LT0936-MBP
- Feb25_11-37-35_DCGF-LT0936-MBP
- Feb25_11-45-12_DCGF-LT0936-MBP
- Feb25_11-53-08_DCGF-LT0936-MBP
- Feb25_12-02-20_DCGF-LT0936-MBP
- Feb25_12-25-58_DCGF-LT0936-MBP
- Feb25_12-48-09_DCGF-LT0936-MBP
- Feb25_12-55-39_DCGF-LT0936-MBP
- Feb25_13-03-38_DCGF-LT0936-MBP
- Feb25_13-10-03_DCGF-LT0936-MBP