Comment on I built a local AI movie recommender for Radarr using Ollama
eager_eagle@lemmy.world 2 days agoThere’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.