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.
You can load whisper tflite model in java/kotlin code and run inference. On top of it, you can write react native wrapper.