Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# ClassicVC
|
| 6 |
|
| 7 |
-
ClassicVC is an any-to-any voice conversion model that enables users to design their original speaker styles
|
| 8 |
by selecting the coordinates from the continuous latent spaces.
|
| 9 |
The model components are implemented using PyTorch and fully compatible with ONNX.
|
| 10 |
|
|
@@ -106,4 +112,4 @@ The model checkpoints provided here were trained on the following three datasets
|
|
| 106 |
|
| 107 |
The [Notebook 02 of the ClassicVC repository](https://github.com/lyodos/classic-vc) provides the procedure for data preparation.
|
| 108 |
|
| 109 |
-
The [Notebook 03 of the ClassicVC repository](https://github.com/lyodos/classic-vc) provides the training code.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- lyodos/classic-vc
|
| 5 |
+
- lyodos/mmcxli
|
| 6 |
+
- voice
|
| 7 |
+
- speaker
|
| 8 |
+
- voice conversion
|
| 9 |
---
|
| 10 |
|
| 11 |
# ClassicVC
|
| 12 |
|
| 13 |
+
[ClassicVC](https://github.com/lyodos/classic-vc) is an any-to-any voice conversion model that enables users to design their original speaker styles
|
| 14 |
by selecting the coordinates from the continuous latent spaces.
|
| 15 |
The model components are implemented using PyTorch and fully compatible with ONNX.
|
| 16 |
|
|
|
|
| 112 |
|
| 113 |
The [Notebook 02 of the ClassicVC repository](https://github.com/lyodos/classic-vc) provides the procedure for data preparation.
|
| 114 |
|
| 115 |
+
The [Notebook 03 of the ClassicVC repository](https://github.com/lyodos/classic-vc) provides the training code.
|