1、原始官方形式安装
参考:
https://github.com/openai/whisper
https://blog.csdn.net/weixin_44011409/article/details/127507692
安装
安装Whisper 和ffmpeg
(# on Ubuntu or Debian
sudo apt update && sudo apt install ffmpeg
on Windows using Chocolatey (https://chocolatey.org/)
choco install ffmpeg
on Windows using Scoop (https://scoop.sh/)
scoop install ffmpeg)
pip install -U openai-whisper
使用(运行的时候看有调用gpu)
whisper *