当前位置:AIGC资讯 > AIGC > 正文

Whisper 音频转文字模型体验;语音实时转录文字工具

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 *

更新时间 2023-12-20