Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# CloneTTS - Text-to-Speech Model
|
2 |
|
3 |
CloneTTS is a Text-to-Speech (TTS) model trained on the **Clone** dataset. The model converts text input into natural-sounding speech and is built to facilitate speech synthesis tasks. It uses the Clone dataset for training, which includes transcriptions and corresponding audio files.
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
tags:
|
4 |
+
- text-to-speech
|
5 |
+
- TTS
|
6 |
+
- speech synthesis
|
7 |
+
- clone dataset
|
8 |
+
- speech-to-text
|
9 |
+
- deep learning
|
10 |
+
- neural network
|
11 |
+
- model
|
12 |
+
- cloneTTS
|
13 |
+
- voice generation
|
14 |
+
language: en
|
15 |
+
model_type: "tensorflow"
|
16 |
+
---
|
17 |
+
|
18 |
# CloneTTS - Text-to-Speech Model
|
19 |
|
20 |
CloneTTS is a Text-to-Speech (TTS) model trained on the **Clone** dataset. The model converts text input into natural-sounding speech and is built to facilitate speech synthesis tasks. It uses the Clone dataset for training, which includes transcriptions and corresponding audio files.
|