rayansyed95/movies-tvshows-recommendations ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple notebook based movie and TV show recommendation system using the six streaming catalog files in this repo.
I want to be able to search for a title like Rocky or Narcos and get a list of similar movies or shows based on the plot description, not on ratings. Please clean and combine the datasets, handle missing values, remove duplicate titles, and keep track of which streaming platforms each title is available on. If more than one title matches the search term, show me a simple way to pick the right one.
Please make separate recommendation flows for movies and TV shows, and return the top similar titles along with the streaming platform list for each result. Use the notebook to load the data, build the text features, calculate similarity, and then test it with a couple of example searches so I can run it end to end. If you need to look up current library docs online, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit