live-face-recognition
There are 6 repositories under live-face-recognition topic.
aakashjhawar/face-recognition-using-deep-learning
Identify faces from video and images using OpenCV and Deep Learning
DaneyAlex5/Webcam-based-Face-Recognition-using-Deep-Learning-
Live Face recognition from webcam using Deep Learning
Sani192/python-deepface-live-face-recognisation
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
HarshitRuwali/Face_Recognition
Recognitises a face from the input feed.
dikamahard/Live-FaceRecognition
Simple implementation of live face recognition using OpenCV implementing LBPH algorithm for recognizing faces and HaarCascade pretrained model to detect faces.
Youssef-Ashraf71/Live-Face-Detection-Recognition
Developed a face recognition system capable of processing both live video streams and static images, utilizing face detection algorithms and Principal Component Analysis (PCA).