Translate-Subtitle-File icon indicating copy to clipboard operation
Translate-Subtitle-File copied to clipboard

OpenAI 的翻译模型 Whisper 开源了,考虑整合吗?

Open mefengl opened this issue 3 years ago • 1 comments

https://github.com/openai/whisper 就是提一嘴,随时 Close 该issue

mefengl avatar Sep 22 '22 08:09 mefengl

感谢告知,我才刚知道。 我最近在看 HuggingFace 还没看明白……

1c7 avatar Sep 22 '22 11:09 1c7

暂时先关闭 issue,赶明儿我看看 PyTorch 和一些其他基础的东西。 现在我还是 机器学习的菜鸡

1c7 avatar Sep 24 '22 02:09 1c7

Fast AI 的课好像不错,刚开始看 Lession 1

1c7 avatar Sep 24 '22 02:09 1c7

尝试了一下 Whisper,用起来蛮简单的(似乎不需要懂机器学习,就像安装一个Python命令行工具一样): 需要先安装ffmpeg和conda,然后

conda create -n whisper python=3.9
conda activate whisper
pip install git+https://github.com/openai/whisper.git
whisper audio.mp3 --model medium --language Chinese

甚至做了个对比: https://sspai.com/post/75953

mefengl avatar Sep 27 '22 16:09 mefengl

1c7 avatar Sep 28 '22 04:09 1c7