Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ language:
|
|
8 |
A Japanese transcription/diarization pipeline with Pyannote and Whisper large-v2 that uses a custom-tuned segmentation model and custom filtering on the audio (low-pass filter, equalizer, etc.) for improved performance.
|
9 |
Can be given a video file or mp3/wav file.
|
10 |
|
11 |
-
Performance is considerably better than default JP whisper for most tasks involving Japanese content, with the exception of singing/karaoke (Where performance is below the original due to the training dataset.
|
12 |
|
13 |
Requires ffmpeg, openai-whisper, pyannote and facebookresearch's demux model. Torch is also strongly encouraged.
|
14 |
Pyannote requies a Huggingface API key, which it will currently look for under the environment variable "HF_TOKEN_NOT_LOGIN" (At the time of this writing, naming your HF token "HF_TOKEN" causes bugs.)
|
|
|
8 |
A Japanese transcription/diarization pipeline with Pyannote and Whisper large-v2 that uses a custom-tuned segmentation model and custom filtering on the audio (low-pass filter, equalizer, etc.) for improved performance.
|
9 |
Can be given a video file or mp3/wav file.
|
10 |
|
11 |
+
Performance is considerably better than default JP whisper for most tasks involving Japanese content, with the exception of singing/karaoke (Where performance is below the original due to the training dataset.)
|
12 |
|
13 |
Requires ffmpeg, openai-whisper, pyannote and facebookresearch's demux model. Torch is also strongly encouraged.
|
14 |
Pyannote requies a Huggingface API key, which it will currently look for under the environment variable "HF_TOKEN_NOT_LOGIN" (At the time of this writing, naming your HF token "HF_TOKEN" causes bugs.)
|