How to use whisper tflite version on react native for Android

280 views Asked by At

I'm currently working on a project that requires the integration of OpenAI Whisper's TFLite (TensorFlow Lite) version into a React Native application. However, I'm facing difficulties finding a suitable module or library to accomplish this task

The react-native-fast-tflite module doesn't support Andtoid. I'm looking for another soultion. transformer.js version isn't fast enough.

1

There are 1 answers

1
Vilas On

You can load whisper tflite model in java/kotlin code and run inference. On top of it, you can write react native wrapper.