Image Feedback Recognition via AWS Rekognition

Hi, I am new to Glide. I am wondering if anyone has any experience with AWS Rekognition and how I would go about connecting Glide to it. I am making a new hire checklist app where associates would be directed to locate and identify specific machinery and machinery parts in a factory. In order to complete the action, they would need to take a picture of the machine, upload it, and have Glide/Rekognition verify that their picture is the correct part or machine.

Thoughts??

I think you can do it this way:
Take a photo, store it in glide column. Make an api call to external service, may be aws and send to it photo’s url, and fedback the response to glide api

1 Like

You can do this using the Glide AI → Generate Text feature. It will accept an image as input.

1 Like