Giter VIP home page Giter VIP logo

movie-recommender's Introduction

Movie-Recommendeder

A ML project that reccommends you personalised movie reccommendations based on movies you like.This finds movies similar to a movie that you lika on grounds on cast, director, tags and description. The directors name is giver weightage of 3 while cast and tags are given a weightage of 1. This uses TF-IDF Vectoriser to find similarities and make a cosine similarity matrix to reccommend movies, afterwhich it is sorted by weighted rating(IMDB's rating formulae) to put popular movies on top. Earlier version used overview and description to find similarity matrix which was found to be less appealing.

Usage

Run 'Movie_reccomender.ipynb' in ipython notebook , preferably jupyter notebook. Then run the function with the name of the movie you wish like as in the example to get your reccomendations.

  • You can open 'Movie_reccomender.ipynb' in github to see some examples done with this model.
  • 'MovieRecFull.ipynb' is the original file used to develop this model with previous models included.he files imported in the file are not included due to size constraints.

Disclaimer

  • Due to limitations in RAM , only top ~22,000 movies(with rating above 6.5) are considered in the list.
  • Due to github's policy on file size the original csv files are not uploaded.The needed files are made and uploaded herewith.
  • The original file used to develop this model is in 'MovieRecFull.ipynb'. The files imported in the file are not included due to githib size constraints.It should be hosted soon.

movie-recommender's People

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.