Search code examples
androidgoogle-mlkitandroid-developer-api

How to search for a face in an image?


I took a project which requires to search for a face(extracted from an image using google's ML kit). What I'm stuck at is, an algorithm to find that face in a group of photos(that may contain several faces). PLease help. I searched the internet but got no method that could search a particular face in images with multiple faces. Thanks!

I searched the internet but got no method that could search a particular face in images with multiple faces.


Solution

  • You can use below listed some libraries

    Google ML kit Free

    TensorFlow Free and paid

    OpenCV Free ( Open source )