This project focuses on developing an application that allows users to position
their faces within an oval region on a live camera preview.
The application
utilizes MediaPipe Face Landmarker
to detect the presence of a human face and extract facial landmarks.
OpenCV
is then used to calculate the yaw and pitch angles,
enabling the determination of the directness and orientation of the face
(i.e., facing straight, right, left, up, or down).
Note: To integrate OpenCV into the project, I use
this repo