Giter Site home page Giter Site logo

movie_recommendation_system's Introduction

Flask Based Movie recommendation system

https://moviercmdsystem.herokuapp.com

GitHub stars Maintenance Website shields.io

Website Preview

Home Page

Video Preview(Click on below image to see video)

IMAGE ALT TEXT HERE

Detail Page

IMAGE ALT TEXT HERE


Installation ๐Ÿ“ฆ

pip install -r requirements.txt

Clone

  • Clone this repo to your local machine.

Run server locally

$ python app.py

Go to localhost:portNumber


Features ๐Ÿ“‹

  • User can Search and get results on each key Press.
  • User can search through various movies and look through its details.
  • User will get movies based on searching genre,cast,rating of movie etc. (Recommendation algorithm (Collaborative Filtering) which suggests new movies based on conditions mentioned.)

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.

Tools and Technologies Used

movie_recommendation_system's People

Stargazers

 avatar Vanshika Singh Gour avatar  avatar Saksham Solanki avatar

Watchers

Saksham Solanki 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.