Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] separate OV integrations section #26759

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions docs/articles_en/about-openvino.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,36 +29,36 @@ deep learning models. Yet its feature set is much wider, offering various optimi

To learn about the main properties of OpenVINO, see the :doc:`Key Features <about-openvino/key-features>`.


Architecture
##############################################################

To learn more about how OpenVINO works, read the Developer documentation on its `architecture <https://github.com/openvinotoolkit/openvino/blob/master/src/docs/architecture.md>`__ and `core components <https://github.com/openvinotoolkit/openvino/blob/master/src/README.md>`__.

OpenVINO Ecosystem
##############################################################
To learn more about how OpenVINO works, read the Developer documentation on its
`architecture <https://github.com/openvinotoolkit/openvino/blob/master/src/docs/architecture.md>`__
and
`core components <https://github.com/openvinotoolkit/openvino/blob/master/src/README.md>`__.

Along with the primary components of model optimization and runtime, the toolkit also includes:

* `Neural Network Compression Framework (NNCF) <https://github.com/openvinotoolkit/nncf>`__ - a tool for enhanced OpenVINO™ inference to get performance boost with minimal accuracy drop.
* :doc:`Openvino Notebooks <learn-openvino/interactive-tutorials-python>`- Jupyter Python notebook, which demonstrate key features of the toolkit.
* `OpenVINO Model Server <https://github.com/openvinotoolkit/model_server>`__ - a server that enables scalability via a serving microservice.
* :doc:`OpenVINO Training Extensions <documentation/openvino-ecosystem/openvino-training-extensions>` – a convenient environment to train Deep Learning models and convert them using the OpenVINO™ toolkit for optimized inference.
* :doc:`Dataset Management Framework (Datumaro) <documentation/openvino-ecosystem/datumaro>` - a tool to build, transform, and analyze datasets.

Community
##############################################################

OpenVINO community plays a vital role in the growth and development of the open-sourced toolkit. Users can contribute to OpenVINO and get support using the following channels:
OpenVINO community plays a vital role in the growth and development of the open-sourced toolkit.
Users can contribute to OpenVINO and get support using the following channels:

* `OpenVINO GitHub issues, discussions and pull requests <https://github.com/openvinotoolkit/openvino>`__
* `OpenVINO Blog <https://blog.openvino.ai/>`__
* `Community Forum <https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/bd-p/distribution-openvino-toolkit>`__
* `OpenVINO video <https://www.youtube.com/watch?v=_Jnjt21ZDS8&list=PLg-UKERBljNxdIQir1wrirZJ50yTp4eHv>`__
* `Support Information <https://www.intel.com/content/www/us/en/support/products/96066/software/development-software/openvino-toolkit.html>`__


Case Studies
##############################################################

OpenVINO has been employed in various case studies across a wide range of industries and applications, including healthcare, retail, safety and security, transportation, and more. Read about how OpenVINO enhances efficiency, accuracy, and safety in different sectors on the `success stories page <https://www.intel.com/content/www/us/en/internet-of-things/ai-in-production/success-stories.html>`__.
OpenVINO has been employed in various case studies across a wide range of industries and
applications, including healthcare, retail, safety and security, transportation, and more.
Read about how OpenVINO enhances efficiency, accuracy, and safety in different sectors on the
`success stories page <https://www.intel.com/content/www/us/en/internet-of-things/ai-in-production/success-stories.html>`__.


Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Feature Support and API Coverage
:doc:`Multi-stream execution <../../openvino-workflow/running-inference/optimize-inference/optimizing-throughput>` Yes Yes No
:doc:`Model caching <../../openvino-workflow/running-inference/optimize-inference/optimizing-latency/model-caching-overview>` Yes Partial Yes
:doc:`Dynamic shapes <../../openvino-workflow/running-inference/dynamic-shapes>` Yes Partial No
:doc:`Import/Export <../../documentation/openvino-ecosystem>` Yes Yes Yes
:doc:`Preprocessing acceleration <../../openvino-workflow/running-inference/optimize-inference/optimize-preprocessing>` Yes Yes No
:doc:`Stateful models <../../openvino-workflow/running-inference/stateful-models>` Yes Yes Yes
:doc:`Extensibility <../../documentation/openvino-extensibility>` Yes Yes No
Expand Down
4 changes: 2 additions & 2 deletions docs/articles_en/assets/images/deploy_encrypted_model.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 14 additions & 7 deletions docs/articles_en/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,29 @@ Documentation
API Reference <api/api_reference>
OpenVINO IR format and Operation Sets <documentation/openvino-ir-format>
Legacy Features <documentation/legacy-features>
Tool Ecosystem <documentation/openvino-ecosystem>
OpenVINO Extensibility <documentation/openvino-extensibility>
OpenVINO™ Security <documentation/openvino-security>


This section provides reference documents that guide you through the OpenVINO toolkit workflow, from preparing models, optimizing them, to deploying them in your own deep learning applications.
This section provides reference documents for the OpenVINO toolkit, such as API and Operation
listing.

| :doc:`API Reference doc path <api/api_reference>`
| A collection of reference articles for OpenVINO C++, C, and Python APIs.
| A collection of reference articles for OpenVINO C++, C, Node.js, and Python APIs, as well as
the Python API for OpenVINO GenAI.

| :doc:`OpenVINO Ecosystem <documentation/openvino-ecosystem>`
| Apart from the core components, OpenVINO offers tools, plugins, and expansions revolving around it, even if not constituting necessary parts of its workflow. This section gives you an overview of what makes up the OpenVINO toolkit.
| :doc:`OpenVINO IR format <documentation/openvino-ir-format>`
| A section describing the OpenVINO IR model format and its opsets.

