ISRO Lightning Prediction System
The Problem
Lightning strike prediction from live meteorological data is a critical operational problem. Manual forecasting at NRSC could not keep pace with real-time WRF model outputs, and existing tools required too much analyst intervention.
The Approach
Built a ConvLSTM model in PyTorch trained on 500 GB of WRF weather data. Used a VAE-based preprocessing step to compress input features and cut training time. Deployed the full pipeline to active meteorologist workflows with a React dashboard for live monitoring.
The Impact
- 92% accuracy on live meteorological data
- Deployed to production at ISRO NRSC, used by working meteorologists
- 35% training time reduction via VAE optimisation