Image Classification
Transformers
Safetensors
resnet
EO
SAR
sentinel-1
wind
ocean
earth-observation
remote-sensing
satellite-imagery
synthetic-aperture-radar
foundation-model
linear-probing
oceanography
marine-forecasting
open-source
ocean-wind
Instructions to use galeio-research/OceanSAR-1-wind with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use galeio-research/OceanSAR-1-wind with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="galeio-research/OceanSAR-1-wind") 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("galeio-research/OceanSAR-1-wind") model = AutoModelForImageClassification.from_pretrained("galeio-research/OceanSAR-1-wind") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!