ios-demo-app
ios-demo-app copied to clipboard
Can `TorchModule` run in a React Native iOS app or does it need to be wrapped in Swift?
Hi all, first of all, thanks a lot for this great demo app. Really useful to get going.
I am a total newbie in iOS development so forgive me for the level of the questions. I was wondering if the same type of ML inference (on top of a TorschScript model) could work inside a React Native iOS app, instead of being wrapped around Swift code.
Thanks and have a great day ahead
curious too!
@FraPochetti and @boobo94 there is PlayTorch, which can run PyTorch Mobile models in React Native
https://playtorch.dev/