regulaforensics / flutter_face_api

MIT License
31 stars 13 forks source link

Feature Request: Offline Face Matching Support #27

Open freidev opened 11 months ago

freidev commented 11 months ago

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

talha828 commented 11 months ago

same i am also looking for offline package

eswarraokonni commented 4 months ago

same I am also looking for an offline package.