ToghrulJabbarli / movie_recommendation_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

movie_recommendation_app

Movie Recommender App based on given dataset. PyQt5 library is used to create User Interface. Based on director and genre of selected movie, app recommend 19 similar movies. Recommender system is working on Content-Based Filtering system logic. Recommendation are given with the help of selected movies content. To be able to implement the logic behind the system, I converted the sentences to vector and used cosine similarity method find similarities among them. App interface is below: image When you click the "Recommend Movies" button, app return messageboc with result set as below:

image

When you click "Show Cosine Similarities" button scatter plot of vector is shown. image

About


Languages

Language:Python 100.0%