Team Members
👨💻 Utsav Jana (@JanaUtsav) - Team Leader
👨💻 Vishal Belwal (@beetlejusee) - Full Stack Web Developer
👨💻 Arush Karnatak (@KarnatakArush) - ML enginner
A real-time flood prediction system combining IoT sensor data, satellite imagery, and deep learning models to enable:
- Flood risk forecasting with 86.9% accuracy (LightGBM baseline)
- Automated emergency response coordination
- GIS-based evacuation planning
- Early warning alerts via SMS/mobile apps
Feature | Tech Stack |
---|---|
📡 Real-time Data Ingestion | IoT Sensors, Satellite APIs |
🌀 Flood Prediction Engine | LSTM/RNN, LightGBM, Random Forest |
🗺️ Dynamic Flood Mapping | GIS Integration, 3D Visualization |
🚨 Emergency Response System | Reinforcement Learning, Route Optimization |
📲 Alert System | Twilio API, Mobile Push Notifications |
- LSTM Networks: Time-series analysis of river levels/rainfall patterns
- CNN-Based Flood Spread Prediction: Satellite image processing
- Ensemble Model: LightGBM + Random Forest for risk classification
- Hydrological Simulation: SWMM integration for water flow modeling
- Hybrid ML + Hydrological modeling
- Real-time confidence level estimation
- Reinforcement Learning-based evacuation planning
- 3D flood simulation using Unity Engine
- Kaggle Flood Prediction Dataset
- River Sensor Historical Data
- NASA Global Precipitation Measurement
- Sentinel-1 SAR Satellite Imagery
git clone https://github.com/karush2807/unit-13hacksync25.git
conda create -n floodguard python=3.9
conda activate floodguard
pip install -r requirements.txt
# 🌊 FloodGuard: Autonomous Flood Forecasting & Emergency Response
## 📈 Preliminary Results
### Performance Metrics
| Metric | Score |
|-----------------------------|----------|
| **F1-Score** | 0.89 |
| **Precision** | 0.91 |
| **Recall** | 0.87 |
| **Evacuation Time Reduction** | 37% |

## 📜 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 🙏 Acknowledgments
- 🏆 **Kaggle Community** - For baseline models and datasets
- 🛰️ **NASA Earthdata** - Satellite resources and hydrological data
- 🤖 **TensorFlow/Keras Team** - Deep learning framework support
## 🚀 Hackathon Ready Features
- 🚀 Single-command setup
- 📊 Performance metrics dashboard
- 🔄 Real-time data streaming integration
---
**Made with ❤️ by Team UNIT-13** during [hacksync25]