Soon
Soon is a movie-matcher system that profiles your preferences and proposes new movies each time you set a like/dislike evaluation.
It takes your basic info like the state you want to watch the film on and the active subscriptions you have, e.g.Netflix or Amazon Prime Video.
Preface
This project borns from the need to give up the addiction created in this months from ChatGpt. I needed a pretty easy project to implement all by myself without asking a single thing code-related to GPT, and i came up with this idea.
Development
The scripts are written in flask/python and the suggestion algorithm is written all from scratch.
Data is retreived from
TMDb using an API connection, and the suggestion is based on movie genres.
Each user has a score for each esisting genre and for eache like/dislike evaluation the score updates based on the suggested movie's genres.
Try it yourself
Repo:
https://github.com/tonyfant/soon-movie-picker