geospace / README.md
AIGEEKSHUBH's picture
Update README.md
aaf89f7 verified
|
Raw
History Blame Contribute Delete
1.05 kB
---
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