diff options
| author | yum <yum.food.vr@gmail.com> | 2023-05-25 21:45:09 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-05-25 22:00:56 -0700 |
| commit | 84f09e1fdf15644d1ea5f955889581932e4f6a8e (patch) | |
| tree | 70894da7bc14c773f9755c1838cd87fe7f26b909 /Scripts/requirements.txt | |
| parent | eed2e8915d83796679c0b7a3ea9121d329ceddab (diff) | |
Add ability to translate into 200 languages
Use Meta's No Language Left Behind (NLLB) algorithm to provide
translation capabilities into 200 languages. Obviously most are very
untested.
This requires either 4.1 or 7.1 GB of RAM and significiantly increases
transcription latency.
Diffstat (limited to 'Scripts/requirements.txt')
| -rw-r--r-- | Scripts/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt index c887808..5500a91 100644 --- a/Scripts/requirements.txt +++ b/Scripts/requirements.txt @@ -1,3 +1,4 @@ +ctranslate2 editdistance faster-whisper@https://github.com/guillaumekln/faster-whisper/archive/358d373691c95205021bd4bbf28cde7ce4d10030.tar.gz future==0.18.2 @@ -10,3 +11,4 @@ pyaudio python-osc playsound==1.2.2 pyyaml +transformers>=4.21.0 |
