Stacktora
Stacktora / Vault / Python + Postgres + MinIO: Text-to-Speech (TTS) Synthesis Pipeline
AI/ML by @ops

Python + Postgres + MinIO: Text-to-Speech (TTS) Synthesis Pipeline

Generates audio from text via a worker, storing output in MinIO — the reverse direction from the Transcription/Captioning recipe: that turns audio into text, this turns text into audio.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Python 3.12 PostgreSQL MinIO

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install python-tts-synthesis-pipeline --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault