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.
- Host: GitHub
- URL: https://github.com/gokulnpc/face-detection-mediapipe
- Owner: gokulnpc
- Created: 2024-04-11T05:09:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T05:21:32.000Z (about 1 year ago)
- Last Synced: 2025-02-02T03:44:51.387Z (4 months ago)
- Topics: computer-vision, deep-learning, face-detection, mediapipe
- Language: Python
- Homepage:
- Size: 661 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
