From c1f5c2b46f6db6c6b7c010bb619906708fe4f5cb Mon Sep 17 00:00:00 2001 From: Adrien <adrien.payen@student.uclouvain.be> Date: Fri, 24 May 2024 22:45:06 +0200 Subject: [PATCH] update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa938108..8ac98aaa 100644 --- a/README.md +++ b/README.md @@ -153,10 +153,13 @@ Our web page serves as the user interface for the Recommender System. It allows - The Search page allows users to search the general database and apply filters. - - # Recommender system ***recommender.py*** +The `recommender.py` file stores the different recommendation systems used for the web app, as well as the metrics for evaluating these systems. + + +# sitehtml +The `sitehtml` folder contains an automatically generated `.html` file for each movie, enhancing the user experience when using our web app. # Utils file and .streamlit folder -- GitLab