mlboydaisuke commited on
Commit
4e54a3d
·
verified ·
1 Parent(s): f46f74e

Link the Android speech recognition sample app

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -175,6 +175,12 @@ if __name__ == "__main__":
175
  python transcribe.py --wav sample.wav
176
  ```
177
 
 
 
 
 
 
 
178
  ## Performance
179
 
180
  Measured on one 5 s window of continuous speech (11 output tokens), CPU
 
175
  python transcribe.py --wav sample.wav
176
  ```
177
 
178
+ ### Android sample app
179
+
180
+ For an on-device Android demo that runs Moonshine (and other ASR models) with
181
+ hardware acceleration, see the LiteRT
182
+ [speech recognition sample](https://github.com/google-ai-edge/litert-samples/tree/main/samples/litert/speech_recognition).
183
+
184
  ## Performance
185
 
186
  Measured on one 5 s window of continuous speech (11 output tokens), CPU