podcast-mindmap/scripts
Dotty Dotter 78d66bef21 #12 Wort-Highlighting Frontend, #14 Leerstellen-Detektor, #15 Narrative Shift,
#13/#16/#17/#18 Qwen-Analyse-Scripts

- Frontend: Wort-Level-Highlighting im Transkript — jedes Wort als <span> mit
  Timestamp, Karaoke-Style Sync bei Wiedergabe, CSS word-active/word-spoken
- API: /api/.../words Endpoint liefert Wort-Timestamps
- #14 detect_gaps.py: K-Means-Clustering über 3727 Embeddings, identifiziert
  Leerstellen (Themen die in einem Podcast fehlen). Ergebnis: gaps_analysis.json
- #15 detect_narrative_shift.py: Embedding-Drift pro Thema über Episodenfolge,
  erkennt Framing-Wechsel. Ergebnis: narrative_shifts.json
- #13 analyse_arguments.py: Qwen klassifiziert logische Relationen (erweitert,
  widerspricht, belegt, relativiert) zwischen semantisch ähnlichen Absätzen
- #16 extract_claims.py: Qwen extrahiert prüfbare Behauptungen (Zahlen, Statistiken)
- #17 extract_questions.py: Qwen extrahiert und klassifiziert Fragen
- #18 curate_debates.py: Qwen kuratiert Cross-Podcast-Gegenüberstellungen
- run_all_qwen.sh: Sequentielle Pipeline für alle Qwen-Tasks (vermeidet DB-Locks)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-23 22:29:41 +02:00
..
analyse_arguments.py #12 Wort-Highlighting Frontend, #14 Leerstellen-Detektor, #15 Narrative Shift, 2026-04-23 22:29:41 +02:00
config.py Initial commit: podcast-mindmap tool 2026-04-20 01:25:42 +02:00
convert_srt.py Initial commit: podcast-mindmap tool 2026-04-20 01:25:42 +02:00
curate_debates.py #12 Wort-Highlighting Frontend, #14 Leerstellen-Detektor, #15 Narrative Shift, 2026-04-23 22:29:41 +02:00
detect_gaps.py #12 Wort-Highlighting Frontend, #14 Leerstellen-Detektor, #15 Narrative Shift, 2026-04-23 22:29:41 +02:00
detect_narrative_shift.py #12 Wort-Highlighting Frontend, #14 Leerstellen-Detektor, #15 Narrative Shift, 2026-04-23 22:29:41 +02:00
download_audio.py Initial commit: podcast-mindmap tool 2026-04-20 01:25:42 +02:00
extract_claims.py #12 Wort-Highlighting Frontend, #14 Leerstellen-Detektor, #15 Narrative Shift, 2026-04-23 22:29:41 +02:00
extract_questions.py #12 Wort-Highlighting Frontend, #14 Leerstellen-Detektor, #15 Narrative Shift, 2026-04-23 22:29:41 +02:00
import_words.py #8 Multi-Podcast-Dashboard, #9 PWA, #10 Cross-Podcast-Links, #12 Wort-Timestamps 2026-04-23 20:53:06 +02:00
index_topics.py #2 Obsidian-Links, #6 Soundbite-Export, #7 Timeline 2026-04-20 08:03:12 +02:00
match_quotes.py Initial commit: podcast-mindmap tool 2026-04-20 01:25:42 +02:00
pipeline.py Initial commit: podcast-mindmap tool 2026-04-20 01:25:42 +02:00
run_all_qwen.sh #12 Wort-Highlighting Frontend, #14 Leerstellen-Detektor, #15 Narrative Shift, 2026-04-23 22:29:41 +02:00
transcribe_words.py #8 Multi-Podcast-Dashboard, #9 PWA, #10 Cross-Podcast-Links, #12 Wort-Timestamps 2026-04-23 20:53:06 +02:00