examples/github_issue_summarization
dependabot[bot] 393c568713
Bump pillow from 9.0.0 to 9.0.1 in /github_issue_summarization
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-11 23:17:39 +00:00
..
Pachyderm_Example Update invitation link to Kubeflow Slack channel (#769) 2020-03-12 16:28:39 -07:00
demo [GH Issue Summarization] Upgrade to kf v0.4.0-rc.2 (#450) 2018-12-30 20:05:29 -08:00
docker Setup continuous building of Docker images for GH Issue Summarization Example (#449) 2019-01-04 17:02:24 -08:00
ks_app Update to KFP pipelines codelab code (GH summarization) (#638) 2019-09-19 08:47:00 -07:00
notebooks import of Pipelines Github issue summarization examples & tutorial (#507) 2019-04-18 17:57:54 -07:00
pipelines update kfp 'github issue summarization' example (#823) 2020-10-06 05:13:43 -07:00
sql Remove third_party folder & MIT license file 2018-02-27 13:17:42 -05:00
testing Update to KFP pipelines codelab code (GH summarization) (#638) 2019-09-19 08:47:00 -07:00
workflow Add .pylintrc (#61) 2018-03-29 08:25:02 -07:00
.gitignore Setup continuous building of Docker images for GH Issue Summarization Example (#449) 2019-01-04 17:02:24 -08:00
01_setup_a_kubeflow_cluster.md Merge branch 'master' into patch-1 2019-01-21 09:49:12 +05:30
02_distributed_training.md [GH Issue Summarization] Upgrade to kf v0.4.0-rc.2 (#450) 2018-12-30 20:05:29 -08:00
02_training_the_model.md [GH Issue Summarization] Upgrade to kf v0.4.0-rc.2 (#450) 2018-12-30 20:05:29 -08:00
02_training_the_model_tfjob.md [GH Issue Summarization] Upgrade to kf v0.4.0-rc.2 (#450) 2018-12-30 20:05:29 -08:00
03_serving_the_model.md GitHub Summarization Seldon Update (#472) 2019-01-17 16:07:34 -08:00
04_querying_the_model.md [GH Issue Summarization] Upgrade to kf v0.4.0-rc.2 (#450) 2018-12-30 20:05:29 -08:00
05_teardown.md [GH Issue Summarization] Upgrade to kf v0.4.0-rc.2 (#450) 2018-12-30 20:05:29 -08:00
Makefile Setup continuous building of Docker images for GH Issue Summarization Example (#449) 2019-01-04 17:02:24 -08:00
README.md deprecating gis e2e example until it is fixed. (#736) 2020-02-18 20:58:25 -08:00
image_build.jsonnet Setup continuous building of Docker images for GH Issue Summarization Example (#449) 2019-01-04 17:02:24 -08:00
requirements.txt Bump pillow from 9.0.0 to 9.0.1 in /github_issue_summarization 2022-03-11 23:17:39 +00:00

README.md

(Deprecated) End-to-End kubeflow tutorial using a Sequence-to-Sequence model

Note: This example does not currently work correctly, and has been deprecated. It will be updated or replaced soon.

This example demonstrates how you can use kubeflow end-to-end to train and serve a Sequence-to-Sequence model on an existing kubernetes cluster. This tutorial is based upon @hamelsmu's article "How To Create Data Products That Are Magical Using Sequence-to-Sequence Models".

Goals

There are two primary goals for this tutorial:

  • Demonstrate an End-to-End kubeflow example
  • Present an End-to-End Sequence-to-Sequence model

By the end of this tutorial, you should learn how to:

  • Setup a Kubeflow cluster on an existing Kubernetes deployment
  • Spawn a Jupyter Notebook on the cluster
  • Spawn a shared-persistent storage across the cluster to store large datasets
  • Train a Sequence-to-Sequence model using TensorFlow and GPUs on the cluster
  • Serve the model using Seldon Core
  • Query the model from a simple front-end application

Steps:

  1. Setup a Kubeflow cluster
  2. Training the model. You can train the model using any of the following methods using Jupyter Notebook or using TFJob:
  3. Serving the model
  4. Querying the model
  5. Teardown