Metadata-Version: 2.1
Name: mlserver-mllib
Version: 0.6.0.dev3
Summary: Spark MLlib runtime for MLServer
Home-page: https://github.com/SeldonIO/MLServer.git
Author: Seldon Technologies Ltd.
Author-email: hello@seldon.io
License: Apache 2.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Spark MLlib runtime for MLServer

This package provides a MLServer runtime compatible with Spark MLlib.

## Usage

You can install the runtime, alongside `mlserver`, as:

```bash
pip install mlserver mlserver-mllib
```

For further information on how to use MLServer with Spark MLlib, you can check
out the [github.com/SeldonIO/MLServer
repository](https://github.com/SeldonIO/MLServer).


