Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 817 Bytes

File metadata and controls

35 lines (28 loc) · 817 Bytes

🚀 Quick Start Guide

Windows Users

  1. Double-click start_app.bat or run in Command Prompt:
    start_app.bat

Linux/Mac Users

  1. Run in Terminal:
    ./start_app.sh

Manual Start

# Install dependencies
pip install -r requirements.txt

# Run the application
python app.py

🌐 Access the Application

📋 What You'll See

  1. Emergency SOS Form - Submit emergency requests
  2. Live Dashboard - Real-time emergency monitoring
  3. Analytics - Detailed insights and trends

🆘 Need Help?

Check SETUP_GUIDE.md for detailed instructions and troubleshooting.