Instructions to use hugginglearners/grapevine_leaves_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use hugginglearners/grapevine_leaves_classification with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("hugginglearners/grapevine_leaves_classification") - Notebooks
- Google Colab
- Kaggle
Omar Sanseviero commited on
Commit ·
ba2d2ab
1
Parent(s): e7f45df
Add tag for discoverability
Browse filesThis model is very cool! In this PR I'm adding a tag that will help with discoverability.
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- fastai
|
|
|
|
| 4 |
---
|
| 5 |
## Model description
|
| 6 |
This repo contains the trained model for grapevine leaves image classification
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- fastai
|
| 4 |
+
- image-classification
|
| 5 |
---
|
| 6 |
## Model description
|
| 7 |
This repo contains the trained model for grapevine leaves image classification
|