Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: mit
|
5 |
+
library_name: pytorch
|
6 |
+
tags:
|
7 |
+
- so-vits-svc
|
8 |
+
- voice-cloning
|
9 |
+
- audio-to-audio
|
10 |
+
---
|
11 |
+
|
12 |
+
# Model Card for dog/kanye
|
13 |
+
|
14 |
+
This model will take in any voice and try to clone it in the style of Kanye West. It was trained using the [so-vits-svc-fork repo](https://github.com/voicepaw/so-vits-svc-fork).
|
15 |
+
|
16 |
+
To train your own, you can check out this Colab notebook: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/nateraw/voice-cloning/blob/main/training_so_vits_svc_fork.ipynb)
|