TTS/server
Eren Golge 7dfdbae00e Fixing demo server and html page 2018-12-11 15:10:56 +01:00
..
templates Fixing demo server and html page 2018-12-11 15:10:56 +01:00
README.md Update toy server for the recent updates 2018-11-19 15:27:22 +01:00
conf.json Update toy server for the recent updates 2018-11-19 15:27:22 +01:00
server.py Update toy server for the recent updates 2018-11-19 15:27:22 +01:00
synthesizer.py Fixing demo server and html page 2018-12-11 15:10:56 +01:00

README.md

TTS example web-server

Steps to run:

  1. Download one of the models given on the main page. Click here for the lastest model.
  2. Checkout the corresponding commit history or use server branch if you like to use the latest model.
  3. Set the paths and the other options in the file server/conf.json.
  4. Run the server python server/server.py -c server/conf.json. (Requires Flask)
  5. Go to localhost:[given_port] and enjoy.

For high quality results, please use the library versions shown in the requirements.txt file.