Tarantino Influence Graph — Dima Perkis

Built September 2025

Tarantino Influence Graph

Predecessor to All Roads to Kill Bill. Python pipeline that fetched metadata for 37 films from TMDB, scraped relationships via Firecrawl, and generated a fully-linked Obsidian vault with YAML frontmatter and WikiLink connections. The foundation that became the live 3D visualization.

Read the story ↓

Origin

The question was simple: what movies did Tarantino actually steal from to make Kill Bill?

The answer, it turned out, was 37 films — spaghetti westerns, samurai epics, kung fu classics, grindhouse exploitation, anime, blaxploitation. Each one connected to Kill Bill by something specific: a musical cue lifted whole, a shot composition duplicated, a narrative structure lifted directly.

The problem was these connections weren’t organized anywhere. They existed scattered across Reddit threads, film blogs, and the tarantino.info wiki. So I built a pipeline to collect, normalize, and visualize them.

How It Works

Stage 1: Data Collection

Stage 2: Metadata Enrichment

Stage 3: Vault Generation

Stage 4: Visualization

All 37 films live in Obsidian’s graph view, color-coded by genre cloud:

Why Obsidian

The choice to use Obsidian’s native graph view instead of a custom D3/vis.js visualization was deliberate. The WikiLink structure allows exploration that a static graph can’t — you click a node, you’re in the film’s note, with its poster and synopsis and all outgoing/incoming connections visible simultaneously.

The experience is qualitatively different from a visualization. It’s more like archaeology.

What It Became

This project was the technical foundation for All Roads to Kill Bill — the live 3D force-directed graph that now exists as a deployable web experience. The data pipeline, the YAML schema, and the relationship taxonomy all came from this project first.

Tools that helped

Python TMDB Firecrawl Obsidian