Translate-Subtitle-File
Translate-Subtitle-File copied to clipboard
OpenAI 的翻译模型 Whisper 开源了,考虑整合吗?
https://github.com/openai/whisper 就是提一嘴,随时 Close 该issue
感谢告知,我才刚知道。 我最近在看 HuggingFace 还没看明白……
暂时先关闭 issue,赶明儿我看看 PyTorch 和一些其他基础的东西。 现在我还是 机器学习的菜鸡
Fast AI 的课好像不错,刚开始看 Lession 1
尝试了一下 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
赞