зеркало из https://github.com/mozilla/DeepSpeech.git
Bump VERSION to 0.4.1
This commit is contained in:
Родитель
1a1608862d
Коммит
3dc3651384
|
@ -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
|
||||
|
|
2
VERSION
2
VERSION
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче