MCarlomagno / FaceRecognitionAuth

😀🤳 Simple face recognition authentication (Sign up + Sign in) written in Flutter using Tensorflow Lite and Firebase ML vision library.
BSD 3-Clause "New" or "Revised" License
385 stars 193 forks source link

Creating reusable library for just the services? #59

Open lukehutch opened 1 year ago

lukehutch commented 1 year ago

Hi, thanks for putting together this repo and the accompanying Medium post, it's great work!

I want to use the face detection and face recognition code from your repo, and I realize I can do so under the BSD 3-clause license, but it seems like this functionality would be generally useful, and I'd rather depend on your repo rather than copy your code into mine.

Would you consider splitting out a separate library for just the services, and any supporting classes such as FacePainter, so that it's trivially easy for someone to embed a face recognition view into an app using your library?