mirror of https://github.com/kubeflow/examples.git
Co-Authored-By: Mohona Ahmed <t-moahme@microsoft.com> Co-Authored-By: Maanav Dalal <maanavdalal@gmail.com> Co-Authored-By: sethjuarez <me@sethjuarez.com> |
||
|---|---|---|
| .. | ||
| components | ||
| example_pipelines | ||
| README.md | ||
| tutorial.md | ||
README.md
Kubeflow Pipelines - GitHub Issue Summarization
This Kubeflow Pipelines example shows how to build a web app that summarizes GitHub issues using Kubeflow Pipelines to train and serve a model. The pipeline trains a Tensor2Tensor model on GitHub issue data, learning to predict issue titles from issue bodies. It then exports the trained model and deploys the exported model using Tensorflow Serving. The final step in the pipeline launches a web app, which interacts with the TF-Serving instance in order to get model predictions.
You can follow this example as a codelab: g.co/codelabs/kubecon18.
Or, you can run it as a Cloud shell Tutorial. The source for the Cloud Shell tutorial is here.