An open API service indexing awesome lists of open source software.

https://github.com/gokulnpc/face-detection-mediapipe

This project employs the MediaPipe library and OpenCV for real-time face detection. Leveraging a webcam feed, it accurately identifies and annotates faces within the frame.
https://github.com/gokulnpc/face-detection-mediapipe

computer-vision deep-learning face-detection mediapipe

Last synced: about 2 months ago
JSON representation

This project employs the MediaPipe library and OpenCV for real-time face detection. Leveraging a webcam feed, it accurately identifies and annotates faces within the frame.

Awesome Lists containing this project

README

        

# Face Detection using OpenCV and Mediapipe

This project employs the MediaPipe library and OpenCV for real-time face detection. Leveraging a webcam feed, it accurately identifies and annotates faces within the frame. Utilizing MediaPipe's Face Detection module, it detects faces and draws bounding boxes around them, along with confidence scores. Additionally, the system calculates and displays the frame rate, ensuring smooth performance.

![alt text](image.png)