Giter VIP home page Giter VIP logo

movie-recommendation-system-clone's Introduction

Movies-recommendation-system-clone

  • This Project repository is based on Building a movies recommendation system clone

Dataset Details:

The Dataset used for building this recommendation engine is mentioned as below:

  • Dataset used : MovieLens dataset
  • Download Dataset : Download Dataset from these following links
    • Download MovieLens dataset hosted on Kaggle then use kaggle link
    • Download MovieLens dataset from its official website then use GroupLens link
  • Dataset File Format : CSV File (Comma-separated values). NOTE: Download and save dataset inside input_data folder
  • Types of dataset :
    • The full dataset : This dataset consists of 26,000,000 ratings and 750,000 tag applications applied to 45,000 movies by 270,000 users. Includes tag genome data with 12 million relevance scores across 1,100 tags.
      • NOTE: We will build a simple Recommendation for movies using The full dataset.
    • The small dataset : This dataset comprises of 100,000 ratings and 1,300 tag applications applied to 9,000 movies by 700 users.
      • NOTE: All personalised recommender systems will make use of the small dataset (due to the limited computing power of our system).
  • Data description : It contains 100004 ratings and 1296 tag applications across 9125 movies. These data were created by 671 users between January 09, 1995 and October 16, 2016. This dataset was generated on October 17, 2016.Users were selected at random for inclusion. All selected users had rated at least 20 movies. No demographic information is included. Each user is represented by an id, and no other information is provided.
  • Data Files Content :
    • credits.csv
    • keywords.csv
    • links.csv
    • links_small.csv
    • movies_metadata.csv
    • ratings.csv
    • ratings_small.csv
  • List of other dataset available :
    • MovieLens - Movie Recommendation Data Sets click link
    • Netflix Prize Dataset click link
    • Yahoo! - Movie, Music, and Images Ratings Data Sets click link
    • Cornell University - Movie-review data for use in sentiment-analysis experiments click link
    • MovieTweetings - click link

Dependencies Details:

  • Python >=3.5
  • pandas
  • numpy
  • scipy
  • scikit-learn
  • scikit-surprise
  • matplotlib
  • seaborn
  • jupyter notebook
  • jupyter lab
  • textblob

Install dependencies :

Windows OS :

  • Install Python3 (install python 3.6.4)
    • Step 1: Download python form this link
    • Step 2: Refer this link or this link in order to install python to your system.
  • Install anaconda
    • Step 1: Download Anaconda 5.1 (python 3.6 version) using this link
    • Step 2: See the installation instruction given on this link
    • Note: If you have any other version of python then install anaconda which supports that particular version of python.
  • Install dependencies using conda
    • nltk: In-built installed with anaconda
    • numpy: In-built installed with anaconda
    • scipy: In-built installed with anaconda
    • scikit-learn: In-built installed with anaconda
    • scikit-surprise: $ conda install -c conda-forge scikit-surprise
    • Pandas: In-built installed with anaconda
    • matplotlib: In-built installed with anaconda
    • seaborn: In-built installed with anaconda
    • jupyter notebook: In-built installed with anaconda
    • jupyter lab: In-built installed with anaconda
    • textblob: $ conda install -c conda-forge textblob

Issues with installing surprise package :

Install Pycharm IDE:

  • Step 1: Download pycharm IDE community edition by using this link
  • Step 2: Install .exe file.

Code credit:

movie-recommendation-system-clone's People

Contributors

ruccii avatar

Watchers

 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.