Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 968 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 968 Bytes

KerasMatic: Machine Learning Enabled Movie Recommendation API

KerasMatic was a Top 10 solution in TSEC Hackathon 2020 using the Movielens dataset.

Implementation

Steps:

  1. Search for a movie

  2. Select a type of recommendation (Content-based/Collaborative filtering/Hybrid)

  3. Done!

    Screencapture 1 Screencapture 2 Screencapture 3

Steps to install

  1. Initiate a pipenv environment pipenv shell

  2. Install dependencies inside the environment pipenv install

  3. Start the django server python main/manage.py runserver

  4. Open the browser and find the website at localhost:8000.