Built a content based filtering movie recommendation system. Performed exploratory data analysis(EDA) on the data using CountVectorizer, stopwords etc and Used cosine similarity to build the recommendation.
Used streamlit library to make an UI to get the input value and display the recommended movies below. I have used TDMB api to fetch the movie posters of the recommended movies to make it more efficient.