cdiddy77 / react-native-llm-mediapipe

Run an LLM on iOS & Android devices using React Native
MIT License
39 stars 5 forks source link

feat: improve model download/convert; copy model #9

Closed cdiddy77 closed 1 day ago

cdiddy77 commented 3 months ago

assets

nadeem-portico commented 4 days ago

Does this work with expo?

cdiddy77 commented 1 day ago

Does this work with expo?

It does not work with the expo app. That is a common question that is easy to answer from the Expo docs -- this package requires native code, and the expo app cannot consume such packages.

As for the expo framework, I suspect the answer is yes, but I have not tried it.