Google Vision Integration

0
Hi all , Currently I’m working on a project where I need to categorize the image items using google vision . can anyone tell me how to integrate google vision in Mendix 9.0.5 ?
asked
1 answers
1

Obviously we cannot give you the entire architectural design that you need, that is your job. Google Vision has an API that you could implement in Mendix. Just upload the image to you app > send it to the API > Magic > Get a response from the API > Display the response.

answered