diff --git a/README.md b/README.md index 6ef7b2d6..289b345b 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@

Lightning AI • - InstallGet started • + ExamplesFeatures

@@ -152,7 +152,16 @@ response = requests.post("http://127.0.0.1:8000/predict", json={"input": 4.0}) ``` The server expects the client to send a `POST` to the `/predict` URL with a JSON payload. -The way the payload is structured is up to the implementation of the `LitAPI` subclass. +The way the payload is structured is up to the implementation of the `LitAPI` subclass. + +# Examples +Here are more advanced examples that show different models deployed with LitServe: + +| Example | description | Run | +|---|---|---| +| [Hugging face BERT model](https://lightning.ai/lightning-ai/studios/deploy-a-hugging-face-bert-model) | Deploy BERT model for tasks like text generation or classification | Open In Studio + + # Features LitServe supports multiple advanced state-of-the-art features.