| title: Sentinel-2-Better-Resolution | |
| emoji: 🛰️ | |
| colorFrom: blue | |
| colorTo: green | |
| sdk: gradio | |
| sdk_version: "5.25.0" | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| # SEN2SR — Super-Resolution Sentinel-2 | |
| Super-résolution d'images Sentinel-2 L2A de **10 m/pixel → 2.5 m/pixel (×4)**. | |
| Basé sur le modèle officiel ESA [`tacofoundation/sen2sr`](https://huggingface.co/tacofoundation/sen2sr). | |
| Code source : [GitHub](https://github.com/gdubrasquetd/Sentinel-2-Better-Resolution) | |
| ## Modes d'utilisation | |
| - **Exemple Tatarstan** — démo instantanée sur une zone pré-chargée (zone industrielle ou terres agricoles) | |
| - **Mon ZIP Sentinel-2** — uploadez votre propre archive L2A + définissez un ROI en WGS84 | |
| ## Variantes du modèle | |
| | Variante | Bandes | Facteur | | |
| |----------|--------|---------| | |
| | `main` | 10 bandes (B02–B12) | ×4 | | |
| | `rgbn_x4` | RGB + NIR | ×4 | | |
| | `rswir_x2` | 10 bandes (B02–B12) | ×2 | | |
| > L'inférence tourne sur CPU — comptez 1 à 5 minutes selon la taille du ROI. | |