Movie recommendation system suggests films based on similar user preferences, using association mining for personalized suggestions.
Movie Recommendation System using Python and Tkinter
Description: This movie recommendation system assists users in discovering new movies based on their preferred genres. Users input their genre preferences, and the system suggests relevant movies from a predefined database.
Features:
- Allows users to input preferred genres.
- Recommends movies matching the user's genre preferences.
- Provides a user-friendly interface using Tkinter.
How to Use:
- Run the Python script.
- Enter preferred genres (comma-separated) in the input field.
- Click the "Submit" button.
- Recommended movies will be displayed.
Predefined Movie Database: The system utilizes a dictionary containing movie titles as keys and their associated genres as values.
Output Images: [Provide screenshots showing the GUI interface and example movie recommendations.]
Requirements:
- Python 3.x
- Tkinter library
Categories: Drama, Crime, Action, Romance, Adventure, Sci-Fi, Thriller, Comedy, Horror, Animation
Note: Ensure Python and Tkinter are installed on your system before running the script.
Author: Akshat Jain
Feel free to customize this README according to your preferences and project details.