Giter VIP home page Giter VIP logo

cps-842-movie-recommender's Introduction

Movie Recommendation System

Demo image

Introduction

MR is a movie recommendation system web application where users can create accounts, rate movies they watched and get recommendations based on the movies they liked or based on users who are similar to their tastes. When selecting a movie from the list, users are able to see its initial details like average ratings, Metascore, IMDb ratings, and similar movies recommended based on users ratings from dataset. Upon submitting a new rating, the similar score will change accordingly.

Description

  • Dataset used: MovieLens. (Data were extracted for movies and user ratings, with mostly Marvel movies)

  • Algorithm used: item-based collaborative filtering. (We chose this approach because people’s opinions/tastes are likely to change over time whereas movies don't, hence the consistency)

Team member

  • Yiran Zhu
  • Nam Long Pham
  • Arnesh Jairath

Setting up

  1. Requires Python and Node.js
  2. Navigate to the repo's directory and install required packages:
  • Python:
pip install -r requirements.txt
  • Node packages:
npm install

Alternatively:

npm install express
npm install cookie-parser
npm install compression
  1. Launch the app:
node index.js
  1. Access the app via localhost: http://127.0.0.1:8888/

cps-842-movie-recommender's People

Contributors

arnesh-jairath avatar helios2k avatar naiuhz avatar

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.