Code Monkey home page Code Monkey logo

movie-recommendation-system's Introduction

Movie-Recommendation-System

Packages Needed:

  1. Numpy
    • pip install numpy
  2. Pandas
    • pip install pandas
  3. PIL
    • pip install pillow
  4. Matplotlip
    • pip install matplotlib

The project contains three Parts:

  1. Viewing Movies
  2. Data Visualization
  3. Movie Recommendations

Viewing Movies

Pick a movie from the combo box and view all the ratings of the movie. Image posters are not available for all the movies; however, a button is provided to add an image to a specific movie

Data Visualization

A series of graphs that visualise certain aspects of the data

Movie Recommendations

The user is prompted to rate a few movies that he/she has watched.

  1. Select a movie
  2. Give the movie a rating
  3. Repeat steps 1 & 2, until satisfied
  4. Click the recommendation button, to get a list of suggested movies
    • The Cold Start Problem is not tackled
    • Movies with less than 5 ratings will not be used to generate recommendations

The recommendations are generated on a user collaborative approach

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.