/holistic-face-recognition

A simple Python3 script. It uses mediapipe module to recognize the face of a user in real-time.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Holistic Face Recognition

This repository contains a simple Python 3 script 🐍
The purpose of this script is to show how to use Google's mediapipe to detect faces through an holistic model.

Details about the detection method 📚


Further information about how to properly use mediapipe's holistic model can be found Here
Further information about the Holistic model can be found Here
Further information about the Mediapipe project itself, used in this repository can be found Here
Further information about the OpenCV project itself, used in this repository can be found Here