Giter Site home page Giter Site logo

dcallao / recommendation-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amitkumarusc/recommendation-system

0.0 0.0 0.0 22.28 MB

A movie recommendation system trained on the MovieLens 20 Million dataset. This system makes use of Collaborative filtering methods to come up with recommendations for a particular user.

JavaScript 0.02% Python 0.94% CSS 0.06% HTML 0.29% Jupyter Notebook 98.66% Dockerfile 0.02%

recommendation-system's Introduction

MovieRec - A Recommendation System

This projects aims at building a movie recommendation system trained on the MovieLens 20M database. Based on previously rated movies by a users, the system recommends new movies he/she might be interested in.

This system makes use of Collaborative filtering methods to come up with recommendations for a particular user. We have used a biased version of Alternating Least Square solution to decompose the movie ratings matrix into two smaller matrices.

The model is trained using pyspark and the backend application is build using Python flask, HTML, CSS, Javascript.

We have also made use of Elasticsearch to create an inverted index for providing auto-suggestions while searching for a particular movie.

Requirements

  1. Docker
  2. Docker Compose
  3. System with at least 8 Gb of RAM

Instructions to start the server.

  1. Clone this repository by executing the following command in your terminal: >> git clone https://github.com/amitasviper/recommendation-system
  2. Goto into this directory using the following command: >> cd recommendation-system
  3. Make sure that docker service is running into your system.
  4. No run to bring up the containers for the recommender, execute the following command >> docker-compose up

Opening the UI

  1. To open the Web UI of the application, open your favorite browser and hit the URL http://localhost/

recommendation-system's People

Contributors

amitkumarusc 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.