daviddaytw/react-native-transformers
Run local LLM from Huggingface in React-Native or Expo using onnxruntime.
This project helps mobile app developers build applications that can run advanced AI language models (like those for text generation or answering questions) directly on users' phones. It takes pre-trained language models from platforms like Hugging Face and allows them to be embedded in React Native or Expo apps. The result is a mobile app that can process language tasks offline, quickly, and without sending user data to external servers, benefiting app developers focused on privacy and performance.
128 stars. No commits in the last 6 months. Available on npm.
Use this if you are a mobile app developer who wants to integrate AI language capabilities into your React Native or Expo application that run directly on the user's device, ensuring privacy and offline functionality.
Not ideal if you need to use very large AI models that are too computationally intensive for mobile devices or if you prefer cloud-based AI services.
Stars
128
Forks
16
Language
TypeScript
License
MIT
Category
Last pushed
Jul 13, 2025
Commits (30d)
0
Dependencies
5
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/daviddaytw/react-native-transformers"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related models
huggingface/transformers.js
State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with...
huggingface/transformers.js-examples
A collection of 🤗 Transformers.js demos and example applications
salesforce/TransmogrifAI
TransmogrifAI (pronounced trăns-mŏgˈrə-fī) is an AutoML library for building modular, reusable,...
jobergum/browser-ml-inference
Edge Inference in Browser with Transformer NLP model
volverjs/ai
Hugging Face Transformers.js wrapper for on-device AI with web-workers