IlyaKalinovskiy
commited on
Commit
·
d9be2e0
1
Parent(s):
7965123
Add README
Browse files- .gitignore +2 -0
- README.md +10 -0
- docs/images/segmentation_example.jpg +0 -0
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
# PyCharm
|
2 |
+
.idea
|
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
### Multilingual forced alignment
|
6 |
+
|
7 |
+
These are forced alignment models at the phoneme level for the text-to-speech (TTS) task.
|
8 |
+
|
9 |
+
They also have high accuracy in localizing pauses in speech, which can be useful for training voice activity detection (VAD) models.
|
10 |
+
|
11 |
+
For documentation and usage examples, please refer to [SpeechFlow](https://github.com/just-ai/speechflow) project.
|
12 |
+
|
13 |
+

|
docs/images/segmentation_example.jpg
ADDED
![]() |