The Nutri-Score is an indicator that allows for the evaluation of the quality of a food product. The objective of this project is to develop a web application prototype that predicts the Nutri-Score of a food product based on data entered by the user. The prediction model used is a classification model (Decision Tree) trained on the Open Food Facts database.
The application includes a form containing various fields that need to be filled out by the user:
Once the fields are filled out, the predicted Nutri-Score is displayed on another page.