Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.42 KB

README.md

File metadata and controls

15 lines (13 loc) · 1.42 KB

Introduction

This is a program that I made to understand preferences in television shows. It can create network graphs from people's imdb lists to see if the shows they have watched connect with each other in some way. The nodes of the graph are different TV shows and they have edges between them if one show would recommended to someone who watched the other. For example, there would be an edge between Loki and Wandavision as people would recommend one if someone had seen the other. There is an additional feature to find recommendations based on multiple shows. You can visit the link in the title to get a better idea about how the app works.

How to run locally

Future Plans

Recommendations are currently received from the tmdb api, however, they are not always accurate for new television shows as such I am think of other methods to get recommendations.