mirror of https://github.com/coqui-ai/TTS.git
41f4d99e77 | ||
---|---|---|
.. | ||
templates | ||
README.md | ||
conf.json | ||
server.py | ||
synthesizer.py |
README.md
TTS example web-server
Steps to run:
- Download one of the models given on the main page.
- Checkout the corresponding commit history.
- Set paths and other options in the file
server/conf.json
. - Run the server
python server/server.py -c conf.json
. (Requires Flask) - Go to
localhost:[given_port]
and enjoy.
Note that the audio quality on browser is slightly worse due to the encoder quantization.