This project is inspired by modern recommendation models which is common used by the various platform Youtube,Imdb and other rating plaforms.
- This Recommendation works on Collaborative Filtering.
- This filtering is applied on Movie Dataset.
- Principal Component Analysis (PCA) is implemented for attribute reduction.
- It recommends other movie which is more similar to the movie you have watched based on other users rating.