Skip to content

Commit 484e152

Browse files
committed
Update readme
1 parent 2e37cd1 commit 484e152

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
## Introduction
1919

20-
Model API is a set of wrapper classes for particular tasks and model architectures, simplifying data preprocess and postprocess as well as routine procedures (model loading, asynchronous execution, etc.). It is aimed at simplifying end-to-end model inference for different deployment scenarios, including local execution and serving. The Model API is based on the OpenVINO inference API.
20+
Model API is a set of wrapper classes for particular tasks and model architectures, simplifying data preprocess and postprocess as well as routine procedures (model loading, asynchronous execution, etc.). It is aimed at simplifying end-to-end model inference. The Model API is based on the OpenVINO inference API.
2121

2222
## How it works
2323

@@ -35,7 +35,6 @@ Training Extensions embed all the metadata required for inference into model fil
3535

3636
- Python API
3737
- Synchronous and asynchronous inference
38-
- Local inference and serving through the rest API
3938
- Model preprocessing embedding for faster inference
4039

4140
## Installation

0 commit comments

Comments
 (0)