ios-demo-app icon indicating copy to clipboard operation
ios-demo-app copied to clipboard

Can `TorchModule` run in a React Native iOS app or does it need to be wrapped in Swift?

Open FraPochetti opened this issue 4 years ago • 2 comments

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

FraPochetti avatar Jan 20 '21 11:01 FraPochetti

curious too!

boobo94 avatar May 13 '22 13:05 boobo94

@FraPochetti and @boobo94 there is PlayTorch, which can run PyTorch Mobile models in React Native

https://playtorch.dev/

raedle avatar Jul 26 '22 04:07 raedle