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