-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
🍒 Nice to haveNice to have but not a priorityNice to have but not a priority
Description
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.
Metadata
Metadata
Assignees
Labels
🍒 Nice to haveNice to have but not a priorityNice to have but not a priority