You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current implementation leverages GPT-4 for extracting both ingredient names and their nutritive qualities from images of food items. However, this approach sometimes leads to inaccuracies in nutritional data due to the generalized nature of GPT-4's outputs. To improve the precision of caloric value determination, we propose to refine our process by exclusively extracting ingredient names using GPT-4 and subsequently querying a dedicated nutritional database or API for precise caloric values.
Objective
Primary: To solely extract ingredient names from food item images without their nutritive qualities using GPT-4.
Secondary: Identify and integrate a reliable nutritional database or API that provides accurate caloric values for a wide range of ingredients.
Tasks
Research and Evaluation:
Investigate potential databases or APIs specializing in nutritional information.
Evaluate the candidates based on data comprehensiveness, accuracy, API response times, and cost-effectiveness.
Implementation:
Adapt the existing GPT-4 integration to focus on the extraction of ingredient names only.
Develop a module to query the selected nutritional database/API with the extracted ingredient names to obtain precise caloric values.
The text was updated successfully, but these errors were encountered:
Our current implementation leverages GPT-4 for extracting both ingredient names and their nutritive qualities from images of food items. However, this approach sometimes leads to inaccuracies in nutritional data due to the generalized nature of GPT-4's outputs. To improve the precision of caloric value determination, we propose to refine our process by exclusively extracting ingredient names using GPT-4 and subsequently querying a dedicated nutritional database or API for precise caloric values.
Objective
Tasks
Research and Evaluation:
Implementation:
The text was updated successfully, but these errors were encountered: