Hello World,
this is a huge python script that:
- imports your ratings and your watchlist from The Movie Database,
- creates a few simple statistics and
- uses some Deep Learning to recommend movies and tv shows from your watchlist based on your previous ratings and media metadata, e.g. director, actors, production company.
The script requires a TMDB api key stored in a .env file as TMDB_API_KEY
.
Overall, I would say that the recommendations and the given visualizations are pretty decent.