Hello, I have my own machine learning library done using Julia language.
I want my clients to use my machine learning library using Python 3.x
That is, my clients want to executes Python 3.x and import my machine learning library
and my clients don’t install Julia in their PC system. That is, there are no Julia installed in my clients’ desktop PC.
I heard, there is some way to compile my module(or Julia package) as .so library(binary) using C compiler and Python can import that compiled .so library,
Could you please tell me in detail how to do these steps??
Thank you in advance and have a nice day!