This project is a Python-based movie recommendation system that fetches data from IMDb. Users can input movies they've watched, and the system provides personalized recommendations based on movie features such as genres, directors, and casts.
- Fetches random movies from IMDb.
- Interactive input for watched movies.
- Provides recommendations based on user input.
- Utilizes machine learning algorithms for calculating movie similarities.