Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
myshell-ai
/
DreamVoice
like
13
Follow
MyShell.ai
141
English
myshell
speech-to-speech
arxiv:
2406.16314
Model card
Files
Files and versions
Community
2
6e863db
DreamVoice
/
.gitignore
Higobeatz
openvoice plugin
bd3a23c
29 days ago
raw
Copy download link
history
blame
Safe
176 Bytes
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Ignore Python bytecode files
*
.pyc
*
.pyo
*
.pyd
__pycache__/
# Ignore virtual environments
venv/
env/
.virtualenv/