# Examples

- [Java](/examples/java.md): Example of Konduit-Serving with Java SDK
- [Server](/examples/java/server.md): Simple example to deploy a server with Konduit-Serving
- [Pipeline Steps](/examples/java/server/pipeline-steps.md)
- [Image To NDArray Step](/examples/java/server/pipeline-steps/image-to-ndarray-step.md): As pre-processing step
- [Python Step](/examples/java/server/pipeline-steps/python-step.md)
- [DL4J Step](/examples/java/server/pipeline-steps/dl4j-step.md): Example of applying DL4J Step
- [Keras Step](/examples/java/server/pipeline-steps/keras-step.md): Example of applying Keras Step
- [ONNX Step](/examples/java/server/pipeline-steps/onnx-step.md): Example of applying ONNX Step
- [Tensorflow Step](/examples/java/server/pipeline-steps/tensorflow-step.md): Example of applying Tensorflow Step
- [Sequence Pipeline](/examples/java/server/sequence-pipeline.md): Example of sequence pipeline
- [Graph Pipeline](/examples/java/server/graph-pipeline.md)
- [Client](/examples/java/client.md)
- [Running Predictions](/examples/java/client/running-predictions.md)
- [Inspecting a Server](/examples/java/client/inspecting-a-server.md)
- [Python](/examples/python.md)
- [Server](/examples/python/server.md)
- [Pipeline Steps](/examples/python/server/pipeline-steps.md)
- [Image To NDArray Step](/examples/python/server/pipeline-steps/image-to-ndarray-step.md)
- [Python Step](/examples/python/server/pipeline-steps/python-step.md)
- [DL4J Step](/examples/python/server/pipeline-steps/dl4j-step.md)
- [Sequence Pipeline](/examples/python/server/sequence-pipeline.md)
- [Graph Pipeline](/examples/python/server/graph-pipeline.md)
- [Client](/examples/python/client.md)
- [Running Predictions](/examples/python/client/running-predictions.md)
- [Inspecting a Server](/examples/python/client/inspecting-a-server.md)
- [IPython Notebook](/examples/ipython-notebook.md)
- [Basic](/examples/ipython-notebook/server.md): Simple example to demonstrate Konduit-Serving
- [ONNX](/examples/ipython-notebook/onnx.md): Running classifier through CUSTOM endpoints
- [Pytorch (IRIS)](/examples/ipython-notebook/onnx/onnx-pytorch-iris.md): Running and IRIS dataset classifier through CUSTOM endpoints
- [Pytorch (MNIST)](/examples/ipython-notebook/onnx/onnx-pytorch-mnist.md): Running and MNIST dataset classifier through CUSTOM image endpoints
- [Keras](/examples/ipython-notebook/keras.md): Example of Keras framework with CUSTOM endpoints
- [Tensorflow](/examples/ipython-notebook/tensorflow.md): Example of Tensorflow framework with CUSTOM endpoints
- [DL4J](/examples/ipython-notebook/dl4j.md): Example of DL4J framework with CUSTOM endpoints
- [CLI](/examples/cli.md)
- [Use-Cases](/examples/cli/use-cases.md)
- [Creating a Sequence Pipeline](/examples/cli/use-cases/creating-a-sequence-pipeline.md): To create boilerplate configurations
- [Creating a Graph Pipeline](/examples/cli/use-cases/creating-a-graph-pipeline.md)
- [Create Server URL with Inspection Queries](/examples/cli/use-cases/create-server-url-with-inspection-queries.md)
- [Adding Extra Classpaths](/examples/cli/use-cases/adding-extra-classpaths.md)
- [Multiple Instances of a Server](/examples/cli/use-cases/multiple-instances-of-a-server.md)
- [Commands](/examples/cli/commands.md)
- [Serve Command](/examples/cli/commands/serve-command.md): Examples of CLI with serve command
- [Logs Command](/examples/cli/commands/logs-command.md): Examples of CLI with logs command
- [Inspect Command](/examples/cli/commands/inspect-command.md): Examples of CLI with inspect command
- [Profile Command](/examples/cli/commands/profile-command.md)
