Skip to content
/ tts Public

Simple text to speech server in docker using coqui-ai/TTS

Notifications You must be signed in to change notification settings

rock3125/tts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTS - text to speech in docker

from https://github.com/coqui-ai/TTS

docker build -t tts:1.0.0 .

run

docker run --rm --name tts -p 8080:8080 tts:1.0.0

test

curl http://localhost:8080?t=This%20is%20a%20larger%20test%20of%20Speech%20to%20text -o test.wav
aplay test.wav

or test using docker-speak.sh

./docker-speak.sh "Testing the docker build for speech output."

or visit http://localhost:8080/ in your browser.

About

Simple text to speech server in docker using coqui-ai/TTS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published