Movie Recommendation System
The link for the dataset used is: https://www.kaggle.com/datasets/tmdb/tmdb-movie-metadata?select=tmdb_5000_movies.csv
- MoviesRecommendationSystem.ipynb file is the backend file. Take tmdb_5000_movies.csv, tmdb_5000_credits.csv datasets and import them to the MoviesRecommendationSystem.ipynb file
- After running them, take the last two instructions, the data similarity.pkl, movies_dict.pkl file.
- Import those two files to pycharm
- Now create a file for Home.py and ad it
- Now create a folder in pycharm and add the files in the pages folder
- Now run Home.py