Skip to content

YashMuchhala/KerasMatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KerasMatic: Machine Learning Enabled Movie Recommendation API

KerasMatic was a Top 10 solution at 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.

Contributors