Skip to content

Eshwar7325/SAFE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAFE - Safety Alert for Finite Environment

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.

Features

  • Real-time tracking
  • Emergency alerts
  • Secure communication channels
  • User authentication system
  • Personal information management
  • Responsive web interface

Tech Stack

  • Frontend: HTML, CSS
  • Backend: Python (Flask)
  • Database: SQLite

Prerequisites

Before you begin, ensure you have the following installed:

  • Python 3.x
  • pip (Python package manager)
  • A modern web browser

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/SAFE.git
cd SAFE
  1. Create a virtual environment (recommended):
python -m venv venv
source venv/bin/activate  # On Windows, use: venv\Scripts\activate
  1. Install the required packages:
pip install -r requirements.txt

Running the Application

  1. Activate the virtual environment (if not already activated):
source venv/bin/activate  # On Windows, use: venv\Scripts\activate
  1. Start the Flask server:
python app.py
  1. Open your web browser and navigate to:
http://localhost:5000

Project Structure

SAFE/
├── templates/          # HTML templates
├── static/            # Static files (CSS, JavaScript, images)
├── app.py            # Main Flask application
├── requirements.txt   # Python dependencies
└── README.md         # Project documentation

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any queries or support, please contact: [Your Contact Information]


Stay connected, stay safe with SAFE.

About

Built using HTML, CSS, JavaScript, and Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors