Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 6 additions & 9 deletions .metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file should be version controlled and should not be manually edited.

version:
revision: "17025dd88227cd9532c33fa78f5250d548d87e9a"
revision: "35c388afb57ef061d06a39b537336c87e0e3d1b1"
channel: "stable"

project_type: app
Expand All @@ -13,14 +13,11 @@ project_type: app
migration:
platforms:
- platform: root
create_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a
base_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a
- platform: android
create_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a
base_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a
- platform: ios
create_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a
base_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a
create_revision: 35c388afb57ef061d06a39b537336c87e0e3d1b1
base_revision: 35c388afb57ef061d06a39b537336c87e0e3d1b1
- platform: windows
create_revision: 35c388afb57ef061d06a39b537336c87e0e3d1b1
base_revision: 35c388afb57ef061d06a39b537336c87e0e3d1b1

# User provided section

Expand Down
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,50 @@
## 🏆 Hackathon Submission

SafeEscape is a comprehensive disaster management application designed to help users prepare for, respond to, and recover from natural and man-made disasters. This project was developed as part of the GDG SOLUTION CHALLENGE hackathon.
## 🌍 UN Sustainable Development Goals (SDGs) Alignment

SafeEscape is built with a mission to create meaningful real-world impact by aligning directly with key **United Nations Sustainable Development Goals** (SDGs). Our solution actively contributes to resilience, safety, and sustainability during emergencies.

<table>
<tr>
<th align="center">🎯 Goal</th>
<th align="center">🌐 Description</th>
<th align="center">🚀 Our Contribution</th>
</tr>
<tr>
<td align="center"><b>Goal 3:</b><br>Good Health & Well-being</td>
<td>Ensure healthy lives and promote well-being for all at all ages</td>
<td>
<ul>
<li>Instant access to emergency services</li>
<li>AI health triage suggestions</li>
<li>Emergency contacts & real-time status updates</li>
</ul>
</td>
</tr>
<tr>
<td align="center"><b>Goal 11:</b><br>Sustainable Cities & Communities</td>
<td>Make cities inclusive, safe, resilient and sustainable</td>
<td>
<ul>
<li>Real-time disaster maps with hazard zones</li>
<li>Smart evacuation routing using AI + Google Maps</li>
<li>Location-based disaster preparation tips</li>
</ul>
</td>
</tr>
<tr>
<td align="center"><b>Goal 13:</b><br>Climate Action</td>
<td>Take urgent action to combat climate change and its impacts</td>
<td>
<ul>
<li>AI-based disaster prediction (wildfires, floods)</li>
<li>Community reporting to monitor climate impacts</li>
<li>DisasterCam AI for early visual detection</li>
</ul>
</td>
</tr>
</table>

## 📱 App Screenshots

Expand Down
Loading