An implemented version of Face Detection using OpenCV and Mediapipe

Project Description:

In this project, we will be using the live video feed from the camera to detect Faces. It will also detect some specific points such as ears, nose, lips and eyes.

Alt Text

Requirements:

Following modules need to be installed for it to work properly:

OpenCV:

OpenCV is a huge open-source library for computer vision, machine learning, and image processing. OpenCV supports a wide variety of programming languages like Python, C++, Java, etc. It can process images and videos to identify objects, faces, or even the handwriting of a human.

It can be installed using “pip install opencv-python”

Mediapipe:

MediaPipe is a framework for building

 

 

 

To finish reading, please visit source site