Movie_Recommender

This is a basic movie recommendation system using Python and pandas. It provides movie recommendations based on correlation(similarity).

How to run

  • Clone the repository on your local machine and then run the following command - jupyter notebook

  • After opening, click on Movie_Recommendations.ipynb

  • Give an input movie name (The input movie name should be present in movie_ids ) to get recommendations!