Identify faces from video and images using OpenCV and Deep Learning
-
Updated
Feb 18, 2024 - Python
Identify faces from video and images using OpenCV and Deep Learning
Live Face recognition from webcam using Deep Learning
Recognitises a face from the input feed.
This project is used for face recognisation when you already set up faces in the faces folder. It will recognise the face and speak the name. I have created this project using Python with deepface learning. I used the OpenCV library and Python text-to-speech3 (pyttsx3). It will continuously speak the recognised person's name at every 3 seconds. If
Developed a face recognition system capable of processing both live video streams and static images, utilizing face detection algorithms and Principal Component Analysis (PCA).
Simple implementation of live face recognition using OpenCV implementing LBPH algorithm for recognizing faces and HaarCascade pretrained model to detect faces.
Add a description, image, and links to the live-face-recognition topic page so that developers can more easily learn about it.
To associate your repository with the live-face-recognition topic, visit your repo's landing page and select "manage topics."