TTS/server/README.md

9 lines
635 B
Markdown
Raw Normal View History

2018-06-05 12:15:48 +00:00
## TTS example web-server
Steps to run:
2018-08-02 14:34:17 +00:00
1. Download one of the models given on the main page. Click [here](https://drive.google.com/drive/folders/1Q6BKeEkZyxSGsocK2p_mqgzLwlNvbHFJ?usp=sharing) 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.
2018-06-05 14:15:23 +00:00
2018-08-02 14:34:17 +00:00
For high quality results, please use the library versions shown in the ```requirements.txt``` file.