Movie Recommendation Analysis using Python
Analyzed the TMDB movie dataset using Python, Pandas, and NumPy; performed Exploratory Data Analysis and created visualizations with Matplotlib and Seaborn; developed a content-based movie recommendation system using CountVectorizer and Cosine Similarity from Scikit-learn; implemented it in Jupyter Notebook to recommend similar movies based on genres and keywords.