Spaces:
Running
Running
jhj0517
commited on
Commit
·
1b5cb54
1
Parent(s):
c5dc9f3
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,6 +24,8 @@ 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 |
# Installation and Running
|
| 29 |
### Prerequisite
|
|
@@ -107,6 +109,7 @@ This is Whisper's original VRAM usage table for models.
|
|
| 107 |
- [x] Add NLLB Model translation
|
| 108 |
- [x] Integrate with faster-whisper
|
| 109 |
- [x] Integrate with insanely-fast-whisper
|
| 110 |
-
- [
|
|
|
|
| 111 |
|
| 112 |
|
|
|
|
| 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 |
+
- You need Huggingface token and mannually go to https://huggingface.co/pyannote/speaker-diarization-3.1 and accept their requirements to download the model.
|
| 29 |
|
| 30 |
# Installation and Running
|
| 31 |
### Prerequisite
|
|
|
|
| 109 |
- [x] Add NLLB Model translation
|
| 110 |
- [x] Integrate with faster-whisper
|
| 111 |
- [x] Integrate with insanely-fast-whisper
|
| 112 |
+
- [x] Integrate with whisperX ( Only speaker diarization part )
|
| 113 |
+
- [ ] Add fast api script
|
| 114 |
|
| 115 |
|