Anyone have a recommended approach the following feature?
User uploads a photo of their plate of food
Analyze the dish and return the following:
Name of dish (descriptive title)
List of ingredients
Estimated amount of fat, carbs, protein, sugar (grams)
I have tested this outside of Glide, using ChatGPT directly. I simply attached an image, and entered a prompt that asked for the above response. It worked really well. At first, I thought it would be pretty easy to achieve the same using Glide.
I just upgraded to a business plan, and I was hoping that this would provide access to a straightforward solution involving an AI integration. For example, image to text where I could use a prompt That would instruct the AI to perform the analysis and return the data, preferably in JSON Format. However, it seems that the image to text option Does not include a prompt, and simply has â Describeâ as the action.
Does this mean Iâm going to have to create my own AI call action and set up tokens with ChatGPT? If so, what are the Glide steps required and which integrations would be needed? For awareness, some months back I did set up a ChatGPT account and I do have a token that can be used (In the end, I didnât use it because Glide introduced the new AI column).
Thanks in advance for any tips and pointers.