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: 129 Bytes
ee2cc5a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:11845d4df1cc4bd7ca99e8d1a206179601d32b1523415de2370a26a2a0b29c66
size 4027
|