3 Star 22 Fork 8

Gitee 极速下载 / openvoice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/myshell-ai/OpenVoice
克隆/下载
setup.py 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
remorses 提交于 2024-04-27 17:37 . fix find packages
from setuptools import setup, find_packages
setup(name='MyShell-OpenVoice',
version='0.0.0',
description='Instant voice cloning by MyShell.',
long_description=open('README.md').read().strip(),
long_description_content_type='text/markdown',
keywords=[
'text-to-speech',
'tts',
'voice-clone',
'zero-shot-tts'
],
url='https://github.com/myshell-ai/OpenVoice',
project_urls={
'Documentation': 'https://github.com/myshell-ai/OpenVoice/blob/main/docs/USAGE.md',
'Changes': 'https://github.com/myshell-ai/OpenVoice/releases',
'Code': 'https://github.com/myshell-ai/OpenVoice',
'Issue tracker': 'https://github.com/myshell-ai/OpenVoice/issues',
},
author='MyShell',
author_email='ethan@myshell.ai',
license='MIT License',
packages=find_packages(),
python_requires='>=3.9',
install_requires=[
'librosa==0.9.1',
'faster-whisper==0.9.0',
'pydub==0.25.1',
'wavmark==0.0.3',
'numpy==1.22.0',
'eng_to_ipa==0.0.2',
'inflect==7.0.0',
'unidecode==1.3.7',
'whisper-timestamped==1.14.2',
'pypinyin==0.50.0',
'cn2an==0.5.22',
'jieba==0.42.1',
'gradio==3.48.0',
'langid==1.1.6'
],
zip_safe=False
)
Python
1
https://gitee.com/mirrors/openvoice.git
git@gitee.com:mirrors/openvoice.git
mirrors
openvoice
openvoice
main

搜索帮助