https://github.com/paahaad/security-system-for-home
Security System for Home Using Rasberry Pi and Computer Vision
https://github.com/paahaad/security-system-for-home
face-detection machine-learning opencv
Last synced: 2 months ago
JSON representation
Security System for Home Using Rasberry Pi and Computer Vision
- Host: GitHub
- URL: https://github.com/paahaad/security-system-for-home
- Owner: paahaad
- Created: 2020-01-05T07:20:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T08:15:08.000Z (over 4 years ago)
- Last Synced: 2025-12-26T11:45:32.346Z (6 months ago)
- Topics: face-detection, machine-learning, opencv
- Language: Python
- Homepage:
- Size: 43.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SecuritySystem.py
Awesome Lists containing this project
README
# Security System for Home
Security System for Home Using Rasberry Pi and Computer Vision.
OpenCV is open source computer vision module which can help to read the image. We will integrate OpneCV to Rasberry Pi,with the help of pi camera we detect the human face and set a massage to user.
Explaination:-
-Convert image to numpy array.
-Use classifier which contain the feature of the face.(say it contain the coordinates of the face)
-Using the numpy array we try to look for match the of this coordination.
-This way we find the human face using OpenCV .
OpenCV is available in many language, we are using python in this project. For more details see doc and ppt.