Spaces:
Sleeping
Sleeping
| title: GeoSpace Drone Intelligence | |
| emoji: π°οΈ | |
| colorFrom: blue | |
| colorTo: green | |
| sdk: streamlit | |
| sdk_version: 1.32.0 | |
| app_file: app.py | |
| pinned: false | |
| # π°οΈ GeoSpace β Two-Stage Drone Intelligence Platform | |
| A professional geospatial AI pipeline for analyzing drone and aerial imagery. | |
| ## Two-Stage Pipeline | |
| **Stage 1 β Land Cover Segmentation** (SegFormer-B2) | |
| Pixel-level segmentation detecting: Buildings, Roads, Vegetation, Water, Bare Land, Forest, Farmland, Sand/Desert | |
| **Stage 2 β Landform & Geological Classification** (SigLIP Satellite Classifier) | |
| Each detected region is independently classified into landform types with geological context inference. | |
| ## Three Input Modes | |
| - π· **Image** β Upload any drone/aerial image | |
| - π₯ **Video** β Upload drone footage, get annotated output video | |
| - π‘ **Live Feed** β Webcam-based live drone feed simulation | |
| ## Models Used | |
| - `nvidia/segformer-b2-finetuned-ade-512-512` | |
| - `prithivMLmods/SAT-Landforms-Classifier` | |
| ## Tech Stack | |
| Transformers Β· PyTorch Β· OpenCV Β· Streamlit |