Instructions to use hugginglearners/rice_image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use hugginglearners/rice_image_classification with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("hugginglearners/rice_image_classification") - Notebooks
- Google Colab
- Kaggle
Commit ·
ce8c074
1
Parent(s): f53eaff
Add tag for discoverability (#1)
Browse files- Add tag for discoverability (1a3d98cf2a7681ca0da4d67b98e09bb0ae417eb8)
Co-authored-by: Omar Sanseviero <osanseviero@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- fastai
|
|
|
|
| 4 |
---
|
| 5 |
## Model description
|
| 6 |
This repo contains the trained model for rice image classification
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- fastai
|
| 4 |
+
- image-classification
|
| 5 |
---
|
| 6 |
## Model description
|
| 7 |
This repo contains the trained model for rice image classification
|