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

Face Database Import From Mysql #15

Closed lionheart83 closed 2 years ago

lionheart83 commented 2 years ago

Is it possible recognize face download from mysql database? Please help sir!

atharvakale31 commented 2 years ago

Yes, it is possible, you will have to save and retrieve the face embeddings from the MySQL database rather than shared preferences.

lionheart83 commented 2 years ago

how about displaying predictions using this tensorflow?

atharvakale31 commented 2 years ago

Sorry, I did not understand, Can you elaborate? We are already using Tensorflow Lite.