This commit is contained in:
Alexandre Lissy 2019-01-10 13:40:39 +01:00
Родитель 1a1608862d
Коммит 3dc3651384
6 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -73,8 +73,8 @@ git clone https://github.com/mozilla/DeepSpeech
If you want to use the pre-trained English model for performing speech-to-text, you can download it (along with other important inference material) from the [DeepSpeech releases page](https://github.com/mozilla/DeepSpeech/releases). Alternatively, you can run the following command to download and unzip the files in your current directory:
```bash
wget https://github.com/mozilla/DeepSpeech/releases/download/v0.4.0/deepspeech-0.4.0-models.tar.gz
tar xvfz deepspeech-0.4.0-models.tar.gz
wget https://github.com/mozilla/DeepSpeech/releases/download/v0.4.1/deepspeech-0.4.1-models.tar.gz
tar xvfz deepspeech-0.4.1-models.tar.gz
```
## Using the model

Просмотреть файл

@ -1 +1 @@
0.4.0
0.4.1

Просмотреть файл

@ -8,7 +8,7 @@
},
"dependencies": {
"argparse": "^1.0.10",
"deepspeech": "^0.4.0",
"deepspeech": "^0.4.1",
"node-vad": "^1.1.1",
"util": "^0.11.1"
},

Просмотреть файл

@ -1,4 +1,4 @@
deepspeech~=0.4.0
deepspeech~=0.4.1
pyaudio~=0.2.11
webrtcvad~=2.0.10
halo~=0.0.18

Просмотреть файл

@ -1,3 +1,3 @@
deepspeech==0.4.0
deepspeech==0.4.1
webrtcvad
pyqt5

Просмотреть файл

@ -26,7 +26,7 @@ Set the aggressiveness mode, to an integer between 0 and 3.
```
(venv) ~/Deepspeech/examples/vad_transcriber
$ python3 audioTranscript_cmd.py --aggressive 1 --audio ./audio/guido-van-rossum.wav --model ./models/0.4.0/
$ python3 audioTranscript_cmd.py --aggressive 1 --audio ./audio/guido-van-rossum.wav --model ./models/0.4.1/
Filename Duration(s) Inference Time(s) Model Load Time(s) LM Load Time(s)