assistent-cat / tts-service

Text to speech service based on Festival

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tts-service

Text to speech service based on Festival

Docker

docker build -t tts-service . -f Dockerfile
docker run -d --name tts-service -p 8100:8100 tts-service

Test: http://localhost:8100/speak/?text=hola&token=4d186321

About

Text to speech service based on Festival


Languages

Language:Python 96.2%Language:Dockerfile 3.8%