luweigen/whisper_streamingPublic forked fromufal/whisper_streaming NotificationsYou must be signed in to change notification settings Fork5 Star113 MIT license starsforks NotificationsYou must be signed in to change notification settings Code Pull requests ...
Whisper realtime streaming for long speech-to-text transcription and translation - whisper_streaming/client-mac.sh at main · luweigen/whisper_streaming
几根芦苇 PNG PNG 中药芦苇根清热解毒抗菌... PNG PSDPNG 秋天秋季云朵枫叶落叶手... PNG PNG 绿色叶子 PNG PSDPNG 秋天背景立秋树叶太阳芦... PNG PSDPNG 寒露节气国潮书法古风手... PNG PSDPNG 白露秋季大雁芦苇手绘元素 PNG PNG PNG PNG 白色微风吹拂沼泽芦苇 ...
luweigen / whisper_streaming Public forked from ufal/whisper_streaming Notifications Fork 3 Star 106 Files main translate .gitignore LICENSE README.md client-mac.sh client-translate.sh client.sh cuda_check.py line_packet.py mlx_whisper.py server-hf-v3.sh server-mlx-v3.sh server-v3....
Whisper realtime streaming for long speech-to-text transcription and translation - whisper_streaming/client.sh at main · luweigen/whisper_streaming
luweigen committed Dec 2, 2023 1 parent 396d53e commit aa54470 Showing 1 changed file with 153 additions and 0 deletions. Whitespace Ignore whitespace Split Unified 153 changes: 153 additions & 0 deletions 153 cuda_check.py Original file line numberDiff line numberDiff line change @@ -0...
The fastest Whisper optimization for automatic speech recognition as a command-line interface ⚡️ - GitHub - luweigen/insanely-fast-whisper-cli: The fastest Whisper optimization for automatic speech recognition as a command-line interface ⚡️
Whisper realtime streaming for long speech-to-text transcription and translation - test of translation from english to chinese · luweigen/whisper_streaming@d14c347
diff --git a/translate/translate-nllb.py b/translate/translate-nllb.py new file mode 100644 index 0000000..30e75a0 --- /dev/null +++ b/translate/translate-nllb.py @@ -0,0 +1,46 @@ +from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline +from translate_benchmark ...
Whisper realtime streaming for long speech-to-text transcription and translation - luweigen/whisper_streaming