Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 323 Bytes

File metadata and controls

2 lines (2 loc) · 323 Bytes

Movie-Recommender

Worked on a python based project that suggests 5 movies based on users preferences. Main libraries used in this project are Pandas adn Scikit-Learn. I leveraged cosine similarity and TF-IDF vectorization, and then the program analyzes movie overviews and genres to deliver personalized recommendations.