I’m looking for a model that can receive a photo of a food as input, and return its nutrition data as output, which is: amount of calories, carbs, fat and protein.
Does such a model exist?
Basically something like this: myfoodrepo.org (it’s only for researchers, so I don’t have access to its model).
Hi. I don’t know a model, but you can build one using YOLO for image recognition, and getting the nutrition info from some database (I think there is an API for this).