From 32c8e36ee30f850e13b8d8b868bd45b330be4648 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 20 Apr 2024 10:54:15 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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.