文件名称:speech-synthesis-spotify:使用Spotifys播客数据集的Tacotron2语音合成
文件大小:585KB
文件格式:ZIP
更新时间:2024-04-14 11:10:16
python spotify podcast speech-synthesis Python
Spotify播客数据上的语音合成
使用Spotify的播客数据集进行语音合成
设置
克隆仓库后,用创建一个虚拟环境:
如果您没有诗歌,请按照进行
运行poetry install以设置虚拟环境
运行poetry shell以在虚拟环境中生成新的外壳程序。 现在,Python将看到虚拟环境中安装的所有软件包,而不是系统上全局安装的软件包。
要退出该shell,只需对任何shelled- exit或ctrl+d 。
运行代码
在虚拟环境中,运行guild run
【文件预览】:
speech-synthesis-spotify-main
----poetry.lock(130KB)
----Final_Project_Report_Speech.pdf(552KB)
----pyproject.toml(671B)
----synthesis()
--------filter()
--------data()
--------breath()
--------__init__.py(0B)
----guild.yml(2KB)
----.gitignore(2KB)
----README.md(3KB)
----LICENSE.txt(11KB)