react-native-fast-tflite
react-native-fast-tflite copied to clipboard
🔥 High-performance TensorFlow Lite library for React Native with GPU acceleration
on 1.4.0, I have the following error on mac m2 when compiling: In file included from /Users/pingou/react/app/node_modules/react-native-fast-tflite/cpp/TensorHelpers.cpp:9: /Users/pingou/react/app/node_modules/react-native-fast-tflite/android/../cpp/TensorHelpers.h:15:10: fatal error: 'tensorflow/lite/c/c_api.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~
Hi! I have tried a few different models with this but when I try one that is quantised, I get that the model refuses to load.. Just wondering if it...
Hello Hans and "ze" others, I was wondering, how you are training models to get ze best results? Is it possible to use something as simple as Teachable Machines to...
Hi! I'm using react-native 0.75 with the new architecture enabled and I'm getting an XCode compile error, that the file "RNTfliteSpec.h" could not be found in [this](https://github.com/mrousavy/react-native-fast-tflite/blob/1d73f8a7abc762ec946275e2c71ec2e1c9315ccc/ios/Tflite.h#L3) line: ``` #import...
I would like to use Llama in this library with huggingface tokenizer. Is it possible? Is there a plan to support it? :) I would like to use it in...
On Android, when I load the model from local file with GPUDelegate passed in, the result is an error: - on iOS it is fine > ERROR Failed to load...
Thank you for developing this excellent library. I've been using the native TensorFlow Lite library directly with Swift/Kotlin and am now migrating my code to use react-native-fast-tflite. Having experience configuring...