Smart India Hackathon (SIH) 2026 Flagship Project
Real-time multi-source data fusion combining satellite imagery, IMD Doppler radar, 3D DEM digital twin terrain profiles, ML ensemble prediction, and autonomous UAV drone reconnaissance.
| Service | Environment | URL | Status |
|---|---|---|---|
| ๐ Vercel Production CDN | Standalone Frontend | rainsafe-ai-sih2026.vercel.app | LIVE 200 OK |
| ๐ฃ Render Cloud Full-Stack | Python FastAPI Backend | rainsafe-ai-sih2026.onrender.com | LIVE 200 OK |
| ๐ก Dashboard Telemetry API | REST API Endpoint | rainsafe-ai-sih2026.onrender.com/api/dashboard | LIVE 200 OK |
| ๐ Interactive API Docs | Swagger / OpenAPI | rainsafe-ai-sih2026.onrender.com/docs | LIVE 200 OK |
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ SATELLITE & OBSERVATIONAL DATA SOURCES โ
โ โข INSAT-3DR Satellite Telemetry โ
โ โข IMD Doppler Weather Radar (DWR) โ
โ โข 17 Automatic Weather Stations (AWS) โ
โ โข Open-Meteo GFS/ECMWF NWP Network โ
โโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ FASTAPI ASYNC TELEMETRY PIPELINE โ
โ (Python 3.11 / Uvicorn / Async Engine) โ
โโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ MACHINE LEARNING ENSEMBLE CLASSIFIER โ
โ โข Random Forest + LightGBM + XGBoost โ
โ โข 21 Meteorological Ingestion Features โ
โ โข 0.904 ROC-AUC Accuracy Score @ 121ms โ
โโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโ
โผ โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ SAAS ENTERPRISE UI (VERCEL) โ โ ๐ UAV DRONE RECON ENGINE โ
โ โข 3D DEM Digital Twin โ โ โข Thermal IR Damage Matrix โ
โ โข Leaflet GIS Risk Polygons โ โ โข NDMA PDF Report Exporter โ
โ โข Conversational AI Assistant โ โ โข Safe GPS Evacuation Routes โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
LOW, MODERATE, HIGH, CRITICAL) trained on historical monsoon data."for Patna", "for Motihari", "for Ranchi".git clone https://github.com/arshsri0513/SkyGuard-AI.git
cd SkyGuard-AI
cd backend
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
uvicorn main:app --reload --host 127.0.0.1 --port 8000
cd frontend
python -m http.server 5500 --bind 127.0.0.1
Open http://127.0.0.1:5500 in your browser!
"for Motihari" to demonstrate natural language entity parsing and interactive map flight.Developed for Smart India Hackathon (SIH) 2026. Open source under the MIT License.
Author: Arsh Srivastava (@arshsri0513)