| :doc:`Legacy Features <documentation/legacy-features>`
| The information on all OpenVINO components that have recently been deprecated or discontinued.

| :doc:`OpenVINO Extensibility Mechanism <documentation/openvino-extensibility>`
| The Intel® Distribution of OpenVINO™ toolkit supports neural network models trained with various frameworks, including TensorFlow, PyTorch, ONNX, TensorFlow Lite, and PaddlePaddle. Learn how to extend OpenVINO functionality with custom settings.
| The Intel® Distribution of OpenVINO™ toolkit supports neural network models trained with
various frameworks, including TensorFlow, PyTorch, ONNX, TensorFlow Lite, and PaddlePaddle.
Learn how to extend OpenVINO functionality with custom settings.

| :doc:`OpenVINO™ Security <documentation/openvino-security>`
| Learn how to use OpenVINO securely and protect your data to meet specific security and privacy requirements.
| Learn how to use OpenVINO securely and protect your data to meet specific security and privacy
requirements.

4 changes: 2 additions & 2 deletions docs/articles_en/documentation/openvino-security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ with encryption or other security tools.
Actual security and privacy requirements depend on your unique deployment scenario.
This section provides general guidance on using OpenVINO tools and libraries securely.
The main security measure for OpenVINO is its
:doc:`Security Add-on <openvino-ecosystem/openvino-security-add-on>`. You can find its description
in the Ecosystem section.
:doc:`Security Add-on <../openvino-ecosystem/openvino-project/openvino-security-add-on>`.
You can find its description in the Ecosystem section.

.. _encrypted-models:

Expand Down
20 changes: 20 additions & 0 deletions docs/articles_en/openvino-ecosystem.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
OpenVINO Ecosystem
==================

.. meta::
:description: Explore the OpenVINO™ ecosystem of tools and resources for developing deep
learning solutions.


.. toctree::
:maxdepth: 1
:hidden:

OpenVINO Integrations <openvino-integrations>
The OpenVINO Project <documentation/openvino-project>


OpenVINO™ is a big project, offering more than just the core runtime. This section will give
you an overview of a whole ecosystem of tools and solutions under the OpenVINO umbrella.

The
11 changes: 11 additions & 0 deletions docs/articles_en/openvino-ecosystem/openvino-integrations.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
OpenVINO™ Integrations
==============================


.. meta::
:description: Check a list of integrations between OpenVINO and other Deep Learning solutions.




Tu wrzucamy listę integracji
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
OpenVINO™ Ecosystem Overview
OpenVINO™ Project Overview
==============================


.. meta::
:description: OpenVINO™ ecosystem offers various resources for developing deep learning
solutions.
:description: Check an overview of the most interesting components included in the
OpenVINO™ project.


.. toctree::
:maxdepth: 1
:hidden:

openvino-ecosystem/openvino-training-extensions
openvino-ecosystem/datumaro
openvino-ecosystem/openvino-security-add-on
openvino-project/openvino-training-extensions
openvino-project/datumaro
openvino-project/openvino-security-add-on



OpenVINO™ is a big project, offering more than just the core runtime. This page will give
you an overview of a whole ecosystem of tools and solutions under the OpenVINO umbrella.
The OpenVINO™ project is not just one tool. This page will give you an overview of the most
interesting components and sub-projects, providing a comprehensive workflow for deep learning
solution development. Learn more about each of them to reach the full potential of the
OpenVINO™ toolkit.


| **GenAI**
Expand Down Expand Up @@ -67,7 +68,7 @@ without the need to convert.

| **OpenVINO Training Extensions**
| :bdg-link-dark:`Github <https://github.com/openvinotoolkit/training_extensions>`
:bdg-link-success:`Overview Page <https://docs.openvino.ai/2024/documentation/openvino-ecosystem/openvino-training-extensions.html>`
:bdg-link-success:`Overview Page <https://docs.openvino.ai/2024/documentation/openvino-ecosystem/openvino-project/openvino-training-extensions.html>`

A convenient environment to train Deep Learning models and convert them using the OpenVINO™
toolkit for optimized inference.
Expand All @@ -76,7 +77,7 @@ toolkit for optimized inference.

| **OpenVINO Security Addon**
| :bdg-link-dark:`Github <https://github.com/openvinotoolkit/security_addon>`
:bdg-link-success:`User Guide <https://docs.openvino.ai/2024/documentation/openvino-ecosystem/openvino-security-add-on.html>`
:bdg-link-success:`User Guide <https://docs.openvino.ai/2024/documentation/openvino-ecosystem/openvino-project/openvino-security-add-on.html>`

A solution for Model Developers and Independent Software Vendors to use secure packaging and
secure model execution.
Expand All @@ -85,7 +86,7 @@ secure model execution.

| **Datumaro**
| :bdg-link-dark:`Github <https://github.com/openvinotoolkit/datumaro>`
:bdg-link-success:`Overview Page <https://docs.openvino.ai/2024/documentation/openvino-ecosystem/datumaro.html>`
:bdg-link-success:`Overview Page <https://docs.openvino.ai/2024/documentation/openvino-ecosystem/openvino-project/datumaro.html>`

A framework and a CLI tool for building, transforming, and analyzing datasets.
|hr|
Expand Down Expand Up @@ -134,3 +135,7 @@ A detailed listing of OpenVINO-based AI projects is available in the
.. |hr| raw:: html

<hr style="margin-top:-12px!important;border-top:1px solid #383838;">




1 change: 1 addition & 0 deletions docs/sphinx_setup/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,5 @@ Key Features
LEARN OPENVINO <learn-openvino>
OPENVINO WORKFLOW <openvino-workflow>
DOCUMENTATION <documentation>
OPENVINO ECOSYSTEM <openvino-ecosystem>
ABOUT OPENVINO <about-openvino>
Loading