Files
openvino/docs/get_started.md
Ilya Lavrenov ffd63f9758 Replaced IE with OV runtime: docs (#10642)
* Updated glossary

* Removed references to OpenVX

* Moved migration_ov_2_0 to OpenVINO User guide

* Replaced IE with OV runtime
2022-02-25 00:44:48 +03:00

4.8 KiB

Get Started

@sphinxdirective

.. toctree:: :maxdepth: 1 :hidden: :caption: Install OpenVINO

Overview <openvino_docs_install_guides_overview> Install OpenVINO Runtime <openvino_docs_install_guides_install_runtime> Install OpenVINO Development Tools <openvino_docs_install_guides_install_dev_tools> Build from Source https://github.com/openvinotoolkit/openvino/wiki/BuildingCode Create a Yocto Image <openvino_docs_install_guides_installing_openvino_yocto> Uninstalling <openvino_docs_install_guides_uninstalling_openvino>

.. toctree:: :maxdepth: 1 :hidden: :caption: Additional Configurations

Configurations for GPU <openvino_docs_install_guides_configurations_for_intel_gpu> Configurations for NCS2 <openvino_docs_install_guides_configurations_for_ncs2> Configurations for VPU <openvino_docs_install_guides_installing_openvino_ivad_vpu>

.. toctree:: :maxdepth: 1 :hidden: :caption: Troubleshooting

Troubleshooting Guide <openvino_docs_get_started_guide_troubleshooting>

.. toctree:: :maxdepth: 1 :hidden: :caption: Get Started Guides

Get Started with Step-by-step Demo <openvino_docs_get_started_get_started_demos> Get Started with Tutorials

.. toctree:: :maxdepth: 1 :hidden: :caption: OpenVINO Code Samples

openvino_docs_IE_DG_Samples_Overview

@endsphinxdirective

@sphinxdirective .. raw:: html

To get started with OpenVINO, the first thing to do is to actually install it. You can get an overview of what installation options we provide and start from there.

If you already have enough information, you can also choose the installation type that best suits your needs from one of the options below:
Install
OpenVINO Runtime
Install OpenVINO
Development Tools
Build
from source

If you are using Intel® Processor Graphics, Intel® Vision Accelerator Design with Intel® Movidius™ VPUs or Intel® Neural Compute Stick 2, please check the additional configurations for them accordingly: Configurations for GPU, Configurations for VPU or Configurations for NCS2.

With OpenVINO installed, you are ready to run your first inference and learn the workflow.
Here is a set of hands-on demonstrations of various complexity levels to guide you through the process: from performing sample inference with just one command, to running code samples, demo application or Jupyter notebooks. If you prefer working with GUI, you can also get started with the DL Workbench application. This way you can choose the right level for you.

Choose how you want to progress:

@endsphinxdirective