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
177 stars 68 forks source link

How can we save photo on web Database & retrieve for face recognition #25

Closed sasikanta04 closed 2 years ago

sasikanta04 commented 2 years ago

How this photo

atharvakale31 commented 2 years ago

We do not save the photo anyways. We save the face embeddings (1D array). You can save and retrieve this from a Database.

Omkarrr commented 2 years ago

where are the face embedding getting stored in your application..sorry I am a beginner

atharvakale31 commented 2 years ago

The face embeddings are getting stored using Shared Preferences, you can refer to the comments in the code to know where it is happening.