aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/examples/speech_recognition/README.md
diff options
context:
space:
mode:
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