Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1031597 // DeepSpeech 0.9.3 installation on Linux

Document

mkdir $HOME/dev/deepspeech-0.9.3
cd $HOME/dev/deepspeech-0.9.3
sudo apt install python3-virtualenv
virtualenv -p python3 /home/stefan/dev/deepspeech-venv
source /home/stefan/dev/deepspeech-venv/bin/activate
pip3 install deepspeech
curl -LO https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/audio-0.9.3.tar.gz
curl -LO https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/deepspeech-0.9.3-models.scorer
curl -LO https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/audio-0.9.3.tar.gz
tar xvf audio-0.9.3.tar.gz
deepspeech --model deepspeech-0.9.3-models.pbmm --scorer deepspeech-0.9.3-models.scorer --audio audio/2830-3980-0043.wav

download  show line numbers   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031597
Snippet name: DeepSpeech 0.9.3 installation on Linux
Eternal ID of this version: #1031597/1
Text MD5: 6b7fefb300169d43facfccfa90a5a693
Author: stefan
Category: javax
Type: Document
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-22 08:38:46
Source code size: 675 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 85 / 35
Referenced in: [show references]