This is a movie recommendation system that uses Content Based Recommendation to display movies related to the movie, one has just watched
The dataset used in this project was fetched from kaggle named:
Link to dataset: https://www.kaggle.com/datasets/tmdb/tmdb-movie-metadata
pip install nltk
pip install pandas
pip install sklearn
pip install numpy
pip install streamlit
Run the
main.ipynb
file from top to bottom
enter the following command in the terminal
streamlit run app.py
Accuracy metric yet to be calculated
Note that this is merely a prototype and is not optimized