Spaces:
Running
Running
jhj0517
commited on
Commit
•
736cf38
1
Parent(s):
960b0fb
Update README.md
Browse files
README.md
CHANGED
@@ -24,8 +24,9 @@ If you wish to try this on Colab, you can do it in [here](https://colab.research
|
|
24 |
- Text to Text Translation
|
25 |
- Translate subtitle files using Facebook NLLB models
|
26 |
- Translate subtitle files using DeepL API
|
27 |
-
-
|
28 |
-
|
|
|
29 |
1. https://huggingface.co/pyannote/speaker-diarization-3.1
|
30 |
2. https://huggingface.co/pyannote/segmentation-3.0
|
31 |
|
|
|
24 |
- Text to Text Translation
|
25 |
- Translate subtitle files using Facebook NLLB models
|
26 |
- Translate subtitle files using DeepL API
|
27 |
+
- Pre-processing audio input with [Silero VAD](https://github.com/snakers4/silero-vad).
|
28 |
+
- Post-processing with speaker diarization using the [pyannote](https://huggingface.co/pyannote/speaker-diarization-3.1) model.
|
29 |
+
- To download the pyannote model, you need to have a Huggingface token and manually accept their terms in the pages below.
|
30 |
1. https://huggingface.co/pyannote/speaker-diarization-3.1
|
31 |
2. https://huggingface.co/pyannote/segmentation-3.0
|
32 |
|