Member-only story

Movie Recommendation System using Vector Search and Similarity

Kavya Goyal
7 min readNov 9, 2024

--

What we are gonna make today 🍯

Today we will build out a movie recommendation system using vector-search and sentence-similarity. This system takes in an input query and returns top K movies that are similar to the query given

TLDR;

Run this script over Kaggle

Ensure that you have the following datasets-

  1. Wikipedia Movie Plots
  2. Wikipedia Movie Plots Vector Embeddings

And you are good to go ✨

Getting Started

We will use the concept of vector similarity for doing this. Do check out this article

--

--

Kavya Goyal
Kavya Goyal

Written by Kavya Goyal

SWE II at Apollo.io. Coder by Day, Learner by Night, Writing by Passion. I talk about AI and Programming. https://www.linkedin.com/in/kavya-goyal-313ba6194/

No responses yet