atharvakale31 / Real-Time_Face_Recognition_Android

Real-Time Face Recognition App using Tensorflow Lite
https://play.google.com/store/apps/details?id=com.atharvakale.facerecognition
180 stars 67 forks source link

Make it a library(if possible) #23

Closed uzariustics123 closed 2 years ago

uzariustics123 commented 2 years ago

Is there a possibility to make this a library? So that we can easily import this to any project and using only APIs?

uzariustics123 commented 2 years ago

btw this is a very nice project👌

atharvakale31 commented 2 years ago

Hey @uzariustics123 , Thank You! I had this thought too! It is possible to convert this into a little library but I haven't really explored it. It will make the import easy but on the other side, I think it will make it harder for the developer to customize the code.