-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] separate OV integrations section
- Loading branch information
1 parent
90b5dc7
commit b2e8f98
Showing
13 changed files
with
362 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
OpenVINO Ecosystem | ||
================== | ||
|
||
.. meta:: | ||
:description: Explore the OpenVINO™ ecosystem of tools and resources for developing deep | ||
learning solutions. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:hidden: | ||
|
||
OpenVINO Integrations <openvino-ecosystem/openvino-integrations> | ||
The OpenVINO Project <openvino-ecosystem/openvino-project> | ||
OpenVINO-based AI projects <openvino-based-ai-projects> | ||
|
||
|
||
OpenVINO™, as a toolkit should, involves multiple components and integrations that may be used | ||
in various areas of your Deep Learning pipelines. This section will give you an overview of a | ||
whole ecosystem of resources either developed under the OpenVINO umbrella, integrating it with | ||
external solutions, or utilizing its potential. | ||
|
||
| :doc:`OpenVINO Integrations <./openvino-ecosystem/openvino-integrations>` | ||
| See what other tools OpenVINO is easily integrated with and how you can benefit from its | ||
performance, without rewriting your software. | ||
| :doc:`The OpenVINO project <./openvino-ecosystem/openvino-project>` | ||
| Check out the most noteworthy components of the OpenVINO project. | ||
| :doc:`OpenVINO adoptions <./openvino-ecosystem/openvino-adoptions>` | ||
| Here, you will find information about a selection of software projects utilizing OpenVINO. |
63 changes: 63 additions & 0 deletions
63
docs/articles_en/openvino-ecosystem/openvino-adoptions.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
OpenVINO-based AI projects | ||
========================== | ||
|
||
OpenVINO has been adopted by multiple AI projects in various areas. For an extensive list of | ||
community-based projects involving OpenVINO, see the | ||
`Awesome OpenVINO repository <https://github.com/openvinotoolkit/awesome-openvino>`__. | ||
|
||
Here is a small selection of adoptions, including proprietary and commercial tools: | ||
|
||
|
||
|
||
|
||
| **DaVinCI Resolve** | ||
| :bdg-link-info:`Official Website <https://www.blackmagicdesign.com/products/davinciresolve>` | ||
DaVinci resolve is a professional video editing suite by Blackmagicdesign. It uses OpenVINO to | ||
run some of its industry-leading AI features. | ||
|hr| | ||
|
||
| **OpenVINO AI Plugins for GIMP** | ||
| :bdg-link-dark:`Official Repository <https://github.com/intel/openvino-ai-plugins-gimp>` | ||
Gimp is an image editor that has promoted open source values for over two decades. Now, you can | ||
use generative AI directly in the application, thanks to the OpenVINO plugin, just like in the | ||
leading graphics suites. | ||
|hr| | ||
|
||
| **OpenVINO AI Plugins for Audacity** | ||
| :bdg-link-info:`Official Website <https://www.audacityteam.org/download/openvino/>` | ||
:bdg-link-dark:`Official Repository <https://github.com/intel/openvino-plugins-ai-audacity>` | ||
Audacity is a hugely popular audio editing and recording application. Now, it offers AI-based | ||
plugins running on OpenVINO, providing new effects, generators, and analyzers. | ||
|hr| | ||
|
||
|
||
| **VisionGuard** | ||
| :bdg-link-dark:`Official Repository <https://github.com/inbasperu/VisionGuard>` | ||
A desktop tool developed within Google Summer of Code. Its aim is to help computer users battle | ||
eye strain, utilizing gaze estimation. | ||
|hr| | ||
|
||
| **OpenVINO Code** | ||
| :bdg-link-dark:`Official Repository <https://github.com/openvinotoolkit/openvino_contrib/tree/master/modules/openvino_code>` | ||
A coding assistant. A community-developed extension for Visual Studio Code, aiming to help | ||
programmers by providing code completion and suggestions. | ||
|hr| | ||
|
||
| **NVIDIA GPU Plugin** | ||
| :bdg-link-dark:`Official Repository <https://github.com/openvinotoolkit/openvino_contrib/tree/master/modules/nvidia_plugin>` | ||
A device plugin for OpenVINO. A community-developed extension, enabling inference using | ||
NVIDIA GPUs. | ||
|hr| | ||
|
||
|
||
|
||
|
||
.. |hr| raw:: html | ||
|
||
<hr style="margin-top:-12px!important;border-top:1px solid #383838;"> |
Oops, something went wrong.