@@ -139,10 +139,12 @@ The system supports the following regression models for predicting user ratings:
...
@@ -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.
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***
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
### Pages folder
2.***Discovery***
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.