ISRO GeoNLI
A gold-medal geospatial AI pipeline, held together across a small army of GPUs.
The system that won IIT Delhi gold at Inter-IIT Tech Meet 2025 — 1st of 23 IITs. It answers plain-English questions about satellite imagery ("how long is that runway?") by wiring SAM3 segmentation, a Qwen vision-language model, and a tool-use measurement module into one pipeline. The catch: the models wouldn't share a single GPU, so they lived on separate lab workstations behind their own APIs, with a public EC2 layer routing requests inward over the college VPN. I was the integration lead — I built the orchestration layer (a ReAct agent) and the routing, and kept the whole distributed mess coherent.