Search code examples
firebase-mlkit

Can Firebase ML Kit be used as Face Authentication


Hi I am trying to build an App that register Users with their Face instead of the traditional Methods like Email or Password . So i used The Face Detection API from Ml Kit . But i can't really find a way for differentiating from different Faces. Is there a way for doing this in Ml Kit ?


Solution

  • The built-in model in Firebase ML Kit detect faces, but doesn't recognize them.

    If you want to accomplish the latter, you can build a custom model for that, for example by using AutoML Vision Edge. Note that you'll need a pretty substantial set of (pre-classified) images to train such a model.