Giter VIP home page Giter VIP logo

what-to-watch-next's Introduction

what-to-watch-next

An end-to-end Movie Recommender System

Links

Project Link: Blog Link: TBD

Tech Stack

  • Recommender System: Python, pandas
  • Web service: Nodejs
  • Dataset: Movielens
  • AWS: S3, DynamoDB

Setup

Make sure you have installed these:

  • Python3
  • nodejs
  • have aws iam tokens (and setup in ~/.aws/credentials and ~/.aws/config)

create-recommendation

Download dataset from s3

This module will fetch dataset from S3 and create recommendation for every movie and save in dynamodb.

  • cd in module
  • Make sure you have movie lens dataset somewhere in your s3
  • run cp .env.sample .env and add the necessary values
  • Run python3 fetch-dataset-from-s3.py
  • You should see files in /tmp/ folder if you have not got any error

Create recommendations for movie and save in database

  • Then to create a csv of recommendation of every title with ratings, run python3 create-recommendation.py
  • Created recommendation will get saved in database (dynamodb) and in csv file at 'output/recommendation.csv' (tbd)

web-service

  • Run
npm install 
npm start
  • run cp .env.sample .env and add the necessary values

  • Run this endpoint in your browser, localhost:8080/api/1/movie=<movie-name-of-your-choice>

what-to-watch-next's People

Contributors

myke11j avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

prabhatpankaj

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.