This is a simple web application that recommends movies based on your favorite one. It uses the TMDB (The Movie Database) API to fetch movie data and display similar titles.
- Search for any movie
- Get recommended similar movies
- View movie posters, ratings, and details
- Sleek and dark-themed UI
- Python
- Flask
- HTML & CSS
- TMDB API
- Clone this repository
- Install dependencies using
pip install -r requirements.txt - Run the Flask app:
python app.py - Open
http://localhost:5000in your browser
- Flask
- requests
- tmdbv3api (or direct API usage)


