Instructions to use pyronear/rexnet1_0x with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pyronear/rexnet1_0x with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="pyronear/rexnet1_0x") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pyronear/rexnet1_0x", dtype="auto") - Notebooks
- Google Colab
- Kaggle
frgfm commited on
Commit ·
3fd10ea
1
Parent(s): 217429c
docs: Fixed README
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ tags:
|
|
| 5 |
- pytorch
|
| 6 |
- onnx
|
| 7 |
datasets:
|
| 8 |
-
-
|
| 9 |
---
|
| 10 |
|
| 11 |
|
|
@@ -113,4 +113,4 @@ title = {{Holocron}},
|
|
| 113 |
url = {https://github.com/frgfm/Holocron},
|
| 114 |
year = {2020}
|
| 115 |
}
|
| 116 |
-
```
|
|
|
|
| 5 |
- pytorch
|
| 6 |
- onnx
|
| 7 |
datasets:
|
| 8 |
+
- openfire
|
| 9 |
---
|
| 10 |
|
| 11 |
|
|
|
|
| 113 |
url = {https://github.com/frgfm/Holocron},
|
| 114 |
year = {2020}
|
| 115 |
}
|
| 116 |
+
```
|