--- 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