Ubuntu 20下用Python将视频/音频转文字的脚本,主要使用 whisper(OpenAI开源)或 faster-whisper(更快更省资源)。 纯 CPU 方案(无显卡) 使用 int8 量化,CPU也能流畅运行 python3 transcribe.py audio.mp3 --model base --device cpu --compute int8 模型目录结构要求 ./fas

- 阅读全文 -