因为工作原因需要将语音转化为文字,经常搜索终于找到一个免费的好用工具,记录下使用方法 安装Whisper 搜索Colaboratory 右上方链接服务 执行 !pip install git+https://github.com/openai/whisper.git !sudo apt update && sudo apt install ffmpeg 将语音转化为文字 上传文本 点击代码执行 !whisper "文件名(需要替换).mp3" --model medium