Skip to content

Commit

Permalink
📝 inserted additional READMEs to outline context for the kserve and m…
Browse files Browse the repository at this point in the history
…odelmesh versions of the demos
  • Loading branch information
m-misiura committed Oct 23, 2024
1 parent 5fcc5a1 commit 5f79ac0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 2-BiasMonitoring/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Bias monitoring

Note the following structure of the `2-BiasMonitoring` directory:

```
.
├── README.md
├── kserve-demo
└── modelmesh-demo
```

The `kserve-demo` directory contains the resources to run the bias monitoring demo for models deployed using [KServe](https://github.com/kserve/kserve), while the `modelmesh-demo` directory contains the resources to run the data drfit demo for models deployed using [ModelMesh](https://github.com/kserve/modelmesh).

Follow the instructions in the respective directories to run the data drift demo for models deployed using either KServe or ModelMesh.
14 changes: 14 additions & 0 deletions 3-DataDrift/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Data Drift

Note the following structure of the `3-DataDrift` directory:

```
.
├── README.md
├── kserve-demo
└── modelmesh-demo
```

The `kserve-demo` directory contains the resources to run the data drift demo for a model deployed using [KServe](https://github.com/kserve/kserve), while the `modelmesh-demo` directory contains the resources to run the data drfit demo for a model deployed using [ModelMesh](https://github.com/kserve/modelmesh).

Follow the instructions in the respective directories to run the data drift demo for a model deployed using either KServe or ModelMesh.

0 comments on commit 5f79ac0

Please sign in to comment.