Agents
Movie Recommender
This example shows how to create an intelligent movie recommendation system that provides comprehensive film suggestions based on your preferences. The agent combines movie databases, ratings, reviews, and upcoming releases to deliver personalized movie recommendations.
Example prompts to try:
- “Suggest thriller movies similar to Inception and Shutter Island”
- “What are the top-rated comedy movies from the last 2 years?”
- “Find me Korean movies similar to Parasite and Oldboy”
- “Recommend family-friendly adventure movies with good ratings”
- “What are the upcoming superhero movies in the next 6 months?”
Code
movie_recommender.py
Usage
1
Create a virtual environment
Open the Terminal
and create a python virtual environment.
2
Install libraries
3
Set environment variables
4
Run the agent