Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 827 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 827 Bytes

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.

Features

    Gui interface to interact
    Recommended movies have link to google/imdb

How to run

pip install -r requirements.txt
python gui.py

Screenshot

sample

sample2