jhlfrfufyfn commited on
Commit
e68eea4
1 Parent(s): 68d7e5a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Bel-TTS
2
+
3
+ ## Install
4
+ Run in your terminal `pip install TTS`, and download the files from this repo.
5
+
6
+ ## Running synthesizer
7
+ Example for the synthesizing command:
8
+
9
+ tts --text "Гепарды жывуць у адкрытых і прасторных месцах, дзе ёсць шмат здабычы, гэта паўпустыні і саваны." \ <br>
10
+ --config_path path/to/config.json \ <br>
11
+ --model_path path/to/model.pth \ <br>
12
+ --out_path folder/to/save/output.wav \ <br>
13
+ --vocoder_path path/to/vocoder.pth \ <br>
14
+ --vocoder_config_path path/to/vocoder_config.json