Turn a Spotify playlist into an explorable story graph.
Built in response to Spotify’s push toward richer song context and contributor visibility:
UI was forked from the Text2KG NVIDIA Blueprint, which uses ArangoDB: https://www.youtube.com/watch?v=8iA_f_UpzHc
http://localhost:8529Run ArangoDB with Docker:
docker run --name arangodb -e ARANGO_ROOT_PASSWORD=test -p 8529:8529 -d arangodb
From the project root:
cp .env.example .env
Fill in API keys in .env if you want full enrichment. Core graph build + visualization works with local ArangoDB and defaults.
From the project root:
./start.sh
This starts:
http://localhost:5000http://localhost:3000Backend:
cd backend
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py
Frontend (new terminal):
cd frontend
npm install
npm run dev
![]() |
![]() |
![]() |