Movie Recommender System
Developed a content-based movie recommendation engine in Python using cosine similarity over vectorized feature representations. Built a multi-attribute feature extraction pipeline using genre, cast, crew, and keyword metadata, with data cleaning and text preprocessing.