diff --git a/README.md b/README.md index fa938108a8b0139cc3926f0c5b564d3637873f51..8ac98aaa4353be44856394a9c0f0b05ed8e72364 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