在Win端離線安裝并運(yùn)行Deepspeech
寫給自己的小備忘錄。

獲取各種包
獲取pip包:https://blog.csdn.net/weixin_42517466/article/details/113578841
獲取python包:https://python-docx.readthedocs.io/en/latest/index.html
獲取DeepSpeech包:https://github.com/mozilla/DeepSpeech/releases/tag/v0.9.3

獲取numpy包:https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
? ? ? ??下載的時候注意numpy的版本,具體參考下圖

????

安裝
詳細(xì)安裝過程見視頻:https://www.youtube.com/watch?v=c_0Q3T0XYTA&t=155s
創(chuàng)建Deepspeech文件夾,將之前下載的包都放進(jìn)來:
makedir 文件名(新建文件夾)
cd 文件目錄(進(jìn)入該文件夾)
創(chuàng)建虛擬空間:python -m venv .(注意不要遺漏“.”!)
激活虛擬空間:Scripts\activate
安裝numpy:pip install numpy-XX.whl
? ? ? ?注意使用pip命令時需要關(guān)閉網(wǎng)絡(luò)代理
安裝DeepSpeech:pip install?deepspeech-XX.whl

使用:?deepspeech --model deepspeech-0.9.3-models-zh-CN.pbmm --audio XX.wav --lm_alpha 0.931289039105002 --lm_beta 1.1834137581510284(中文推薦參數(shù))

即時翻譯麥克風(fēng)的語言
下載文件??https://github.com/mozilla/DeepSpeech-examples

安裝方法見鏈接:
https://github.com/mozilla/DeepSpeech-examples/tree/r0.9/mic_vad_streaming
操作步驟:
首先導(dǎo)航到該“mic_vad_streaming”下
pip install -r requirements.txt
python mic_vad_streaming.py -m XX\XX.pbmm -s XX\XX..scorer

Q&A
Microsoft Visual C++ 14.0 is required解決方法
https://zhuanlan.zhihu.com/p/126669852
file does not start with RIFF id & try 16000 HZ
https://www.aconvert.com/cn/audio/mp3-to-wav/