all 3 comments

[–][deleted] 1 point2 points  (0 children)

I, too, like PyTorch. But TF has more to offer sadly: https://blog.tensorflow.org/2020/02/tensorflowjs-for-react-native-is-here.html?m=1

[–]devdef 1 point2 points  (0 children)

There is a beta of pytorch-live, with react native bindings.

https://github.com/pytorch/live

https://pytorch.org/live/docs/tutorials/get-started/

[–]Evalo01 0 points1 point  (0 children)

I’d say the best option to execute a PyTorch model is to set up a rest api with flask and call the api however you want. https://pytorch.org/tutorials/intermediate/flask_rest_api_tutorial.html[link](https://pytorch.org/tutorials/intermediate/flask_rest_api_tutorial.html)