Git Product home page Git Product logo

qeech's Introduction

Qeech

Cooking recipe recommendation application.

🇫🇷 Français

How does the recipe recommendation work?

The dataset used for recipe recommendation is Food.com Recipes and User interactions.

A score is applied for each recipe based on the user. Several factors are taken into account to determine this score:

Arbitrarily, the score of a recipe is calculated as follows:

score = (ingredients_score + habits_score + season_score) * diet_score

Note ingredients_score could be the percentage of ingredients in the recipe that the user has available. diet_score would be equal to 0 if the recipe contains an ingredient that the user does not wish to consume. Otherwise, it would be equal to 1.

The ingredients available to the user

The user can enter the ingredients he has available.

The user's eating habits

Different clusters of recipes are created according to the users' interactions with the recipes.

The user can enter the recipes he likes during the application's onboarding. These recipes are used to determine which recipes are likely to appeal to the user.

Graph representing the clusters of recipes

Graph representing the clusters of recipes

The season

As the users' interactions are dated, it is possible to determine the average and/or median period of the year when each recipe is most cooked.

The user's diet (allergies, vegetarian, halal, etc.)

The user simply indicates during the application's onboarding the ingredients he does not wish to consume.

What future features could be added?

  • Normalization of the name of the recipes (using a generative AI)
  • Grouping ingredients by diet
  • Image recognition to add ingredients available to the user

qeech's People

Contributors

arthur-fontaine avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.