This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Timmy-time-dashboard/src/content/__init__.py

14 lines
557 B
Python

"""Content pipeline — highlights to published episode.
End-to-end pipeline: ranked highlights → extracted clips → composed episode →
published to YouTube + Nostr → indexed in Meilisearch.
Subpackages
-----------
extraction : FFmpeg-based clip extraction from recorded stream
composition : MoviePy episode builder (intro, highlights, narration, outro)
narration : TTS narration generation via Kokoro-82M / Piper
publishing : YouTube Data API v3 + Nostr (Blossom / NIP-94)
archive : Meilisearch indexing for searchable episode archive
"""