Skip to content

marexv/kodiRecommenderDemo

Repository files navigation

How to run this locally

  • use virtualenv to install virtual environment with python 3.6

  • git clone this repo to same dir with environment

  • activte your environment (source venv/bin/activate for Linux (Ubuntu) or venv\Scripts\activat for Windows)

  • cd into repo

  • pip install -r requirements.txt

  • change DEBUG in KODI_Recommender/settings to True

  • python manage.py runserver

that should be it!

To do:

  • Implement faster graph datastructure
  • Use actors, directors and tags data for forming boards

Note to self

  • change DEBUG in KODI_Recommender/settings to True!!

Using

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published