This project presents a Movie Recommendation System that suggests movies to users based on similarities across multiple categories such as director, cast, genre, and keywords. The system utilizes content-based filtering with cosine similarity to analyze movie features and identify related films. By comparing movie attributes, the application generates personalized recommendations that help users discover movies aligned with their interests. The recommendation engine provides suggestions based on content similarity rather than user ratings alone, making it effective for recommending movies with comparable themes and characteristics. The project demonstrates the practical application of machine learning and recommendation algorithms in enhancing user experience within entertainment platforms.