AI powered movie recommendation based on user plot

Hello guys,

Using replit agents I made a movie recommender that recommends movies based on user’s input plot.

here is the link : AI Movie Recommender

check it out and give me feedback to make it better,

Thank you all.

1 Like

Well done, looks really cool and works well - I did something similar with my first replit project.

https://flickpal.io :joy:

1 Like

Looks cool!

If you want to take it a (large, I realize) step further with more personalized recommendations, you can query the TMDB API for recent data and get a dump of less recent data to build a collaborative filtering or hybrid model, then have users build a profile, and use the CF model output as an input to the LLM along with the user prompt.

There are tutorials, and now I’m semi curious if replit could help build that…

1 Like

Amazing, I love your site

Yes, thanks for the recommendation, I will try to do something similar to that and keep you posted