Prerequisite :
You must have python 3.7 or more installed on your system.
You must have Spyder, jupyter notebook or pycharm installed on your system. Spyder or jupyter notebook come up with anaconda. you just need to launch them after installing anaconda.
If you work on a colab no need to install python or Any other IDE, you need to just sign in with google colab.
A Kaggle account is a must to import the data from kaggle.
What you’ll learn
How to import data from kaggle on colab
How to read the data using pandas dataframe
How to build the Recommendation system
Problem Statement:
In this project build the online movie recommendation system that aims to recommend movies to users based on user movie items rating. The dataset used here comes directly from netflix.
Key highlights of projects or Essence
This project is about recommendation system
This project shows you how to use data directly from Kaggle.
This project shows you how to use the data to build the movie recommendation system.
At the end shows you predict the movie list customers love to watch.
Recommended projects:
Online Book Recommendation system
Online Grocery recommendation system
Online product recommendation system
Restaurant recommendation system
Music recommendation system
Skills:
Data Science, Machine Learning, Deep Learning, scikit-learn, pandas, Recommendation System