SAFE is a comprehensive safety platform designed to protect girls and women through real-time tracking, emergency alerts, and secure communication channels. The platform empowers users with tools to ensure their safety and well-being in any situation.
- Real-time tracking
- Emergency alerts
- Secure communication channels
- User authentication system
- Personal information management
- Responsive web interface
- Frontend: HTML, CSS
- Backend: Python (Flask)
- Database: SQLite
Before you begin, ensure you have the following installed:
- Python 3.x
- pip (Python package manager)
- A modern web browser
- Clone the repository:
git clone https://github.com/yourusername/SAFE.git
cd SAFE- Create a virtual environment (recommended):
python -m venv venv
source venv/bin/activate # On Windows, use: venv\Scripts\activate- Install the required packages:
pip install -r requirements.txt- Activate the virtual environment (if not already activated):
source venv/bin/activate # On Windows, use: venv\Scripts\activate- Start the Flask server:
python app.py- Open your web browser and navigate to:
http://localhost:5000
SAFE/
├── templates/ # HTML templates
├── static/ # Static files (CSS, JavaScript, images)
├── app.py # Main Flask application
├── requirements.txt # Python dependencies
└── README.md # Project documentation
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any queries or support, please contact: [Your Contact Information]
Stay connected, stay safe with SAFE.