From 8273273899310a39fc95e803bd1ad70b444aca4d Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 10 Apr 2024 20:46:08 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25adda07..7f0b514a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,9 @@ pip install -e '.[all]' # Get started -LitServe consists of 2 very simple, minimal but powerful APIs - the LitAPI and the LitServer. +LitServe is an inference server for AI/ML models that is minimal and highly scalable. + +It has 2 simple, minimal APIs - LitAPI and LitServer. ## Implement a server Here's a hello world example: