Minor Project II (NCS4653) | Group: 203 (D)
Ambaram Sentinel is a specialized meteorological dashboard designed to track, visualize, and predict extreme weather events using high-resolution satellite telemetry.
Sourced from MOSDAC (ISRO), the system parses raw HDF5/HE5 satellite data from INSAT-3D/3DR to monitor Cyclones, Heatwaves, Coldwaves, and Monsoons.
- 3D Geospatial Visualization: Interactive globes via PyDeck.
- AI Forecasting: Custom PyTorch Neural Network for intensity shifts.
- Local Database: Runs on a zero-dependency SQLite backend.
- Clone & Environment:
python -m venv .venv .venv\Scripts\activate pip install -r requirements.txt