Giter Site home page Giter Site logo

kawaljeet2001 / movie-recommendation-system Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 6.0 32.28 MB

This is the Movie Recommendation System project using a Content-Based recommender system trained on more than 5000 movies for generating movie recommendations based on user search.

Home Page: https://movierecsys-ksb.herokuapp.com

Jupyter Notebook 81.83% Python 1.36% HTML 1.41% CSS 5.02% JavaScript 10.38%
reactjs react-router flask tmdb-api scikit-learn pandas heroku axios movie-recommendation css

movie-recommendation-system's Introduction

Movie-Recommendation-System

This is the Movie Recommendation System, to get personlized movie recommendations for a movie search.

Homepage

Description

The project Movie Recommendation System, uses a Content-Based Machine learning recommendation approach to determine movie recommendations based on user search.

Characteristic functionalities

  • Realtime search of movie information from IMDB's official data.
  • Content-Based recommendeer system for getting recommendations for the searches.
  • Full-responsive design of the application.

Tech Stack

  • Flask is used in the backend. The API endpoint for getting the recommmendations is setup with cross-site-origin access.
  • Scikit Learn Count-Vectorizer Scikit-Learn's CountVectorizer is used for preperation of the Recomendeer system. The Cosine similarity parameter is used for finding the closest neigbhours. The top 10 movies with closest similarity score are selected.
  • Tmdb is used to fetch the attribute information and image data of movies and recommendations in realtime accoriding to official IMDB's records.
  • Heroku The application is deployed live on Heroku, using gunicorn static-file web server.

Prototype

Homepage Homepage

About-Movie Homepage

Cast-Details Homepage

Recommendations Homepage

Setup Process

For setting up the project on a local machine:

  • Fork this repository.

  • Clone the repository using simple zip download or use the command

        git clone https://github.com/Kawaljeet2001/Movie-Recommendation-System
    
  • Move to the master branch by using command

        git checkout  master
    
  • Create a virtual environment for the project

        pip install virtualenv
        for windows: virtualenv -p /usr/bin/python3 env_name
        for linux(ubuntu): virtualenv env_name
        
    
  • Activate the Virtual environment

       source env_name/bin/activate
    

    Once the virtual environment is activated, the name of your virtual environment will appear on left side of terminal. This will let you know that the virtual environment is currently active.

  • Install all the dependencies

       pip install -r requirements.txt
    
  • To start the app on the developement server, run the command

        python app.py
    

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.