Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Offline Face Matching Support #27

Open
bernabedev opened this issue Sep 14, 2023 · 2 comments
Open

Feature Request: Offline Face Matching Support #27

bernabedev opened this issue Sep 14, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@bernabedev
Copy link

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

@bernabedev bernabedev added the bug Something isn't working label Sep 14, 2023
@talha828
Copy link

same i am also looking for offline package

@eswarraokonni
Copy link

same I am also looking for an offline package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants