Pre-requisites:
- Follow these steps to setup Twilio Account and get your
twilio ID and Auth-Token, along with twilio phone Number
Click Here - Follow the instructions and add the above mentioned details in
send_sms.py that is already created. - Follow instructions given in PyImageSearch to install Opencv
on Raspberry PI Click Here - Additionally use pip to install dlib and numpy
To run the program:
- Clone this repository
git clone https://github.com/zeeshanovic/IntruderDetectionCamera.git
cd IntruderDetectionCamera
- Run Main.py file
python main.py
- 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"