From 592358c296b0abce21522aefa67a287aa87affd5 Mon Sep 17 00:00:00 2001 From: Adrien <adrien.payen@student.uclouvain.be> Date: Fri, 24 May 2024 22:48:09 +0200 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4347a9bb..ae258a75 100644 --- a/README.md +++ b/README.md @@ -140,15 +140,15 @@ Our web page serves as the user interface for the Recommender System. It allows ### Main folder -1. ***Home*** +1. ***Home.py*** - The Home page provides a set of recommendations for the user based on user-based, content-based, and latent factor model algorithms. ### Pages folder -2. ***Discovery*** +2. ***Discovery.py*** - The Discover page allows the user to find recommendations based on characteristics inherent to the movies themselves. -3. ***Search*** +3. ***Search.py*** - The Search page allows users to search the general database and apply filters. -- GitLab