Screengrab by Tanmay

Movie Recommendation System

Used Python and Pandas to create a scoring system that displays movie commendations based on comparable users. Used the 25m dataset provided by the Movie Lens and used the Ipywidgets library. The solution first finds the Term Frequency and Inverse document frequency (TFIDF) matrix using scikit-learn. It then compares the searched movie title to available titles using Cosine distance based collaborative filtering. Lastly, it finds similar users who liked the same movie and presentls the top-10 results.

Tanmay Chakrabarty
B Tech (Computer Science & Engineering) Student

My current interests include DevOps, Full Stack Software Engineering and Product Development.