========================== Python Seldon Core Module ========================== The Python seldon-core module provides two core pieces of functionality: 1. The Language Wrapper logic to wrap Python Models 2. A Seldon Core Python Client to send requests to deployed models You can use the following links to navigate the Python seldon-core module: .. toctree:: :maxdepth: 1 Install the Seldon Core Python module Creating your Python inference class Create image with S2I Create image with a Dockerfile Seldon Python server configuration Calling the Seldon API with the Seldon Python client Python API reference Development Tips