Smart Security Camera
Smart Security Camera (with attendance on Google Sheets) Summary The AIM of the project is to make a smart camera that can monitor your house, office, etc and give you valuable data like keeping track of who is on the door, at when did any person arrive, click photographs on unknown people and only open the smart lock (electromagnetic based) when a known person is at the door. Hardware Requirements -Raspberry Pi (any version will do for best results 4B(2GB) was used) - Raspberry Pi CSI Camera -Power Bank -SD card(flashed with latest raspbian) -Relay (for controlling door lock) Software Requirements -PIP (install it along with python) -GIT -Clone my Github repository - http://github.com/aabhassenapati/smart_security_camera and unzip the file on the raspberry pi. Bringing the Project into Real Life There are two main parts of this project one is Face Recognition using OpenCV and the other is sending the onto Google Sheets and the m...