Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 338 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 338 Bytes

sentence2pinyin

The repo aids to deploy the TTS model with Tensorflow serving. It's the code template for beginner to write some components of TTS deployment. The whole and smart dictionary and high performance strategy will not be open here. Thanks for your attention.

How to start

mkdir build &&  cd build
cmake ..
make