Skip to content

Instantly share code, notes, and snippets.

View denis-kasak's full-sized avatar
🎯
Focusing

Denis denis-kasak

🎯
Focusing
View GitHub Profile
@denis-kasak
denis-kasak / TMDB Profile Analysis and Recommendations.md
Last active March 1, 2025 22:32
TMDB Profile Analysis and Recommendations

Hello World,

this is a huge python script that:

  1. imports your ratings and your watchlist from The Movie Database,
  2. creates a few simple statistics and
  3. 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.