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