> For the complete documentation index, see [llms.txt](https://serving.konduit.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://serving.konduit.ai/0.1.0-snapshot/examples/python.md).

# Python

- [TensorFlow (1.x)](https://serving.konduit.ai/0.1.0-snapshot/examples/python/tensorflow-model-serving.md)
- [MNIST](https://serving.konduit.ai/0.1.0-snapshot/examples/python/tensorflow-model-serving/tf-mnist.md): This notebook illustrates a simple client-server interaction to perform inference on a TensorFlow model using the Python SDK for Konduit Serving.
- [BERT](https://serving.konduit.ai/0.1.0-snapshot/examples/python/tensorflow-model-serving/tf-bert.md): This notebook illustrates a simple client-server interaction to perform inference on a TensorFlow model using the Python SDK for Konduit Serving.
- [Deeplearning4j (DL4J)](https://serving.konduit.ai/0.1.0-snapshot/examples/python/dl4j.md): This page illustrates a simple client-server interaction to perform inference on a DL4J image classification model using the Python SDK for Konduit Serving.
- [DataVec](https://serving.konduit.ai/0.1.0-snapshot/examples/python/datavec.md): Konduit Serving supports data transformations defined by the DataVec vectorization and ETL library.
- [Open Neural Network Exchange (ONNX)](https://serving.konduit.ai/0.1.0-snapshot/examples/python/onnx.md): This notebook provides an example of serving a model built in PyTorch with ONNX Runtime, a cross-platform, high performance scoring engine for machine learning models.
- [Keras (TensorFlow 2.0)](https://serving.konduit.ai/0.1.0-snapshot/examples/python/keras.md): This page illustrates a simple client-server interaction to perform inference on a Keras LSTM model using the Python SDK for Konduit Serving.
