Pipeline Steps
Konduit-Serving works by defining a series of steps. These include operation such as:
Pre-processing steps
Running one or more ML/DL models
Post-processing steps, transforming the output in a way that humans can understand
A reference Java project is provided in the Example repository from https://github.com/KonduitAI/konduit-serving-examples with a Maven pom.xml dependencies file. If using the IntelliJ IDEA IDE, open the java folder as a Maven project and run the main function of each of example class.
Here are the articles in this section:
Image To NDArray StepDL4J StepKeras StepONNX StepTensorflow StepLast updated