Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.87 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.87 KB

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