GitXplorerGitXplorer
L

Weekend_Movie_Trip

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
4a5a3f694ef391d78abc48ebc129188732470619

First Commit

LLikithaVemulapalli committed 4 years ago

README

The README file for this repository.

Weekend Movie Trip - Blockbuster or art film?

For this project, I have considered Movie lens dataset from Group lens website.

Movie lens dataset link: https://grouplens.org/datasets/movielens/

Steps to execute:

  1. Download the files from the github repository.
  2. Get the movies.csv, links.csv, ratings,csv and tags.csv files from their respective .rar files.
  3. Place the csv files in datasets folder and place the datasets folder in notebooks folder. The notebooks folder should also have ipynb file as well.
  4. Navigate to terminal and type "jupyter notebook"
  5. Navigate to the folder where the notebook is placed.
  6. From the menu icon cell, click on Run all which will run the whole notebook from the first cell. Verify the results.

The project is all about building recommendation systems to recommend the same genre movies using the other columns as features.

Steps to follow:

  1. Set up a data science project structure in a new git repository in your GitHub account
  2. Download the one of the MovieLens datasets from https://grouplens.org/datasets/movielens/
  3. Load the data set into panda data frames
  4. Formulate one or two ideas on how the combination of ratings and tags by users helps the data set to establish additional value using exploratory data analysis
  5. Build one or more clustering models to determine similar movies to recommend using the other ratings and tags of movies by other users as features
  6. Document your process and results
  7. Commit your notebook, source code, visualizations and other supporting files to the git repository in GitHub