Pipeline Steps

Konduit-Serving works by defining a series of steps. These include operation such as:

  1. Pre-processing steps

  2. Running one or more ML/DL models

  3. Post-processing steps, transforming the output in a way that humans can understand

circle-info

A reference Java project is provided in the Example repository from https://github.com/KonduitAI/konduit-serving-examplesarrow-up-right 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 Stepchevron-rightDL4J Stepchevron-rightKeras Stepchevron-rightONNX Stepchevron-rightTensorflow Stepchevron-right

Last updated

Was this helpful?