RecipeRecon

You want to recognize a dish in seconds and don't have the time to search it on the web, because we know it's convenient not to have to choose between this recipe or that one. RecipeRecon finds it for you, you just have to start cooking!

The Project and how it's going to work





The purpose of this AI scheme is for the machine to be trained to regognize dishes and then be more efficient. To create this AI, we're going to use ml5.js which is a JavaScript library. This library is a beginner-friendly one which aims at teaching everyone the very basics of Artifical Intelligence. Then, we're going to use a specific function called imageClassifier() on which you can find complete documentation on the official ml5 website. This will allow the AI to recognize the content of an image. Here an example of a code :


This information must be selected in the database thanks to the picture the user takes. This requires an imageClassifier function, that picks the information thanks to the AI. Once the function is set, we still need to complete the JS file. The algorithm must hold the picture and then give the result that corresponds the most to the picture taken by the user.

Then, another .js function will associate the result with a database about the features of the dish



Thank you for reading!

Website made by Alexandre Kielmel