aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/examples/speech_recognition/README.md
diff options
context:
space:
mode:
authorNina Drozd <nina.drozd@arm.com>2021-02-02 17:49:17 +0000
committerRichard <richard.burton@arm.com>2021-02-23 21:20:02 +0000
commit4018b21cd41437f1e1b2e528d5521136f39ff2b1 (patch)
tree5c1b790d1ebae59240281b49ef833d24f5aa7ef1 /python/pyarmnn/examples/speech_recognition/README.md
parent0909c5602e2cbe7ac73a7db6787f7bdb1facd2ab (diff)
downloadarmnn-4018b21cd41437f1e1b2e528d5521136f39ff2b1.tar.gz
MLECO-1253: update ASR example python app
* add link to new wav2letter model from ModelZoo in Readme * update model input size * update to match new model's output Signed-off-by: Nina Drozd <nina.drozd@arm.com> Change-Id: I8e85d025610a458e9ae7be93fd7179c71bac5b18
Diffstat (limited to 'python/pyarmnn/examples/speech_recognition/README.md')
-rw-r--r--python/pyarmnn/examples/speech_recognition/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/pyarmnn/examples/speech_recognition/README.md b/python/pyarmnn/examples/speech_recognition/README.md
index 2323eac656..5ccf003c77 100644
--- a/python/pyarmnn/examples/speech_recognition/README.md
+++ b/python/pyarmnn/examples/speech_recognition/README.md
@@ -35,6 +35,15 @@ Install the required Python modules:
$ pip install -r requirements.txt
```
+### Model
+
+The model for this can be found in the Arm Model Zoo repository:
+https://github.com/ARM-software/ML-zoo/tree/master/models
+
+The model we're looking for:
+https://github.com/ARM-software/ML-zoo/tree/master/models/speech_recognition/wav2letter/tflite_int8
+
+
## Performing Automatic Speech Recognition
### Processing Audio Files