shubham0204 / FaceRecognition_With_FaceNet_Android

Face Recognition using the FaceNet model and MLKit on Android.
https://towardsdatascience.com/using-facenet-for-on-device-face-recognition-with-android-f84e36e19761
Apache License 2.0
252 stars 88 forks source link

Migrating to ML Kit #4

Closed SushantGautam closed 3 years ago

SushantGautam commented 3 years ago

I think we can migrate to Ml Kit now for this demo. https://developers.google.com/ml-kit/migration

shubham0204 commented 3 years ago

@SushantGautam Can you please elaborate your problem?

SushantGautam commented 3 years ago

I came across your repo and just was curious to know if you would like to migrate to ML Kit in the future as Google is now separating its solutions for on-device machine learning from Firebase ML Kit to ML Kit. I am now having any problems or issues with your code.

You have done a really great job and contributed to the community. :)

shubham0204 commented 3 years ago

@SushantGautam, thanks for highlighting the change. All Firebase MLKit libraries have been replaced by Google MLKit libraries. See this commit.