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!
- Host: GitHub
- URL: https://github.com/syedibrahim/intruderdetectioncamera
- Owner: syedibrahim
- License: apache-2.0
- Created: 2020-06-15T17:13:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T13:35:41.000Z (almost 4 years ago)
- Last Synced: 2025-03-25T03:41:56.376Z (about 1 year ago)
- Topics: face-recognition, opencv, python, raspberry-pi
- Language: Python
- Homepage:
- Size: 87 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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"`