Comment on I built a local AI movie recommender for Radarr using Ollama
RIotingPacifist@lemmy.world 2 days ago
How does this compare to an ML approach?
are you training or just using an LLM for this?
Comment on I built a local AI movie recommender for Radarr using Ollama
RIotingPacifist@lemmy.world 2 days ago
How does this compare to an ML approach?
are you training or just using an LLM for this?
eager_eagle@lemmy.world 2 days ago
There’s no training, the LLM embeddings are used to compare the plots via a cosine similarity, then a simple weighted score with other data sources is used to rank. There’s no training, evaluation, or ground-truth, it’s just a simple tool to start using.