Skip to content
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

Open
sirramin opened this issue Nov 5, 2023 · 4 comments
Open

react native #19

sirramin opened this issue Nov 5, 2023 · 4 comments

Comments

@sirramin
Copy link

sirramin commented Nov 5, 2023

Is it possible to run this model on react native projects ?

@vilassn
Copy link
Collaborator

vilassn commented Nov 5, 2023

@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.

@sirramin
Copy link
Author

sirramin commented Nov 5, 2023

I can't find a suitable way to use TFlite models on react native for android. Altough there is module for Ios.

@vilassn
Copy link
Collaborator

vilassn commented Nov 6, 2023

@sirramin for android, you can write react native wrapper on top of java code.

Are you able to use react native directly on iOS ?

@sirramin
Copy link
Author

sirramin commented Nov 6, 2023

@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:
https://github.com/mrousavy/react-native-fast-tflite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants