An open API service indexing awesome lists of open source software.

https://github.com/syedibrahim/intruderdetectioncamera

A Raspberry Pi based security camera to detect unknown person and raise alarm!
https://github.com/syedibrahim/intruderdetectioncamera

face-recognition opencv python raspberry-pi

Last synced: 11 months ago
JSON representation

A Raspberry Pi based security camera to detect unknown person and raise alarm!

Awesome Lists containing this project

README

          

# Intelligent-facial-recognition-system-for-surveillance-and-Intruder-Detection

**Pre-requisites:**
1. Follow these steps to setup Twilio Account and get your

twilio ID and Auth-Token, along with twilio phone Number

[Click Here](https://www.twilio.com/docs/sms/quickstart/python)
2. Follow the instructions and add the above mentioned details in

send_sms.py that is already created.
3. Follow instructions given in **PyImageSearch** to install Opencv

on Raspberry PI [Click Here](https://www.pyimagesearch.com/2019/09/16/install-opencv-4-on-raspberry-pi-4-and-raspbian-buster/)
4. Additionally use **pip** to install dlib and numpy

**To run the program:**
1. Clone this repository

`git clone https://github.com/zeeshanovic/IntruderDetectionCamera.git`

`cd IntruderDetectionCamera`
2. Run **Main.py** file

`python main.py`
3. To save new face encoding

`python save_known_face.py -f image.jpg -n "ibrahim"`

OR

`python save_known_face.py -f image.png -n "ibrahim"`