AI Face Mesh:

This is a simple face mesh detection program based on Artificial Intelligence which made with Python. It’s able to detect 468 different landmarks on faces.

Outcome:

Watch the Outcome.

What Have I Done:

I’ve made this face mesh detection program using Python. I’ve used OpenCV, MediaPipe and Math module for made this program.

OpenCV is a library used for computer vision applications. With help of OpenCV, we can build an enormous number of applications that work better in real-time. Mainly it’s used for image and video processing.

MediaPipe is a framework mainly used for building audio, video, or any time series data. With the help of the MediaPipe framework, we can build very impressive pipelines for different media processing functions.

Math is a built-in module that we can use for mathematical tasks.

Required Packages:

  • opencv-python
  • mediapipe
  • math

Usage:

  • First of all you need to install all required packages.
  • Then run the FaceMesh.py file.
  • You’re done! Enjoy the face mesh detection program.

Tutorial:

Watch the step by step Tutorial.

Got a Question?

What to know more about my working process? Have an exciting project that could use my help? Drop me a line and I’ll try my best to get back to you!

If you have any questions that are bothering you please contact with me. If you think any line is redundant or can be removed to make the program better then you can obviously ask me or make a pull request. All of my contact links are given in my GitHub Profile.

GitHub

View Github