Skip to content

Commit

Permalink
Merge branch 'main' into clarify-explainability
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham authored Oct 4, 2022
2 parents d7c7408 + 4167f4a commit 58322c4
Show file tree
Hide file tree
Showing 65 changed files with 695 additions and 25 deletions.
6 changes: 6 additions & 0 deletions inference/cv/async/boosters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy booster based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/async/byoc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy bring your own container based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/async/huggingface/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy HuggingFace based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/async/pytorch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy PyTorch based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/async/tensorflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy Tensorflow based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/batch/boosters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy booster based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/batch/byoc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy bring your own container based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/batch/huggingface/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy HuggingFace based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/batch/pytorch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy PyTorch based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/batch/tensorflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy Tensorflow based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/realtime/boosters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy booster based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/realtime/byoc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy bring your own container based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/realtime/huggingface/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy HuggingFace based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/realtime/pytorch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy PyTorch based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/realtime/tensorflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy Tensorflow based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/serverless/boosters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy booster based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/serverless/byoc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy bring your own container based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/serverless/huggingface/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy HuggingFace based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/serverless/pytorch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy PyTorch based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/cv/serverless/tensorflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy Tensorflow based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/async/boosters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy booster based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/async/byoc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy bring your own container based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/async/huggingface/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy HuggingFace based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/async/pytorch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy PyTorch based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/async/tensorflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy Tensorflow based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/batch/boosters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy booster based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/batch/byoc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy bring your own container based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/batch/huggingface/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy HuggingFace based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/batch/pytorch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy PyTorch based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/batch/tensorflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy Tensorflow based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/realtime/boosters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy booster based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/realtime/byoc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy bring your own container based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/realtime/huggingface/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy HuggingFace based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/realtime/pytorch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy PyTorch based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/realtime/tensorflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy Tensorflow based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/serverless/boosters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy booster based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/serverless/byoc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy bring your own container based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/serverless/huggingface/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy HuggingFace based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/serverless/pytorch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy PyTorch based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/nlp/serverless/tensorflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy Tensorflow based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/async/boosters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy booster based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/async/byoc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy bring your own container based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/async/huggingface/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy HuggingFace based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/async/pytorch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy PyTorch based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/async/tensorflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy Tensorflow based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/batch/boosters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy booster based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/batch/byoc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy bring your own container based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/batch/huggingface/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy HuggingFace based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/batch/pytorch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy PyTorch based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/batch/tensorflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy Tensorflow based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/realtime/boosters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy booster based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/realtime/byoc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy bring your own container based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/realtime/huggingface/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy HuggingFace based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/realtime/pytorch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy PyTorch based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/realtime/tensorflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy Tensorflow based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/serverless/boosters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy booster based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

6 changes: 6 additions & 0 deletions inference/structured/serverless/byoc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![SageMaker](https://github.com/aws/amazon-sagemaker-examples/raw/main/_static/sagemaker-banner.png)

# Amazon SageMaker Examples for Inferencing

Example Jupyter notebooks that demonstrate how to deploy bring your own container based machine learning models using Amazon SageMaker. Examples will be for regular and Multi Model end points

Loading

0 comments on commit 58322c4

Please sign in to comment.