Skip to content

Shanty34/WatchGuard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Surveillance and Security System

This project is an enhanced surveillance system that utilizes React, Django, and Machine Learning to monitor a geographic area for unusual or suspicious behavior. The system quickly detects and alerts authorities about potential threats, enabling a swift and coordinated response.

Features

  • Advanced detection algorithms for real-time monitoring and identification of suspicious activities
  • Instant notifications via WhatsApp or other communication channels for quick decision-making
  • User-friendly React interface for easy interaction and monitoring
  • Django backend for secure data storage and management
  • Machine learning capabilities for continuous improvement and adaptation

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.x
  • Node.js and npm
  • Django
  • React
  • Machine learning libraries (e.g. scikit-learn, TensorFlow, etc.)

Installing

  1. Clone the repository:
git clone https://github.com/Shanty34/WatchGuard.git
  1. Create a virtual environment and activate it:
python -m venv venv
source venv/bin/activate (for Linux/Mac)
venv\Scripts\activate (for Windows)
  1. Install the dependencies:
pip install -r requirements.txt
npm install
  1. Run the Django server:
python manage.py runserver
  1. Start the React development server:
npm start
  1. Access the system at http://localhost:3000

Built With

Authors

See also the list of contributors who participated in this project.

License

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

About

Advanced surveillance system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.8%
  • Python 41.0%
  • HTML 2.1%
  • CSS 0.1%