Demos¶
OpenVINO Model Server demos have been created to showcase the usage of the model server as well as demonstrate it’s capabilities. Check out the list below to see complete step-by-step examples of using OpenVINO Model Server with real world use cases:
Python¶
Demo |
Description |
---|---|
Run prediction on a JPEG image using age gender recognition model via gRPC API. |
|
Run prediction on camera stream using a horizontal text detection model via gRPC API. This demo uses pipeline with horizontal_ocr custom node and demultiplexer . |
|
Run prediction on a JPEG image using a pipeline of text recognition and text detection models with a custom node for intermediate results processing via gRPC API. This demo uses pipeline with east_ocr custom node and demultiplexer . |
|
Run prediction on a JPEG image using face detection model via gRPC API. |
|
Run prediction on a JPEG image using a simple pipeline of age-gender recognition and emotion recogition models via gRPC API to analyze image with a single face. This demo uses pipeline |
|
Run prediction on a JPEG image using a pipeline of age-gender recognition and emotion recogition models via gRPC API to extract multiple faces from the image and analyze all of them. This demo uses pipeline with model_zoo_intel_object_detection custom node and demultiplexer |
|
Combine multiple image classification models into one pipeline and aggregate results to improve classification accuracy. |
|
Run prediction on a JPEG image using image classification model via gRPC API. |
|
Run prediction on a JPEG image using image classification ONNX model via gRPC API in two preprocessing variants. This demo uses pipeline with image_transformation custom node . |
|
Run image classification using directly imported TensorFlow model. |
|
Run prediction on a video file or camera stream using person, vehicle, bike detection model via gRPC API. |
|
Detect vehicles and recognize their attributes using a pipeline of vehicle detection and vehicle attributes recognition models with a custom node for intermediate results processing via gRPC API. This demo uses pipeline with model_zoo_intel_object_detection custom node . |
|
Analyze RTSP video stream in real time with generic application template for custom pre and post processing routines as well as simple results visualizer for displaying predictions in the browser. |
|
Provide a knowledge source and a query and use BERT model for question answering use case via gRPC API. This demo uses dynamic shape feature. |
|
Write start of the sentence and let GPT-J continue via gRPC API. This demo uses dynamic shape feature. |
|
Run inference on a speech sample and use Kaldi model to perform speech recognition via gRPC API. This demo uses stateful model . |
|
Generate traffic and measure performance of the model served in OpenVINO Model Server. |
|
Detect faces and blur image using a pipeline of object detection models with a custom node for intermediate results processing via gRPC API. This demo uses pipeline with face_blur custom node . |
C++¶
Demo |
Description |
---|---|
How to use C API from the OpenVINO Model Server to create C and C++ application. |
|
Run prediction on a JPEG image using image classification model via gRPC API. |
|
Generate traffic and measure performance of the model served in OpenVINO Model Server. |
Go¶
Demo |
Description |
---|---|
Run prediction on a JPEG image using image classification model via gRPC API. |