/tflite-asr-recording

TFLite ASR demo (speech recognition via recording)

Primary LanguageJavaApache License 2.0Apache-2.0

An Android example app that demos how to use TFLite to do Automatic Speech Recognition on-device

The model is CONFORMER from TF Hub. You can record a short audio and the app will transcribe it.

Please refer to the original python notebook to see how the model works.