🔹 Inspiration
Safety is a basic human right, yet countless women face threats and discomfort while traveling or commuting. Our inspiration came from witnessing how timely help could prevent critical incidents if real-time safety mechanisms were in place. We wanted to empower women by designing an intelligent, responsive, and accessible app that ensures safety through technology — anytime, anywhere.
🔹 What It Does
The Women Safety App acts as a proactive digital companion for users:
Continuously monitors location and movement patterns.
Detects potentially unsafe situations using sensor and GPS data.
Sends instant SOS alerts to emergency contacts with real-time location tracking.
Provides live safety advisories and safe route suggestions.
Includes emergency triggers (button, shake, or voice command) for immediate help.
🔹 How We Built It
We adopted a modular, scalable architecture combining frontend, backend, and real-time communication layers.
🛠️ Tech Stack:
Frontend: React Native / Flutter
Backend: Node.js + Express
Database: MongoDB
Real-Time Notifications: Firebase Cloud Messaging (FCM) / AWS SNS
Location & Sensor Data: GPS APIs and device accelerometer integration
⚙️ Architecture Flow:
User location & sensor data are continuously monitored.
Anomaly detection algorithms flag irregular movement patterns.
The backend triggers an SOS alert via FCM or AWS SNS.
Contacts & emergency services receive the alert with GPS coordinates.
Mathematically, we can model the risk index as:
𝑅
𝛼 ⋅ 𝐷 + 𝛽 ⋅ 𝑇 + 𝛾 ⋅ 𝐶 R=α⋅D+β⋅T+γ⋅C
Where:
𝐷 D: deviation from safe route
𝑇 T: time spent in low-safety zones
𝐶 C: contextual cues (speed, motion, etc.)
𝛼 , 𝛽 , 𝛾 α,β,γ: weighting coefficients optimized via testing
🔹 Challenges We Faced
⚠️ Accurate detection of unsafe situations without triggering false alarms.
🔐 Balancing privacy with real-time tracking.
🔋 Optimizing battery consumption during continuous background monitoring.
🌐 Reliable connectivity in low-network environments.
🔹 Accomplishments We’re Proud Of
✅ Built a fully functional prototype with real-time SOS alerting.
🚀 Achieved near-zero latency notifications during emergency triggers.
🎨 Designed an intuitive, minimal, and accessible UI for all age groups.
🛡️ Ensured secure user data handling with encryption and permission controls.
🔹 What We Learned
🔍 Importance of data privacy and secure communication in safety systems.
⚡ Concepts of real-time architecture, asynchronous event handling, and notification delivery.
🔋 Balancing system performance, accuracy, and power optimization on mobile devices.
🔹 What’s Next
🧠 Integrate AI-driven threat prediction to analyze behavioral and contextual risk factors.
🤝 Add community-based safety reporting (crowdsourced safety zones).
🚓 Expand with public safety integrations — nearby police stations, hospitals, and verified responders.
🌐 Launch a global version with multilingual and region-specific support.
Built With
- api
- dart
- flutter
Log in or sign up for Devpost to join the conversation.