永久免费” “顶级AI技术”【语音转文字】—“翻译” “转写” “语音识别” —Whisper AI
Colab Whisper 代码:
第一行:!pip install git+https://github.com/openai/whisper.git !sudo apt update && sudo apt install ffmpeg
第二行:!whisper “文件名(需要替换).mp3” –model medium
语音识别后,直接翻译为英文:
!whisper “文件名(需要替换).mp3” –model medium –task translate
使用最新的Whisper v3模型
!whisper “文件名(需要替换).mp3” –model large-v3