Instructions to use OttoYu/Tree-Condition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OttoYu/Tree-Condition with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="OttoYu/Tree-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("OttoYu/Tree-Condition") model = AutoModelForImageClassification.from_pretrained("OttoYu/Tree-Condition") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,12 +5,12 @@ tags:
|
|
| 5 |
datasets:
|
| 6 |
- OttoYu/Treecondition
|
| 7 |
widget:
|
| 8 |
-
- src: https://
|
| 9 |
-
example_title:
|
| 10 |
-
- src: https://
|
| 11 |
-
example_title:
|
| 12 |
-
- src: https://
|
| 13 |
-
example_title:
|
| 14 |
co2_eq_emissions:
|
| 15 |
emissions: 1.3038362907488008
|
| 16 |
---
|
|
|
|
| 5 |
datasets:
|
| 6 |
- OttoYu/Treecondition
|
| 7 |
widget:
|
| 8 |
+
- src: https://bit.ly/3KbaDNI
|
| 9 |
+
example_title: Canker Diseases
|
| 10 |
+
- src: https://bit.ly/40FN317
|
| 11 |
+
example_title: Bacterial canker
|
| 12 |
+
- src: https://bit.ly/3LYSGn6
|
| 13 |
+
example_title: Citrus canker
|
| 14 |
co2_eq_emissions:
|
| 15 |
emissions: 1.3038362907488008
|
| 16 |
---
|