Skip to content

nishan7/IMDb-Recommender

Repository files navigation

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

About

Imdb based recommender fro movies and tv-series

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published