Tacotron 使用 pre-trained 模型 使用 TensorFlow 实现文字转语音

程序名称:Tacotron 使用 pre-trained 模型

授权协议: MIT

操作系统: 跨平台

开发语言: Python

Tacotron 使用 pre-trained 模型 介绍

Tacotron 是完全端到端的文本到语音合成模型,主要是将文本转化为语音,使用了预训练模型(pre-trained)技术。

Tacotron 可利用文本生成类似真人的语音,建议安装 Python 3 版本。

使用 pre-trained 模型

下载和解压模型

curl http://data.keithito.com/data/speech/tacotron-20170720.tar.bz2 | tar xjC /tmp

运行 demo server

python3 demo_server.py --checkpoint /tmp/tacotron-20170720/model.ckpt

访问 localhost:9000

输入你想要合成的东西

Tacotron 使用 pre-trained 模型 官网

https://github.com/keithito/tacotron

相关编程语言

欧盟第7框架计划(FP7)的LarKC项目的目标是开发大规模...
Salad 是一种有效且灵活的实现著名的异常检测方法回...
multilanguage 是一个多语开发工具包,用于缓存多语...
go-cortex 是一个服务,通过倾听你的句子,并视图理...
DKPro Core 是基于 Apache UIMA 框架之上的自然语言...
NLTK 会被自然地看作是具有栈结构的一系列层,这些层...