Hi 👋
I'm Viktor, a freelance software developer.
I created this game to satisfy two of my biggest addictions:
TV shows and Infinite Craft.
Here, you can discover new movies or shows, have some fun, or just waste your time.
How it works
This innovative technology leverages state-of-the-art AI to identify TV shows and movies.
We utilize cryptographic algorithms, the same as those running on blockchain and trusted by agencies like the NSA and Mossad, to deliver predictable and exciting results.
No, Really How?
- Movies and TV Shows are imported from TMDB.
- When two items are merged, the most similar item is identified.
- Utilizes semantic AI-based search over keyword-based methods.
OK, But How?
- Import from TMDB API for releases 1920-2025 with 50+ votes.
- Create embeddings using title, summary, year, and genres.
- Store in SQLite with vector support via libSQL.
- On combine, search top 5 similar items.
- Pick randomly one using a seeded randomizer.