KerasMatic was a Top 10 solution in TSEC Hackathon 2020 using the Movielens dataset.
Steps:
-
Search for a movie
-
Select a type of recommendation (Content-based/Collaborative filtering/Hybrid)
-
Done!
-
Initiate a pipenv environment
pipenv shell
-
Install dependencies inside the environment
pipenv install
-
Start the django server
python main/manage.py runserver
-
Open the browser and find the website at
localhost:8000
.