-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react native #19
Comments
@sirramin I tried to run whisper tflite model in react native. But, no luck. If you are developing app for Android or iOS, you can run model in kotlin/java or swift/obj-c respectively. And then you can add react native wrapper. |
I can't find a suitable way to use TFlite models on react native for android. Altough there is module for Ios. |
@sirramin for android, you can write react native wrapper on top of java code. Are you able to use react native directly on iOS ? |
I didn't test it myself but I found this package: |
Is it possible to run this model on react native projects ?
The text was updated successfully, but these errors were encountered: