Instructions to use prithivMLmods/Fire-Risk-Detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Fire-Risk-Detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Fire-Risk-Detection") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/Fire-Risk-Detection") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Fire-Risk-Detection") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 988ef0669621559493421a0b7b89ae01f16c510740c068cca5c6d5b7c8b0ae9e
- Size of remote file:
- 687 MB
- SHA256:
- 5c7dad23017f9b67247fff6781aebfddf8b84a6b449b067e527cb2d7e4f314d5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.