From c4c37156edaa1d6d0b57ded58e082d7af28dbfb1 Mon Sep 17 00:00:00 2001 From: Dong Daxiang <35550832+guru4elephant@users.noreply.github.com> Date: Sun, 23 Feb 2020 21:07:30 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe897315..962a8371 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [中文](./doc/README_CN.md) ## Motivation -Paddle Serving helps deep learning developers deploy an online inference service without much effort. **The goal of this project**: once you have trained a deep neural nets with Paddle, you already have a model inference service. +Paddle Serving helps deep learning developers deploy an online inference service without much effort. **The goal of this project**: once you have trained a deep neural nets with [Paddle](https://github.com/PaddlePaddle/Paddle), you already have a model inference service. ## Key Features - Integrate with Paddle training pipeline seemlessly, most paddle models can be deployed **with one line command**. @@ -16,6 +16,7 @@ Paddle Serving helps deep learning developers deploy an online inference service - **Distributed Key-Value indexing** supported that is especially useful for large scale sparse features as model inputs. - **Highly concurrent and efficient communication** between clients and servers. - **Multiple programming languages** supported on client side, such as Golang, C++ and python +- **Extensible framework design** that can support model serving beyond Paddle. ## Installation -- GitLab