leonardoFiedler / FaceRecognitionAuth

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot 1

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

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

Licence

https://opensource.org/licenses/BSD-3-Clause

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 96.0%Language:Batchfile 2.5%Language:Swift 1.1%Language:Kotlin 0.3%Language:Objective-C 0.1%