I created a model using YOLO version 11. The model is used to detect the category of food when the user scan its picture. I also have a data related to food categories that have information about calories and nutrients.
The model now can scan the image of (potato) for example and say it’s potato. I want it to provide the information of calories and nutrients related to (potato) that exits on the data file.
I have prepared 6000 annotated pictures using robo flow.
How can I connect between the model and the data of the food?
Rasha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.