MlWoo / sentence2pinyin

tts fronted-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

tts fronted-end


Languages

Language:C++ 74.8%Language:CMake 25.2%