Update README.md
Browse files
README.md
CHANGED
|
@@ -58,6 +58,9 @@ Note: the code uses pydub.AudioSegment to process the audio which requires ffmpe
|
|
| 58 |
This works for linux
|
| 59 |
|
| 60 |
|
|
|
|
|
|
|
|
|
|
| 61 |
[1] short for Speech Activity Detection
|
| 62 |
|
| 63 |
[2] though the model showes good perfomance on the nccratliri/vad-human-ava-speech dataset (from which i took 25% procent of the original dataset), it will most likely fail when working with real-world noisy data
|
|
|
|
| 58 |
This works for linux
|
| 59 |
|
| 60 |
|
| 61 |
+
Training code can be found here: https://github.com/ertan-somundzhu/sad-model
|
| 62 |
+
|
| 63 |
+
|
| 64 |
[1] short for Speech Activity Detection
|
| 65 |
|
| 66 |
[2] though the model showes good perfomance on the nccratliri/vad-human-ava-speech dataset (from which i took 25% procent of the original dataset), it will most likely fail when working with real-world noisy data
|