Hi Team
Has anyone written or article i could related in flutter that uses facial recognition library, can detect people face and identify them their user ID?
Hi Team
Has anyone written or article i could related in flutter that uses facial recognition library, can detect people face and identify them their user ID?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted Apr 26, 2024, 11:51 AM
Yes, there are several resources available that can help you implement facial recognition in Flutter:
Face Recognition App In Flutter Using TensorflowLite & Google ML KIT1: This video tutorial explains how to create a face recognition app in Flutter using TensorflowLite, Google ML Kit and Hive. - https://www.youtube.com/watch?v=c2JNZ8nxCCU
Face Recognition & Detection in Flutter - Build Attendance & Security Systems for Android & IOS2: This video tutorial shows how to perform Face Detection and Face Recognition in Flutter with both Images and Live Camera footage for both Android and IOS. - https://www.youtube.com/watch?v=3Uv0zvE_gNM
Flutter Live Face Detection using Google’s new library(Google’s ML Kit Face Detection)3: This video tutorial explains how to use Flutter Google’s ML Kit Face Detection to detect faces in an image, identify key facial features, and get the contours of detected faces. - https://www.youtube.com/watch?v=HwFeRLjEjMo
Implementing face recognition and authentication in Flutter4: This article describes how you can implement biometric authentication using facial recognition and Touch ID in Flutter applications. - https://blog.logrocket.com/implementing-face-recognition-authentication-flutter/
google_mlkit_face_detection | Flutter package5: This is a Flutter plugin to use Google’s ML Kit Face Detection to detect faces in an image, identify key facial features, and get the contours of detected faces. - https://pub.dev/packages/google_mlkit_face_detection
Face Recognition in Flutter - The 2024 Flutter Guide | Udemy6: This comprehensive course empowers you to seamlessly integrate facial recognition & detection into your Flutter apps, harnessing the power of both images and live camera footage. - https://www.udemy.com/course/face-recognition-detection-in-flutter-2023-guide/
Implementing face recognition and detection with Flutter’s facial recognition widget7: This tutorial explores how to implement face recognition and detection using Flutter’s facial recognition widget. - https://colinchflutter.github.io/2023-09-14/15-51-57-069155-implementing-face-recognition-and-detection-with-flutters-facial-recognition-widget/
Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Google ML Kit library8: This GitHub repository provides a simple face recognition authentication system written in Flutter using Tensorflow Lite and Google ML Kit library. - https://github.com/MCarlomagno/FaceRecognitionAuth
These resources should provide a good starting point for implementing facial recognition in your Flutter application. Remember to always respect user privacy and obtain necessary permissions when dealing with sensitive data like facial recognition.
Thanks