mrousavy/react-native-fast-tflite
A React Native binding for TensorFlow Lite that runs ML models on-device with GPU acceleration via CoreML, Metal, and OpenGL delegates.

react-native-fast-tflite is a high-performance library that wraps the low-level TensorFlow Lite C/C++ API for React Native applications. It enables zero-copy ArrayBuffer access and GPU-accelerated inference through platform-specific delegates including CoreML, Metal, and OpenGL. The library allows developers to load .tflite model files at runtime and swap models without rebuilding the app, integrating with VisionCamera for real-time computer vision tasks.