From 5f8d05e34236ae102805f33fbe1a000853127f21 Mon Sep 17 00:00:00 2001 From: Sebastian Golebiewski Date: Wed, 14 Dec 2022 12:12:28 +0100 Subject: [PATCH] DOCS: New Homepage- 22.3 (#14581) * new homepage concept * new diagram --- docs/_static/css/homepage_style.css | 25 ++ docs/_static/images/openvino_chart.png | 3 + docs/_static/images/openvino_diagram.svg | 365 +++++++++++++++++++++++ docs/home.rst | 148 ++++----- 4 files changed, 467 insertions(+), 74 deletions(-) create mode 100644 docs/_static/images/openvino_chart.png create mode 100644 docs/_static/images/openvino_diagram.svg diff --git a/docs/_static/css/homepage_style.css b/docs/_static/css/homepage_style.css index c2fc733c4e5..d5679ad8418 100644 --- a/docs/_static/css/homepage_style.css +++ b/docs/_static/css/homepage_style.css @@ -8,7 +8,32 @@ img { cursor: default; } +/* === OPENVINO INTRO ================================================= */ +.openvino-intro-text { + + font-size: 1.3em; +} +/* === OPENVINO CHART ================================================= */ + +.openvino-chart { + width: 100%; + margin: 0px auto; +} + +/* === PANELS ================================================= */ + +.homepage-panels { + background: #0068B5; + border: none!important; + border-radius: 0!important; +} +.homepage-panels p.card-text { + color:white; +} +.homepage-panels p:first-of-type { + border-bottom: 1px solid white; +} /* === SEPARATOR HEADERS ================================================= */ .HP_separator-header { diff --git a/docs/_static/images/openvino_chart.png b/docs/_static/images/openvino_chart.png new file mode 100644 index 00000000000..721a7812604 --- /dev/null +++ b/docs/_static/images/openvino_chart.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f793cd6cdacdc7a1491ed7be8b9667668d9058baebcbd4e16eca1af7dda61d30 +size 517122 diff --git a/docs/_static/images/openvino_diagram.svg b/docs/_static/images/openvino_diagram.svg new file mode 100644 index 00000000000..ca2014f6a7d --- /dev/null +++ b/docs/_static/images/openvino_diagram.svg @@ -0,0 +1,365 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/home.rst b/docs/home.rst index f5e358ad7a5..09e9aceab0f 100644 --- a/docs/home.rst +++ b/docs/home.rst @@ -6,39 +6,28 @@ .. meta:: :google-site-verification: _YqumYQ98cmXUTwtzM_0WIIadtDc6r_TMYGbmGgNvrk -OpenVINO™ Documentation -======================= +.. rst-class:: openvino-intro-text + + OpenVINO is an open-source toolkit for optimizing and deploying deep learning models. It provides boosted deep learning performance for vision, audio, and language models from popular frameworks like TensorFlow, PyTorch, and more. `Get started with OpenVINO. `__ + +.. rst-class:: openvino-chart + + .. image:: _static/images/openvino_diagram.svg + + +Overview +~~~~~~~~ + +OpenVINO enables you to optimize a deep learning model from almost any framework and deploy it with best-in-class performance on a range of Intel processors and other hardware platforms. + +A typical workflow with OpenVINO is shown below. .. raw:: html - - -
- - -
- -

- OpenVINO™ is an open-source toolkit for optimizing and deploying AI inference. -

    -
  • Boost deep learning performance in computer vision, automatic speech recognition, natural language processing and other common tasks
  • -
  • Use models trained with popular frameworks like TensorFlow, PyTorch and more
  • -
  • Reduce resource demands and efficiently deploy on a range of Intel® platforms from edge to cloud
  • -
-

- - OpenVINO allows to process models built with Caffe, Keras, mxnet, TensorFlow, ONNX, and PyTorch. They can be easily optimized and deployed on devices running Windows, Linux, or MacOS. -
-

Check the full range of supported hardware in the - Supported Devices page and see how it stacks up in our - Performance Benchmarks page.
- Supports deployment on Windows, Linux, and macOS. -

-
-

OpenVINO Workflow

-
+ +
@@ -66,54 +55,65 @@ OpenVINO™ Documentation
-
-
-

Want to know more?

-
-
- - -
-
+High-Performance Deep Learning +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +OpenVINO Runtime automatically optimizes deep learning pipelines using aggressive graph fusion, memory reuse, load balancing, and inferencing parallelism across CPU, GPU, VPU, and more. +You can integrate and offload to accelerators additional operations for pre- and post-processing to reduce end-to-end latency and improve throughput. + +Model Quantization and Compression +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Boost your model’s speed even further with quantization and other state-of-the-art compression techniques available in OpenVINO’s Post-Training Optimization Tool and Neural Network Compression Framework. These techniques also reduce your model size and memory requirements, allowing it to be deployed on resource-constrained edge hardware. + +.. panels:: + :card: homepage-panels + + **Local Inferencing & Model Serving** + + You can either link directly with OpenVINO Runtime to run inference locally or use OpenVINO Model Serving to serve model inference from separate server or within Kubernetes environment + + --- + + **Improved Application Portability** + + Write an application once, deploy it anywhere, achieving maximum performance from hardware. Automatic device discovery allows for superior deployment flexibility. OpenVINO Runtime supports Linux, Windows and MacOS and provides Python, C++ and C API. Use your preferred language and OS. + + --- + + **Minimal External Dependencies** + + Designed with minimal external dependencies reduces the application footprint, simplifying installation and dependency management. Popular package managers enable application dependencies to be easily installed and upgraded. Custom compilation for your specific model(s) further reduces final binary size. + + --- + + **Enhanced App Start-Up Time** + + In applications where fast start-up is required, OpenVINO significantly reduces first-inference latency by using the CPU for initial inference and then switching to GPU or VPU once the model has been compiled and loaded to memory. Compiled models are cached to further improving start-up time. +Supported Devices +~~~~~~~~~~~~~~~~~ + +OpenVINO is supported on a wide range of hardware platforms. Visit the `Supported Devices `__ page for a full list of OpenVINO-compatible platforms. + +* All Intel Xeon, Core, and Atom CPUs, with boosted performance on 11th generation Core CPUs and 3rd generation Xeon CPUs or newer +* Intel integrated GPUs including Intel UHD Graphics and Intel Iris Xe +* Intel discrete GPUs including Iris Xe MAX and Arc +* Intel accelerators such as VPUs and GNAs +* Arm CPU, including Apple ARM based SoCs + +Check the `Performance Benchmarks `__ page to see how fast OpenVINO runs popular models on a variety of processors. OpenVINO supports deployment on Windows, Linux, and macOS. + +Install OpenVINO +~~~~~~~~~~~~~~~~ + +`Go to installation to set up OpenVINO on your device. `__ + +Get Started +~~~~~~~~~~~ + +`Visit the Get Started Guide to learn the basics of OpenVINO and explore its features with quick start examples. `__ .. toctree::