You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmsis-pack-examples/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ bounding boxes for each detection.
49
49
50
50
### Keyword spotting
51
51
52
-
This example can detect up to twelve keywords in the input audio stream. The audio file used
52
+
This example can detect up to twelve keywords in the input audio stream. The [audio file used](./resources/sample_audio.wav)
53
53
contains the keyword "down" being spoken.
54
54
55
55
More details about the input for this example can be found [here](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/refs/heads/main/docs/use_cases/kws.md#preprocessing-and-feature-extraction).
@@ -202,7 +202,7 @@ The output is different for the two example applications:
202
202
203
203
## Licenses
204
204
205
-
The application samples are provided under the Apache 2.0 license, see [License](./LICENSE).
205
+
The application samples and [resources](./resources)are provided under the Apache 2.0 license, see [License](./LICENSE).
206
206
207
207
Application input data sample files (audio or image files) and the neural network model files have
208
208
been converted into C/C++ type arrays and are distributed under Apache 2.0 license. The models have
@@ -212,4 +212,4 @@ into C/C++ arrays to be baked into the example applications.
0 commit comments