Offline Face Recognition On Flutter

2,865

Firebase ML Kit's face detection API, an on-device API, works even when there’s no network connection. Note, the functionality offered is face detection, not face recognition.

Share:
2,865
Atiab Jobayer
Author by

Atiab Jobayer

Self-taught PHP Codeigniter developer and passionate competitive programmer.

Updated on December 12, 2022

Comments

  • Atiab Jobayer
    Atiab Jobayer over 1 year

    I am trying to build a flutter app which will have two functionality. 1. Save face data 2. Recognize face based on saved face data.

    I want to do this offline. The possible solution I found on google is using Firebase ML Kit, but that requires a network connection.

    Is there any way to do realtime face recognition without requiring a network connection?

    Thanks in advance.

  • Poran
    Poran about 3 years
    Is it free of cost?