-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hello,
Firstly, thank you for creating the flutter_face_api package. It has been very useful for my facial recognition project.
I have a feature request that I believe could improve the functionality of this package. I noticed that the package performs face matching using online resources. Due to the specific requirements of my project, I am in need of a solution that works offline.
Is it possible to add a feature that allows face matching to be performed entirely offline? Having the ability to perform this operation locally on the device would be extremely beneficial for use-cases where an internet connection is not available or not desirable.
Here's how I envision the API might look:
FlutterFaceApi.matchFacesOffline(face1, face2);
Or
FlutterFaceApi.matchFaces(face1, face2, offline: true);
I understand that maintaining an open-source project is a significant commitment, and I appreciate the effort you've put into this package. I would be thrilled to see this feature implemented and am looking forward to your thoughts on this request.
Thank you for considering this feature!
Best regards, Freilyn Bernabe