From 394c134b0c43f3044f7ddf5d8353e942d8f6fba8 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Tue, 25 Aug 2020 16:49:25 +0200 Subject: [PATCH] Revert "Merge pull request #74 from lissyx/rename-stt-repo" This reverts commit 70fbd3beb0a335f4c297c5024d7c773734c7b29f, reversing changes made to adde02be1676d3ec4a2c18008b4871489f3bb42a. --- android_mic_streaming/README.md | 4 ++-- electron/Readme.md | 6 +++--- electron/public/recognize-wav.js | 2 +- ffmpeg_vad_streaming/README.MD | 2 +- nim_mic_vad_streaming/README.md | 2 +- nim_mic_vad_streaming/linux_nim_vad_streaming/README.md | 4 ++-- nim_mic_vad_streaming/win_nim_vad_streaming/README.md | 4 ++-- nodejs_mic_vad_streaming/Readme.md | 4 ++-- nodejs_wav/Readme.md | 6 +++--- web_microphone_websocket/Readme.md | 4 ++-- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/android_mic_streaming/README.md b/android_mic_streaming/README.md index c372fbe..e157cca 100644 --- a/android_mic_streaming/README.md +++ b/android_mic_streaming/README.md @@ -8,8 +8,8 @@ Android demo application that streams audio from the microphone to mozilla voice Download the pre-trained English model and extract it: ``` -curl -LO https://github.com/mozilla/STT/releases/download/v0.8.0/deepspeech-0.8.0-models.tflite -curl -LO https://github.com/mozilla/STT/releases/download/v0.8.0/deepspeech-0.8.0-models.scorer +curl -LO https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.tflite +curl -LO https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.scorer ``` Move the model files `deepspeech-0.8.0-models.pbmm`, `deepspeech-0.8.0-models.scorer`, to the demo application's data directory on your android device. diff --git a/electron/Readme.md b/electron/Readme.md index 402181a..61292ac 100644 --- a/electron/Readme.md +++ b/electron/Readme.md @@ -14,7 +14,7 @@ npm run rebuild Download and extract audio files to `/public` directory ``` -wget https://github.com/mozilla/STT/releases/download/v0.7.0/audio-0.7.0.tar.gz +wget https://github.com/mozilla/DeepSpeech/releases/download/v0.7.0/audio-0.7.0.tar.gz tar xfvz audio-0.7.0.tar.gz -C ./public/ ``` @@ -23,8 +23,8 @@ tar xfvz audio-0.7.0.tar.gz -C ./public/ ``` mkdir models cd models -wget https://github.com/mozilla/STT/releases/download/v0.8.0/deepspeech-0.8.0-models.pbmm -wget https://github.com/mozilla/STT/releases/download/v0.8.0/deepspeech-0.8.0-models.scorer +wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.pbmm +wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.scorer cd .. ``` diff --git a/electron/public/recognize-wav.js b/electron/public/recognize-wav.js index 5626d7d..72be2d0 100644 --- a/electron/public/recognize-wav.js +++ b/electron/public/recognize-wav.js @@ -14,7 +14,7 @@ function getModel(appDataPath, callback) { else { // if the model files do not exist, download and save them to AppData path console.log('\nDOWNLOADING MODEL TO: '+appDataPath+'\n'); - const downloadPath = 'https://github.com/mozilla/STT/releases/download/v0.8.0/deepspeech-0.8.0-models'; + const downloadPath = 'https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models'; download(downloadPath+'.pbmm', modelPath, function() { download(downloadPath+'.scorer', scorerPath, function() { callback(createModel(modelPath, scorerPath)); diff --git a/ffmpeg_vad_streaming/README.MD b/ffmpeg_vad_streaming/README.MD index 9f23085..2bcdc49 100644 --- a/ffmpeg_vad_streaming/README.MD +++ b/ffmpeg_vad_streaming/README.MD @@ -31,7 +31,7 @@ node ./index.js --audio rtmp://:1935/live/teststream \ ``` ## Examples -Real time streaming inference with Mozilla Voice STT's example audio ([audio-0.4.1.tar.gz](https://github.com/mozilla/STT/releases/download/v0.4.1/audio-0.4.1.tar.gz)). +Real time streaming inference with Mozilla Voice STT's example audio ([audio-0.4.1.tar.gz](https://github.com/mozilla/DeepSpeech/releases/download/v0.4.1/audio-0.4.1.tar.gz)). ```bash node ./index.js --audio $HOME/audio/2830-3980-0043.wav \ --scorer $HOME/models/kenlm.scorer \ diff --git a/nim_mic_vad_streaming/README.md b/nim_mic_vad_streaming/README.md index cdf0098..f59a484 100644 --- a/nim_mic_vad_streaming/README.md +++ b/nim_mic_vad_streaming/README.md @@ -10,7 +10,7 @@ Interface to both the libs is provided through NIM code. ## PREREQUISITIES : * ```libmozilla_voice_stt.so``` -Go to the [releases](https://github.com/mozilla/STT/releases/tag/v0.8.0) page and download the native client package based on your OS and CPU architecture. +Go to the [releases](https://github.com/mozilla/DeepSpeech/releases/tag/v0.8.0) page and download the native client package based on your OS and CPU architecture. Extract the ``libmozilla_voice_stt.so`` and put into the subdirectory depending on OS of native Client used. diff --git a/nim_mic_vad_streaming/linux_nim_vad_streaming/README.md b/nim_mic_vad_streaming/linux_nim_vad_streaming/README.md index aff286b..4f54dcb 100644 --- a/nim_mic_vad_streaming/linux_nim_vad_streaming/README.md +++ b/nim_mic_vad_streaming/linux_nim_vad_streaming/README.md @@ -12,8 +12,8 @@ sudo apt-get install libasound2 2) Download the pre-trained Mozilla Voice STT english model (1089MB) and Scorer Package(~900MB): ``` -wget https://github.com/mozilla/STT/releases/download/v0.8.0/deepspeech-0.8.0-models.pbmm -wget https://github.com/mozilla/STT/releases/download/v0.8.0/deepspeech-0.8.0-models.scorer +wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.pbmm +wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.scorer ``` diff --git a/nim_mic_vad_streaming/win_nim_vad_streaming/README.md b/nim_mic_vad_streaming/win_nim_vad_streaming/README.md index 84063e9..36509fb 100644 --- a/nim_mic_vad_streaming/win_nim_vad_streaming/README.md +++ b/nim_mic_vad_streaming/win_nim_vad_streaming/README.md @@ -8,8 +8,8 @@ Minimalistic example to demonstrate the Mozilla Voice STT streaming API in NIM. 2) Download the pre-trained Mozilla Voice STT english model (1089MB): ``` -wget https://github.com/mozilla/STT/releases/download/v0.8.0/deepspeech-0.8.0-models.pbmm -wget https://github.com/mozilla/STT/releases/download/v0.8.0/deepspeech-0.8.0-models.scorer +wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.pbmm +wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.scorer ``` diff --git a/nodejs_mic_vad_streaming/Readme.md b/nodejs_mic_vad_streaming/Readme.md index 3658e9f..a02f30d 100644 --- a/nodejs_mic_vad_streaming/Readme.md +++ b/nodejs_mic_vad_streaming/Readme.md @@ -11,8 +11,8 @@ either [sox](http://sox.sourceforge.net/) (Windows/Mac) or [arecord](http://alsa 2) Download the pre-trained Mozilla Voice STT english model (1089MB): ``` -wget https://github.com/mozilla/STT/releases/download/v0.8.0/deepspeech-0.8.0-models.pbmm -wget https://github.com/mozilla/STT/releases/download/v0.8.0/deepspeech-0.8.0-models.scorer +wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.pbmm +wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.scorer ``` #### Dependency diff --git a/nodejs_wav/Readme.md b/nodejs_wav/Readme.md index aa3600c..fe2b583 100644 --- a/nodejs_wav/Readme.md +++ b/nodejs_wav/Readme.md @@ -3,8 +3,8 @@ Download the pre-trained model (1.8GB): ``` -wget https://github.com/mozilla/STT/releases/download/v0.8.0/deepspeech-0.8.0-models.pbmm -wget https://github.com/mozilla/STT/releases/download/v0.8.0/deepspeech-0.8.0-models.scorer +wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.pbmm +wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.scorer ``` Edit references to models path if necessary: @@ -23,7 +23,7 @@ brew install sox Download test audio files: ``` -wget https://github.com/mozilla/STT/releases/download/v0.8.0/audio-0.8.0.tar.gz +wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/audio-0.8.0.tar.gz tar xfvz audio-0.8.0.tar.gz ``` diff --git a/web_microphone_websocket/Readme.md b/web_microphone_websocket/Readme.md index 5c90d20..011f281 100644 --- a/web_microphone_websocket/Readme.md +++ b/web_microphone_websocket/Readme.md @@ -6,8 +6,8 @@ to a NodeJS server and transmitting the Mozilla Voice STT results back to the br #### Download the pre-trained model (1.8GB): ``` -wget https://github.com/mozilla/STT/releases/download/v0.8.0/deepspeech-0.8.0-models.pbmm -wget https://github.com/mozilla/STT/releases/download/v0.8.0/deepspeech-0.8.0-models.scorer +wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.pbmm +wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.scorer ``` #### Install: