#109 · Primary category: Inference & Local Deploy

react-native-executorch

computer-vision executorch image-embeddings llm-inference object-detection ocr on-device-ai react-native-ai segmentation speech-to-text text-embeddings text-to-speech vlm

Declarative way to run AI models in React Native on device, powered by ExecuTorch.

Project last updated:08/28/26

GitHub Stars

1.7K

Forks

95

Contributors

35

License

Other

Why we included this project

On-device inference in React Native has usually meant fighting with native modules, and this library tries to smooth that path. It loads ExecuTorch-exported models and runs them entirely on the phone, covering object detection, segmentation, OCR, and text generation. Because models stay local, you avoid server round trips, which matters for privacy-sensitive content like documents or medical records and for apps that need to work offline. The repo includes prebuilt modules and example integrations, so you can test a model on real hardware before committing to a feature, and swapping models during prototyping is straightforward.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category