jhj0517 commited on
Commit
736cf38
1 Parent(s): 960b0fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
- - Speaker diarization with [pyannote](https://huggingface.co/pyannote/speaker-diarization-3.1) model as a post-processing.
28
- - To download the model, you need a Huggingface token and must manually visit sites listed below to accept their conditions.
 
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