Skip to content

Commit

Permalink
Add links to go wrapper example
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox committed Jan 6, 2019
1 parent 7b06d73 commit 64fd860
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/wrappers/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ Java based models including, [H2O](https://www.h2o.ai/), [Deep Learning 4J](http
## NodeJS

- [Javascript models wrapped using source-to-image](nodejs.md)


## Go (Alpha)

- [Example Go integration](../../examples/wrappers/go/README.md)

4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Seldon-core allows various types of components to be built and plugged into the
* [ResNet ONNX Classifier using Intel nGraph](./examples/models/onnx_resnet50/onnx_resnet50.ipynb)
* PMML
* [PySpark MNIST Classifier](https://github.com/SeldonIO/JPMML-utils/blob/master/examples/pyspark_pmml/mnist.ipynb)
* MlFlow
* MlFlow : Train with [MLFlow](https://mlflow.org/) and deploy with Seldon Core
* [MlFlow sklearn classififer](./examples/models/mlflow_model/mlflow.ipynb)

* **Routers**
Expand Down Expand Up @@ -116,7 +116,7 @@ Follow the [install guide](docs/install.md) for details on ways to install seldo
![API](./docs/deploy.png)

1. [Wrap your runtime prediction model](./docs/wrappers/readme.md).
* We provide easy to use wrappers for [python](./docs/wrappers/python.md), [R](./docs/wrappers/r.md), [Java](./docs/wrappers/java.md) and [NodeJS](./docs/wrappers/nodejs.md).
* We provide easy to use wrappers for [python](./docs/wrappers/python.md), [R](./docs/wrappers/r.md), [Java](./docs/wrappers/java.md), [NodeJS](./docs/wrappers/nodejs.md) and [Go](./examples/wrappers/go/README.md).
* We have [tools to test your wrapped components](./docs/api-testing.md).
1. [Define your runtime inference graph in a seldon deployment custom resource](./docs/inference-graph.md).
1. [Deploy the graph](./docs/deploying.md).
Expand Down

0 comments on commit 64fd860

Please sign in to comment.