Real Time Model Results #2459
-
I want to upload and use my machine learning models (in ONNX or H5 format) or even my mathematical models in StreamPipes. How can I develop this? |
Beta Was this translation helpful? Give feedback.
Answered by
dominikriemer
Feb 13, 2024
Replies: 1 comment 2 replies
-
Hi @drvshavva did you have a look at the Python functions? That's probably a good way to integrate your custom models and you can also play back results to StreamPipes as a data stream. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @drvshavva when using the Python client, you can create a data stream which is available in StreamPipes and contains the result of a function (e.g., a model).
The implementation in the document you sent was not created by members of the StreamPipes community and the code has not been contributed (unfortunately). But you can create something similar by using the Java SDK, invlude the Deeplearning4j library and create a pipeline element which has similar configuration options as described in the deliverable.
Hope this helps!