Tacotron 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
Tacotron 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
Tacotron 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 MIT
开发语言 Python 查看源码 »
操作系统 跨平台
软件类型 开源软件
开源组织
地区 不详
投 递 者
适用人群 未知
收录时间 2018-03-30

软件简介

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

输入你想要合成的东西

展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击加入讨论🔥(1) 发布并加入讨论🔥
暂无内容
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
1 评论
82 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部