A basic Movie Recommendation App with interactive GUI which provide you with Names of top five movies according to imdb rating based on EMOTIONS,
- SAD
- DISGUST
- ANGER
- ANTICIPATION
- FEAR
- ENJOYMENT
- TRUST
- SURPRISE
- Python
- tkinter(for making the gui of the app)
- request lib of the python for getting request from the server
- PIL(Pillow imaging library) for including images into tkinter app
- BeautifulSoup(bs4)-for scraping the data from the imdb web site