Instructions to use Davidals/fire-image-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Davidals/fire-image-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Davidals/fire-image-classifier") 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("Davidals/fire-image-classifier") model = AutoModelForImageClassification.from_pretrained("Davidals/fire-image-classifier") - Notebooks
- Google Colab
- Kaggle
commit files to HF hub
Browse files
README.md
CHANGED
|
@@ -22,9 +22,13 @@ model-index:
|
|
| 22 |
|
| 23 |
|
| 24 |
Universidad Cat贸lica Andr茅s Bello
|
|
|
|
| 25 |
Proyecto final de la materia de aprendizaje
|
|
|
|
| 26 |
David Liendo
|
|
|
|
| 27 |
Daniel Nu帽ez
|
|
|
|
| 28 |
Mickel Arroz
|
| 29 |
|
| 30 |
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
Universidad Cat贸lica Andr茅s Bello
|
| 25 |
+
|
| 26 |
Proyecto final de la materia de aprendizaje
|
| 27 |
+
|
| 28 |
David Liendo
|
| 29 |
+
|
| 30 |
Daniel Nu帽ez
|
| 31 |
+
|
| 32 |
Mickel Arroz
|
| 33 |
|
| 34 |
|