Nirvaya is a digital safety and emergency response platform for women, enabling real-time SOS alerts, live location sharing, and voice-triggered assistance.
- 📍 Live Location Tracking
- 🎙️ Voice Command to Trigger SOS
- 📡 Instant Alert to Emergency Contacts via Twilio
- 🔐 Secure Login & Registration
- 🌐 Built with HTML, CSS, JavaScript (Frontend) and Python (Backend)
1.1. Install dependencies: bash pip install -r requirements.txt
2.Set your Twilio keys in a .env file:
ini
TWILIO_ACCOUNT_SID=your_sid TWILIO_AUTH_TOKEN=your_token
3.Run the app: bash python manage.py runserver