A real-time face detection application using Mediapipe that identifies and marks faces in video feeds.
This repository contains a real-time face detection application built with Google's MediaPipe framework. The application is designed to accurately detect and annotate faces in video streams, demonstrating the capabilities of MediaPipe for practical computer vision tasks.
- Real-time Detection: Processes video feeds to detect faces in real-time.
- Bounding Box Visualization: Draws precise bounding boxes around detected faces.
- Efficient Performance: Optimized for speed and accuracy, suitable for real-world applications.
- Modular Design: Easily extendable for integration with other MediaPipe functionalities.
To execute this project, ensure you have the following software installed:
- Python: Version 3.x
- OpenCV: For video processing and display
- MediaPipe: For face detection functionalities
You can install the required packages using pip:
pip install opencv-python mediapipe