错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Food Recognition Using Deep Learning for Recipe and Restaurant Recommendation

  • L. Anand,
  • Ria Tyagi,
  • Vishad Mehta

摘要

Our project involves an interface that can identify various food items in real time from an image or video of multi-object meals, and provide the user with relevant information such as recipes, ingredients, and nearby restaurants serving the identified dish. Our work is divided into two parts: First, we utilize YOLO V5, an advanced object detection technique, to build a machine-learning model with an average accuracy of over 80% that can concurrently recognize and localize several items. Secondly, we integrate our model into an interface that also includes additional features such as a restaurant finder and ingredient/recipe analysis. By processing the model output on the interface side, we can display detection results in real time, including the class label and bounding box position and further recommend the recipes or the restaurants around them that serve that cuisine using an API. Hence, users can try new foods while also educating themselves about the cultures behind these cuisines.