Giter Club home page Giter Club logo

movie_recommender's Introduction

Django based movie recommender system

https://awesome-movie-recommender.herokuapp.com

GitHub stars Maintenance Website shields.io License

Website Preview

Home Page

Detail Page


Installation ๐Ÿ“ฆ

pip install -r requirements.txt

Clone

  • Clone this repo to your local machine.

Run server locally

$ python manage.py runserver

Go to localhost:8000


Features ๐Ÿ“‹

  • User can register and login.
  • User can search through various movies and look through its details.
  • User can give rating to the movies.
  • User can add movie to their watch list.
  • User can get movie recommendation (Recommendation algorithm (Collaborative Filtering) which suggests new movies based on the ratings given by user.)

Algorithm

Collabortive Filtering (Recommender Algorithm)
  • Collaborative filtering filters information by using the interactions and data collected by the system from other users. It's based on the idea that people who agreed in their evaluation of certain items are likely to agree again in the future.

  • When we want to find a new movie to watch we'll often ask our friends for recommendations. Naturally, we have greater trust in the recommendations from friends who share tastes similar to our own.

  • Collaborative-filtering systems focus on the relationship between users and items. The similarity of items is determined by the similarity of the ratings of those items by the users who have rated both items.

  • There are two types of collaborative filtering

    • User-based, which measures the similarity between target users and other users.
    • Item-based, which measures the similarity between the items that target users rate or interact with and other items.

    I have used user based collaborative filtering in this project.


Contributing ๐Ÿ’ก

Step 1

  • Option 1

    • ๐Ÿด Fork this repo!
  • Option 2

    • ๐Ÿ‘ฏ Clone this repo to your local machine.

Step 2

  • Build your code ๐Ÿ”จ๐Ÿ”จ๐Ÿ”จ

Step 3

  • ๐Ÿ”ƒ Create a new pull request.

Team โœจ

Prerak Raja
Prerak Raja
github.com/rajaprerak

License

License

movie_recommender's People

Contributors

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