Rename DeepSpeech-examples to STT-examples
This commit is contained in:
parent
3dcb3743ac
commit
7d31f5e349
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,6 +1,6 @@
|
|||||||
[submodule "doc/examples"]
|
[submodule "doc/examples"]
|
||||||
path = doc/examples
|
path = doc/examples
|
||||||
url = https://github.com/mozilla/DeepSpeech-examples.git
|
url = https://github.com/mozilla/STT-examples.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "tensorflow"]
|
[submodule "tensorflow"]
|
||||||
path = tensorflow
|
path = tensorflow
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
User contributed examples
|
User contributed examples
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
There are also several user contributed examples available on a separate examples repository: `https://github.com/mozilla/DeepSpeech-examples <https://github.com/mozilla/DeepSpeech-examples>`_.
|
There are also several user contributed examples available on a separate examples repository: `https://github.com/mozilla/STT-examples <https://github.com/mozilla/STT-examples>`_.
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 93914db805408b4a130e4489cb5d4ff88cd95159
|
Subproject commit adde02be1676d3ec4a2c18008b4871489f3bb42a
|
@ -3,4 +3,4 @@ Examples
|
|||||||
|
|
||||||
Mozilla Voice STT examples were moved to a separate repository.
|
Mozilla Voice STT examples were moved to a separate repository.
|
||||||
|
|
||||||
New location: https://github.com/mozilla/DeepSpeech-examples
|
New location: https://github.com/mozilla/STT-examples
|
||||||
|
@ -25,8 +25,8 @@ then:
|
|||||||
DEEPSPEECH_MODEL: "https://github.com/reuben/DeepSpeech/releases/download/v0.8.0/models_0.8.tar.gz"
|
DEEPSPEECH_MODEL: "https://github.com/reuben/DeepSpeech/releases/download/v0.8.0/models_0.8.tar.gz"
|
||||||
DEEPSPEECH_AUDIO: "https://github.com/mozilla/DeepSpeech/releases/download/v0.4.1/audio-0.4.1.tar.gz"
|
DEEPSPEECH_AUDIO: "https://github.com/mozilla/DeepSpeech/releases/download/v0.4.1/audio-0.4.1.tar.gz"
|
||||||
PIP_DEFAULT_TIMEOUT: "60"
|
PIP_DEFAULT_TIMEOUT: "60"
|
||||||
EXAMPLES_CLONE_URL: "https://github.com/mozilla/DeepSpeech-examples"
|
EXAMPLES_CLONE_URL: "https://github.com/mozilla/STT-examples"
|
||||||
EXAMPLES_CHECKOUT_TARGET: "nodejs-scoped-name"
|
EXAMPLES_CHECKOUT_TARGET: "master"
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- "/bin/bash"
|
- "/bin/bash"
|
||||||
|
Loading…
Reference in New Issue
Block a user