Skip to content

Commit dd65d06

Browse files
committed
clean up and update README
1 parent 28a6ccb commit dd65d06

File tree

4 files changed

+4
-85
lines changed

4 files changed

+4
-85
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,20 @@ pip install nbox
1111
nbx why
1212
```
1313

14+
## 🍇 How to use
15+
16+
- [**End to End**] [The stable-diffusion AI startup](./dreambooth-stable-diff/): [**GPU**] Train a Stable Diffusion model and serve it.
17+
1418
## 🌳 Projects
1519

1620
The projects here are used to demonstrate how to run different kinds of workloads and not the content of the operation.
1721

1822
- [**Jobs**] [Sklearn Tests](./sklearn_tests/): Train a simple kmeans model and store the resulting chart in a Relic.
1923
- [**Jobs + LMAO**] [lmao](./lmao/): Use NBX-Monitoring projects to track, train and store your model giving a full end to end MLOps pipeline.
2024
- [**Serving**] [Pose Model](./posemodel/): Deploy a `mediapipe` pose detection model on a kubernetes cluster (w/o YAML 😛)
21-
- [**Jobs**] [Dreambooth Trainer](./dreambooth/): [**GPU**] Train a Stable Diffusion model on a small dataset.
2225
- [**Serving**] [FastAPI](./fastapi_serving/): Deploy a FastAPI server on a NBX-Serving
2326
- [**Jobs**] [DeepSpeed](./deepspeed): [**GPU**] Train a MobileViT using [DeepSpeed](https://www.deepspeed.ai/)
2427

25-
## 🚧 In Progress
26-
27-
- [**Serving**] [Stable Diffusion](./stable_diff/): Deploy a Stable Diffusion model
28-
2928
## Deprecated Examples
3029

3130
These examples will be migrated to the new format for deploying batch processes (serverless) and API endpoints.

stable_diff/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

stable_diff/model.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

stable_diff/requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)