Instructions to use hugginglearners/multi-object-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use hugginglearners/multi-object-classification with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("hugginglearners/multi-object-classification") - Notebooks
- Google Colab
- Kaggle
Add tag for discoverability
#1
by osanseviero - opened
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- fastai
|
|
|
|
| 4 |
---
|
| 5 |
## Model description
|
| 6 |
This repo contains the trained model for Multi-object classification
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- fastai
|
| 4 |
+
- image-classification
|
| 5 |
---
|
| 6 |
## Model description
|
| 7 |
This repo contains the trained model for Multi-object classification
|