Instructions to use prithivMLmods/Fire-Detection-Engine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Fire-Detection-Engine with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Fire-Detection-Engine") 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("prithivMLmods/Fire-Detection-Engine") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Fire-Detection-Engine") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
- Fire-Detection-engine
|
| 9 |
- Precision-98
|
| 10 |
---
|
| 11 |
-

|
| 12 |
|
| 13 |
# **Fire-Detection-Engine**
|
| 14 |
|