Open source face recognition for Android [closed]

Using Android, what are the open-source option for face recognition.


Solution 1:

Here are some links that I found on face recognition libraries.

  • Android's FaceDetector.Face
    • Tutorial: Implementing Face Detection in Android
  • OpenCV Facerecog

Image Identification links:

  • Moodstocks
  • Ltutech

Solution 2:

You can try Microsoft's Face API. It can detect and identify people. learn more about face API here.