Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 authored Jun 26, 2024
1 parent de97704 commit ab7c9b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ If you wish to try this on Colab, you can do it in [here](https://colab.research
- Text to Text Translation
- Translate subtitle files using Facebook NLLB models
- Translate subtitle files using DeepL API
- Speaker diarization with [pyannote](https://huggingface.co/pyannote/speaker-diarization-3.1) model as a post-processing.
- You need Huggingface token and mannually go to https://huggingface.co/pyannote/speaker-diarization-3.1 and accept their requirements to download the model.

# Installation and Running
### Prerequisite
Expand Down Expand Up @@ -107,6 +109,7 @@ This is Whisper's original VRAM usage table for models.
- [x] Add NLLB Model translation
- [x] Integrate with faster-whisper
- [x] Integrate with insanely-fast-whisper
- [ ] Integrate with whisperX
- [x] Integrate with whisperX ( Only speaker diarization part )
- [ ] Add fast api script

0 comments on commit ab7c9b0

Please sign in to comment.