Movie Recommendation System created using Collaborative Filtering (Website) based on Genres
- To create a movie recommendation system using Collaborative Filtering and machine learning algorithms such as K Nearest Neighbours.
- The system should recommend Top 10 movies based on the genre entered by the user.
Dataset can be accessed from here.
For redcuing the deployment time, data exploration followed by feature selection is done on the complete dataset.
- Clone this repository
- Unzip the downloaded folder
- In cmd, trace to the path of the folder
- Type
python project.py
to execute the program on the link provided.
For more aditionally features and advance implementation of a Movie Recommendation System, visit here.