A collaborative filtering based recommendation engine!
(Please see wiki for detailed information.)
Testing how good the Movie Recommender is :
- Pick 10-15 very famous movies.
- Make sure the movies have diversity based on genre, cast and production style.
- Show users a set of 10 randomly generated movies vs top 10 movies recommended by the Movie Recommender.
- Also ask the user how satisfied is he/she with the recommended movies.
- Collect your results and quantify them.
Note: Our system can be virtually uploaded to sites like Code SandBox, for easier testing.
Make sure you taste your own medicine first and take into account other peoples familiarity with the system before you design your tests.
- Python, Flask, HTML, CSS and JavaScript
-
python 3.5 +
-
pip
-
Style check - black
pip install black
-
Static code analyser - Pylance
Install it in VS Code
-
Install all required python packages
pip install -r requirements.txt
cd Code/recommenderapp
python3 app.py
Refer to Wiki page here
Raise a issue on this repository, we would love to look at it ❤️