Giter Site home page Giter Site logo

plexrecommendationengine's Introduction

Plex Recommendation Engine

Plex doesn't have a recommendation system for personal media servers, so I wanted to try and make one. This project creates a playlist for each user to get recommended movies based on what they have watched on your server.

Project Requirements

  • Tautulli
    • https://tautulli.com/
    • Tracks user activity on your plex server. Will only have watched data from the day it is set up.
  • Neo4j Desktop
    • https://neo4j.com/download/
    • This project is set up to use a local instance on neo4j to generate recommendations. There is probably a more lightweight way to do this, but it works for me.

Setup Tutorial

  1. Create a new python env in the project
python -m venv ./venv
  1. Activate virtual environment
source venv/Scripts/activate
  1. Download requirements
pip install -r requirements.txt
  1. Create a new Neo4j DBMS instance

  2. Add an .env file to the project with the following content

PLEX_URL=plex_server_url #(likely http://host_ip:32400)
PLEX_TOKEN=your_plex_token
TAUTULLI_URL=your_tautulli_url #(likely http://host_ip:8181)
TAUTULLI_API_KEY=your_tautulli_api_key
DATABASE_URL=neo4j_database_url #(likely bolt://localhost:7687)
DATABASE_USERNAME=neo4j_dbms_username
DATABASE_PASSWORD=neo4j_dbms_password
  1. Run the recommendation script (Will take some time on first run)
python app.py

plexrecommendationengine's People

Contributors

cjt157 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.