Instructions to use SmartPy/plant-disease-severity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SmartPy/plant-disease-severity with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="SmartPy/plant-disease-severity") 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("SmartPy/plant-disease-severity") model = AutoModelForImageClassification.from_pretrained("SmartPy/plant-disease-severity") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Apr06_18-52-29_c23hpda1
- Apr06_19-04-35_c23hpda1
- Apr06_19-08-09_c23hpda1
- Apr06_19-32-54_c23hpda1
- Apr06_19-55-28_c23hpda1
- Apr06_19-59-30_c23hpda1
- Apr06_20-01-51_c23hpda1
- Apr06_20-02-36_c23hpda1
- Apr06_20-05-46_c23hpda1
- Apr06_20-06-35_c23hpda1
- Apr06_20-31-18_c23hpda1
- Apr06_20-39-18_c23hpda1
- Apr06_20-40-05_c23hpda1
- Apr06_20-45-32_c23hpda1
- Apr06_21-22-59_c23hpda1