How can I pass a numpy array from my java app to my python server?

Viewed 18

I am developing an app that has a Python server which receives numpy arrays as parameters. The problem I have is that I have to develop the client with Java and I would like to know if I can make a numpy array in Java and pass it without any problem. If it is possible, how would it be done or with what library?

Thank you!

0 Answers
Related