Skip to content

Text to speech service based on Festival

Notifications You must be signed in to change notification settings

assistent-cat/tts-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.2%
  • Dockerfile 3.8%