Discover and explore top open-source AI tools and projects—updated daily.
fingerthiefLLM-driven recommendation system for media libraries
Top 39.3% on SourcePulse
Recommendarr is an AI-powered web application designed to provide personalized movie and TV show recommendations. It targets users of media servers like Sonarr, Radarr, Plex, and Jellyfin, offering a more tailored viewing experience by analyzing existing libraries and watch histories.
How It Works
Recommendarr leverages Large Language Models (LLMs) to generate recommendations. It integrates directly with media management tools (Sonarr, Radarr) and streaming platforms (Plex, Jellyfin, Tautulli, Trakt) to ingest user library and watch history data. This data is then processed by an LLM, which can be hosted locally (Ollama, LM Studio) or accessed via OpenAI or compatible APIs, to produce tailored suggestions.
Quick Start & Requirements
docker run -d --name recommendarr -p 3000:3000 -v recommendarr-data:/app/server/data tannermiddleton/recommendarr:latesthttp://localhost:3000 after running the container. Default login: admin/1234.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
External access requires manual port configuration or setting up a reverse proxy. Initial setup involves connecting to various media services and configuring an AI provider.
6 months ago
Inactive