Skip to content

Build a Movie recommendation system based on “Association Rules”

Notifications You must be signed in to change notification settings

AneshaaK/Movie-Recommendation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Recommendation System

(Data Mining Project)

Objective

  • Build a Movie recommendation system based on “Association Rules”
  • Use User Ratings data as the reference feature
  • Create a website that gives Top 10 recommendations based on the movie selected

Approach

After thorough literature and technology survey, approach chosen for this project is as following:

Project Steps:

  • Data Collection
  • Data Exploration
  • Data Preprocessing
  • Data Transformation
  • Model Development
  • Evaluation
  • Live demo
  • Applications and Future Scope

Contribution

Aneshaa Kasula, Viritha Vanama and Vishalakshi Ramanathan

This repository contains Jupyter notebooks focused on each stage of CRISP-DM such as data coolection, EDA visualizations,and so on using Python

References