@@ -95,16 +95,18 @@ The project is organized into the following key components:
...
@@ -95,16 +95,18 @@ The project is organized into the following key components:
### Datasets
### Datasets
1.***small***
1.***small***
- Contains traditional MovieLens data and is used for evaluating models and building our recommendation system.
- Contains traditional MovieLens data and is used for evaluating models and building our recommendation system.
2.***test***
2.***test***
- A smaller dataset (6 users and 10 items) used for understanding algorithm workings during model development.and how algorithms work during model development.
- A smaller dataset (6 users and 10 items) used for understanding algorithm workings during model development.and how algorithms work during model development.
3.***tiny***
3.***tiny***
- A reduced version of the small dataset for debugging purposes.
- A reduced version of the small dataset for debugging purposes.
#### Web Page - Overview
### Web Page - Overview
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.