Instructions to use arnaucas/wildfire-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arnaucas/wildfire-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="arnaucas/wildfire-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("arnaucas/wildfire-classifier") model = AutoModelForImageClassification.from_pretrained("arnaucas/wildfire-classifier") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
57c12ca | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:16bd53b8aabf36997af6b55b7587d8a1b92a19ae3f2b8194b16882ae56d3a023
size 344433325
|