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
|
@@ -1,10 +1,9 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
- autotrain
|
| 4 |
- vision
|
| 5 |
- image-classification
|
| 6 |
datasets:
|
| 7 |
-
- OttoYu/
|
| 8 |
widget:
|
| 9 |
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
|
| 10 |
example_title: Tiger
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
|
|
|
| 3 |
- vision
|
| 4 |
- image-classification
|
| 5 |
datasets:
|
| 6 |
+
- OttoYu/Treecondition
|
| 7 |
widget:
|
| 8 |
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
|
| 9 |
example_title: Tiger
|