It is the python software used to recommend movies/tv-series based on other movie/ tv-series your like.
It is based on the imdb dataset. https://datasets.imdbws.com/
It uses cosine similarity between movies/tv-series to find similarity between the movies.
Then based on user's personal movies choice and cosine similarity of those movies, it generates the recommenadations.
It uses PyQt5 for the GUI interfaces.
- Gui interface to interact
- Recommended movies have link to google/imdb
pip install -r requirements.txt
python gui.py