目錄
1. 簡單介紹
2.?代碼調(diào)用
1. 簡單介紹
Introducing Whisperhttps://openai.com/blog/whisper/
OpenAI 的開源自動(dòng)語音識(shí)別神經(jīng)網(wǎng)絡(luò) whisper
2.?代碼調(diào)用
安裝文章來源:http://www.zghlxwxcb.cn/news/detail-519434.html
# whisper
pip install git+https://github.com/openai/whisper.git
# on Ubuntu or Debian
sudo apt update && sudo apt install ffmpeg
# 更多參考 https://github.com/openai/whisper
Python 調(diào)用文章來源地址http://www.zghlxwxcb.cn/news/detail-519434.html
import whisper
model = whisper.load_model("base")
result = model.transcribe("audio.mp3")
print(result["text"])
到了這里,關(guān)于語音識(shí)別 - ASR whisper的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!