This project is a Python-based movie recommendation system that recommends movies based on the user's input emotion. It scrapes movie titles from IMDb corresponding to the specified emotion and provides a list of recommended movies in that genre.
- Python 3.x
- BeautifulSoup library
- LXML library
- Recommends movies based on user-entered emotions.
- Scrapes movie titles from IMDb based on genre-emotion mapping.
- Provides a list of top movies in the selected genre for the given emotion.