Using a generated machine learning model in Elixir

It doesn’t quite answer your question, but this article by @alvises shows one way to run ML models from Elixir with the actual prediction managed by Python:

@sym_num has done a lot of work in this area too - building a library to harness the GPU - see GitHub - sasagawa888/deeppipe2: Deep Learning library using GPU(CUDA/cuBLAS) · GitHub - I’m not sure what would be involved to port or run models.