Skip to content

Commit

Permalink
update initial overview
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox committed Jul 15, 2019
1 parent f7fa9c7 commit 35eb69b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions doc/source/workflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,17 @@ You can use ```kubectl``` to deploy your ML service like any other Kubernetes re

## Next Steps

We have created a set of [notebook step-by-step tutorials](../examples/helm_examples.html) which you can follow to get started with Seldon core.
If you have a saved model for SKLearn, XGBoost or Tensorflow then you can use oneof our [prepackaged model servers](../servers/overview.html).

### Recommended starter tutorials
If you want to wrap your custom inference code then follow one of our stater tutorials below for the framework you are using.

### Prepacked Model Servers

* [SKLearn](../servers/sklearn.html)
* [XGBoost](../servers/xgboost.html)
* [Tensorflow](../servers/tensorflow.html)

### Recommended starter tutorials for custom inference code

* [Tensorflow Deep MNIST Tutorial](https://docs.seldon.io/projects/seldon-core/en/latest/examples/deep_mnist.html) (Try it also in [AWS](https://docs.seldon.io/projects/seldon-core/en/latest/examples/aws_eks_deep_mnist.html), [Azure](https://docs.seldon.io/projects/seldon-core/en/latest/examples/azure_aks_deep_mnist.html) and [GKE with GPU](https://github.com/SeldonIO/seldon-core/tree/master/examples/models/gpu_tensorflow_deep_mnist))
* [SKlearn SpaCy Reddit Text Classification Tutorial](https://docs.seldon.io/projects/seldon-core/en/latest/examples/sklearn_spacy_text_classifier_example.html)
Expand Down

0 comments on commit 35eb69b

Please sign in to comment.