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
Delete model.safetensors
Browse files- model.safetensors +0 -3
model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:382c17728285f08e4ec57a3ff2c22269f651656edffcdba66786d5143b94cfc3
|
| 3 |
-
size 343227052
|
|
|
|
|
|
|
|
|
|
|
|