You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Add Real-World Example section to README
### Introduces a breaking change?
- [ ] Yes
- [x] No
### Type of change
- [ ] Bug fix (change which fixes an issue)
- [ ] New feature (change which adds functionality)
- [ ] Documentation update (improves or adds clarity to existing
documentation)
- [x] Other (chores, tests, code style improvements etc.)
### Checklist
- [x] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation accordingly
- [x] My changes generate no new warnings
@@ -38,15 +39,17 @@ The minimal supported version are:
38
39
> [!IMPORTANT]
39
40
> React Native Executorch supports only the [New React Native architecture](https://reactnative.dev/architecture/landing-page).
40
41
41
-
## :robot: Ready-made models
42
-
43
-
Our library has a number of ready-to-use AI models; a complete list is available in the documentation. If you're interested in running your own AI model, you need to first export it to the `.pte` format. Instructions on how to do this are available in the [Python API](https://pypi.org/project/executorch/).
44
-
45
42
## :books: Documentation
46
43
47
44
Check out how our library can help you build your React Native AI features by visiting our docs:
React Native ExecuTorch is powering [Private Mind](https://github.com/software-mansion-labs/private-mind), a privacy-first mobile AI app available on [App Store](https://apps.apple.com/gb/app/private-mind/id6746713439) and [Google Play](https://play.google.com/store/apps/details?id=com.swmansion.privatemind).
50
+
51
+
<imgwidth="2720"height="1085"alt="Private Mind promo"src="https://github.com/user-attachments/assets/b12296fe-19ac-48fc-9726-da9242700346" />
52
+
50
53
## :llama:**Quickstart - Running Llama**
51
54
52
55
**Get started with AI-powered text generation in 3 easy steps!**
We currently host a few example [apps](https://github.com/software-mansion/react-native-executorch/tree/main/apps) demonstrating use cases of our library:
> Running LLMs requires a significant amount of RAM. If you are encountering unexpected app crashes, try to increase the amount of RAM allocated to the emulator.
119
122
123
+
## :robot: Ready-made models
124
+
125
+
Our library has a number of ready-to-use AI models; a complete list is available in the documentation. If you're interested in running your own AI model, you need to first export it to the `.pte` format. Instructions on how to do this are available in the [Python API](https://pypi.org/project/executorch/).
126
+
120
127
## :balance_scale: License
121
128
122
129
This library is licensed under [The MIT License](./LICENSE).
0 commit comments