Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Google ML Kit library.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
TensorFlow Lite is an open source deep learning framework for on-device inference.
https://www.tensorflow.org/lite
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
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 [email protected]
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