You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: