How create an app using facial recognition?

I would like to create an app which takes a photo and search it in a DB or sheet. Is it possible using Glide?

Hola @Francisco_de_Paula_S

Welcome to the community!!!

If I am not mistaken, @Darren_Murphy has done something similar to this.

Thanks.

Not exactly.

I have integrated Glide with a device that does facial recognition, but only for capturing and managing the results of the facial recognition. The actual “recognition” part is done external to Glide, and my app/s get the results via API’s and Webhooks.

So it’s not quite the same use case :slight_smile:

Thank you very much.