Developed an Intrusion Detection System which can detect Intruders. It also makes an Alarm sound when detected to sound or warn the authorities or nearby individuals. Ideal to be used along with CCTVs for wide area Surveillance purposes.
The Social-Welface usecase of this intrusion detection system (IDS) is that it monitors a network for malicious activity or policy violations. Any malicious activity or violation is typically reported or collected centrally using a security information and event management system. An IDS can be used to help analyze the quantity and types of attacks, and organizations can use this information to change their security systems or implement more effective controls.
- Playsound.
- Numpy Library.
- OpenCV Library.
- PIP
- Used .avi and .mp3 format files as source.
- Clone the Repository with:
git clone https://github.com/Akash-Ramjyothi/Intrusion-Detection-System
- Install numpy:
pip3 install numpy
- Install OpenCV:
pip3 install opencv-python
- Install Playsound:
pip3 install playsound
- Run the Script, type:
python3 main.py
- Take a look at the Existing Issues or create your own Issues!
- Wait for the Issue to be assigned to you after which you can start working on it.
- Fork the Repo and create a Branch for any Issue that you are working upon.
- Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
- Add Screenshots to help me know what this Code is all about.