Face Recognition Door Lock System Using OpenCV on Raspberry Pi

Face Recognition Door Lock System Using OpenCV on Raspberry Pi

Introduction

Face recognition door lock system is capable of making decisions based on facial recognition technology. The system uses a webcam and a Raspberry Pi. It is capable of performing all the facial recognition stages on its own such as face detection, features extraction, face recognition using OpenCV libraries.

Video

This video shows how we make a face recognition door lock system using OpenCV on Raspberry Pi.

Hardware Preparation

This is the list of items used in the video.

Sample Program

This is a python3 sample program for Face Recognition Door Lock System using Raspberry Pi. You can use it with Thonny Python IDE.

References:

Thanks for reading this tutorial. If you have any technical inquiries, please post at Cytron Technical Forum.

"Please be reminded, this tutorial is prepared for you to try and learn.
You are encouraged to improve the code for a better application."