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
Commit History
Update README.md 08cad7e
Update README.md bf437a4
Update README.md 4453163
Update README.md 801cfde
Update README.md 5248b8c
Update README.md e370c0a
Update README.md 268283a
Update README.md 3c10837
Update README.md 98d22f8
Update README.md a18ce6a
Update README.md 7582a25
Update README.md 538e57f
Update README.md 5abac88
Update README.md 99a54a2
wildfire_classifier ee2cc5a
initial commit faada1d
Arnau Castellano commited on