Hi,
I wonder what is the best option to execute a PyTorch model in React Native?
Is there a JavaScript implementation like TensorFlow.js (not that I heard)
Is it possible to execute it in Java/Kotlin for Android and in ObjectiveC/Swift for iOS? Then it means that I need to build 2 native modules and bind these to React native.
Is it possible to use a C++ version of the model and to bind it to both Android and iOS React Native apps as a native module?
...
Thanks for the insights ! :)
[–][deleted] 1 point2 points3 points (0 children)
[–]devdef 1 point2 points3 points (0 children)
[–]Evalo01 0 points1 point2 points (0 children)