Face Recognition Authentication in Flutter using TensorFlow & Firebase ML

Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.

banner image

FaceNetAuthentication

Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.

Stack

Flutter

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

https://flutter.dev/

Tensorflow lite

TensorFlow Lite is an open source deep learning framework for on-device inference.

https://www.tensorflow.org/lite

Flutter + Tensrorflow lite = tflite_flutter package

TensorFlow Lite plugin provides a dart API for accessing TensorFlow Lite interpreter and performing inference. It binds to TensorFlow Lite C API using dart:ffi.

https://pub.dev/packages/tflite_flutter/install

Support

Currently, the project has only support for Android devices, if you’re interested in contribute to provide iOS support, please let me know emailing me to marcoscarlomagno1@gmail.com

Setup

1- Clone the project:

git clone https://github.com/MCarlomagno/FaceRecognitionAuth.git

2- Open the folder:

cd FaceRecognitionAuth

3- Install dependencies:

flutter pub get

4- Run on device (Check device connected or any virtual device running):

flutter run

Screenshots

Face recognition auth

Download Details:

Author: MCarlomagno
Download Link: Download The Source Code
Official Website: https://github.com/MCarlomagno/FaceRecognitionAuth
License: https://opensource.org/licenses/BSD-3-Clause

#flutter #tensorflow #firebase

Face Recognition Authentication in Flutter using TensorFlow & Firebase ML
34.70 GEEK