icecream0910 commited on
Commit
a0caa44
1 Parent(s): 2eaf383

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -1,9 +1,9 @@
1
- # MyOwn-TTS
2
  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
3
 
4
  ## Description
5
 
6
- MyOwn-TTS is a project aimed at creating a text-to-speech (TTS) system that reads sentences in your own voice. This repository includes pre-trained models that have been trained using my voice.
7
 
8
  ## Table of Contents
9
 
@@ -16,11 +16,8 @@ MyOwn-TTS is a project aimed at creating a text-to-speech (TTS) system that read
16
 
17
  This README focuses on guiding you through the process of synthesizing speech using pre-trained models, rather than detailing the model training process.
18
 
19
- 1. Clone the repository:
20
-
21
- ```bash
22
- git clone https://github.com/IceCream0910/myown-tts.git
23
- ```
24
 
25
  2. Modify the `run-server.bat` batch file in the `/server` directory to match your actual file paths.
26
 
@@ -103,4 +100,5 @@ The datasets below are distributed under the CC-BY 2.0 license, with the origina
103
  - [SleepingCE Speech Dataset](https://drive.google.com/file/d/1UpoBaZRTJXkTdsoemLBWV48QClm6hpTX/view?usp=sharing)
104
  - [Pre-trained Models for SleepingCE Speech Dataset (Glow-TTS)](https://drive.google.com/file/d/1DMKLdfZ_gzc_z0qDod6_G8fEXj0zCHvC/view?usp=sharing)
105
  - [Pre-trained Models for SleepingCE Speech Dataset (HiFi-GAN)](https://drive.google.com/file/d/1vRxp1RH-U7gSzWgyxnKY4h_7pB3tjPmU/view?usp=sharing)
106
- - These models were fine-tuned from the model provided by [coqui-ai/TTS](https://github.com/coqui-ai/TTS), trained on the [VCTK dataset](https://datashare.ed.ac.uk/handle/10283/3443), available [here](https://github.com/coqui-ai/TTS/releases/download/v0.0.12/vocoder_model--en--vctk--hifigan_v2.zip).
 
 
1
+ # Taein-TTS
2
  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
3
 
4
  ## Description
5
 
6
+ Taein-TTS is a project aimed at creating a text-to-speech (TTS) system that reads sentences in my own voice. This repository includes pre-trained models that have been trained using my voice.
7
 
8
  ## Table of Contents
9
 
 
16
 
17
  This README focuses on guiding you through the process of synthesizing speech using pre-trained models, rather than detailing the model training process.
18
 
19
+ 1. Clone the huggingface repository:
20
+ [https://huggingface.co/icecream0910/taein-tts](https://huggingface.co/icecream0910/taein-tts)
 
 
 
21
 
22
  2. Modify the `run-server.bat` batch file in the `/server` directory to match your actual file paths.
23
 
 
100
  - [SleepingCE Speech Dataset](https://drive.google.com/file/d/1UpoBaZRTJXkTdsoemLBWV48QClm6hpTX/view?usp=sharing)
101
  - [Pre-trained Models for SleepingCE Speech Dataset (Glow-TTS)](https://drive.google.com/file/d/1DMKLdfZ_gzc_z0qDod6_G8fEXj0zCHvC/view?usp=sharing)
102
  - [Pre-trained Models for SleepingCE Speech Dataset (HiFi-GAN)](https://drive.google.com/file/d/1vRxp1RH-U7gSzWgyxnKY4h_7pB3tjPmU/view?usp=sharing)
103
+ - These models were fine-tuned from the model provided by [coqui-ai/TTS](https://github.com/coqui-ai/TTS), trained on the [VCTK dataset](https://datashare.ed.ac.uk/handle/10283/3443), available [here](https://github.com/coqui-ai/TTS/releases/download/v0.0.12/vocoder_model--en--vctk--hifigan_v2.zip).
104
+