Swedish Text-to-Speech

January 02, 2026

swedish-text-to-speech is a Dockerized Swedish text-to-speech (TTS) solution that converts written Swedish text into spoken audio. It uses KBLab’s Swedish TTS model and packages everything in Docker for easy, dependency-free deployment.

Quick Start

docker build -t kblab-tts .
docker run --rm -v $(pwd)/output:/app/output kblab-tts \
  "Wikipedia är en fri encyklopedi, ett uppslagsverk med öppet innehåll."

The generated audio is written to the output/ directory mounted from the host.

swedish-text-to-speech GitHub repository