From a49ae72ef6da833a8eeb0584d8970ed3b6ff129f Mon Sep 17 00:00:00 2001 From: Adrien <adrien.payen@student.uclouvain.be> Date: Fri, 24 May 2024 22:38:36 +0200 Subject: [PATCH] update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42bd363f..f9e54b80 100644 --- a/README.md +++ b/README.md @@ -139,10 +139,12 @@ The system supports the following regression models for predicting user ratings: Our web page serves as the user interface for the Recommender System. It allows users to interact with the recommendation models & view recommended items. It was built in backend powered by Flask (Python) to handle requests and serve recommendations. +### 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. -## Pages folder +### Pages folder 2. ***Discovery*** The Discover page allows the user to find recommendations based on characteristics inherent to the movies themselves. -- GitLab