Security Plus specializes in AI-powered surveillance technology designed to enhance real-time security. Our state-of-the-art software continuously monitors live video feeds, identifying criminal activities such as theft, violence, or suspicious behavior.
- AI-Powered Monitoring: Uses advanced machine learning algorithms to detect threats and anomalies.
- Real-Time Analysis: Continuously analyzes video feeds for security risks.
- Instant Alerts: Notifies authorities immediately upon detecting unlawful activities.
- Proactive Security: Helps safeguard communities, businesses, and public areas.
- The system processes live video feeds in real-time.
- AI algorithms analyze the footage to detect potential threats.
- If a threat is identified, an alert is sent to the concerned authorities.
- Authorities can take swift action to prevent or mitigate risks.
- Enhanced Crime Prevention: Stay ahead of threats with proactive security measures.
- Automated Surveillance: Reduces the need for manual monitoring.
- Scalable Solutions: Suitable for businesses, public spaces, and communities.
Stay one step ahead of crime with Security Plus – the intelligent surveillance system built for modern security needs.
- Docker
- Docker Compose
-
Clone the Repository
git clone "https://github.com/Sarthacker/Security-plus.git" cd security-plus
-
Build and Run Containers
docker-compose up --build
-
Access the Application
- Backend:
http://localhost:5000 - Frontend:
http://localhost:3000
- Backend:
-
Stopping the Application
docker-compose down
- Python (>=3.8)
- pip (latest version recommended)
- Virtual environment (optional but recommended)
-
Create and Activate Virtual Environment (Optional but Recommended)
python -m venv venv source venv/bin/activate # macOS/Linux venv\Scripts\activate # Windows
-
Install Dependencies
cd backend pip install -r requirements.txt -
Run the Flask Server
python app.py
- Node.js (>=14.0)
- npm or yarn
-
Navigate to the Frontend Directory
cd frontend -
Install Dependencies
npm install # or yarn install -
Start the React Development Server
npm start # or yarn start -
Access the Application
- Frontend:
http://localhost:3000
- Frontend:
