https://github.com/sridharyadav07/image_segmentation-for-disaster-resilience
Image Segmentation for Disaster Resilience is a deep learning project developed for the FloodNet Challenge, focused on leveraging semantic segmentation to assist in flood impact analysis. Using a U-Net architecture, the model segments aerial imagery to detect key features such as flooded buildings, roads, water bodies, vegetation, and more.
https://github.com/sridharyadav07/image_segmentation-for-disaster-resilience
datapreprocessing jupyter-notebook matplotlib-pyplot modelevaluation opencv patching pil python pytorch streamlit visualization
Last synced: 3 months ago
JSON representation
Image Segmentation for Disaster Resilience is a deep learning project developed for the FloodNet Challenge, focused on leveraging semantic segmentation to assist in flood impact analysis. Using a U-Net architecture, the model segments aerial imagery to detect key features such as flooded buildings, roads, water bodies, vegetation, and more.
- Host: GitHub
- URL: https://github.com/sridharyadav07/image_segmentation-for-disaster-resilience
- Owner: SridharYadav07
- Created: 2025-05-27T10:07:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-27T10:19:31.000Z (5 months ago)
- Last Synced: 2025-06-22T22:34:35.076Z (4 months ago)
- Topics: datapreprocessing, jupyter-notebook, matplotlib-pyplot, modelevaluation, opencv, patching, pil, python, pytorch, streamlit, visualization
- Language: Jupyter Notebook
- Homepage:
- Size: 824 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image_Segmentation-for-Disaster-Resilience
Image Segmentation for Disaster Resilience is a deep learning project developed for the FloodNet Challenge, focused on leveraging semantic segmentation to assist in flood impact analysis. Using a U-Net architecture, the model segments aerial imagery to detect key features such as flooded buildings, roads, water bodies, vegetation, and more.
The project empowers emergency response teams and urban planners by enabling fast, visual interpretation of flood-affected areas.This repository includes model training code, preprocessing scripts, visualization tools, and a Streamlit-based demo app for real-time interaction.
** Key Features **
Multi-Class Image Segmentation: Differentiates between flooded and non-flooded structures and natural elements.
U-Net Architecture: Optimized for pixel-level segmentation tasks.
FloodNet Dataset: High-resolution imagery for robust model training and evaluation.
Interactive Interface: Built with Streamlit for easy model testing and visualization.