From 1a4102093f18da31d985ebe00646ac5f971a0bef Mon Sep 17 00:00:00 2001 From: Dong Daxiang <35550832+guru4elephant@users.noreply.github.com> Date: Sun, 23 Feb 2020 21:05:37 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c328b72..fe897315 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. Currently, Paddle Serving supports the deep learning models trained by [Paddle](https://github.com/PaddlePaddle/Paddle) althought it can be very easy to integrate other deep learning framework's model inference engine. +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. ## Key Features - Integrate with Paddle training pipeline seemlessly, most paddle models can be deployed **with one line command**. -- GitLab