Skip to content

TheSpeedX/Intrusion-Detection

 
 

Repository files navigation

Intrusion-Detector

A Python Program which allows you to know about the change of every motion occurs and notifies you on suspicion.

ToDo

[✓] Add Tensorflow Detection
[✓] Spilt out Videos of persons
[✓] Save only detected part with time frame
[✓] Notify user on any intrusion
[✓] Used a LightWeight ssd_mobilenet model for using in RPi
[ ] Make A Client Server Model For Multiple Cameras

Feel Free To Add More...

Get The Tensorflow Model At : https://github.com/TheSpeedX/extras/raw/master/ssd_mobilenet.pb

HOW TO RUN

This Program Was Coded For Python 3.x

Install Requirements by

pip install -r requirements.txt

Download The TensorFlow Model From here

Put The TensorFlow Model in the same Directory As the Python File

Now run it

python motion_detect.py

TeamMates

SpeedX Adarsh Padhi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%