1. Home
  2. Browse
  3. openvino

openvino

v2023-06-11#6Go to latest

Intel® Distribution of OpenVINO™ toolkit is an open-source toolkit for optimizing

and deploying AI inference. It can be used to develop applications and solutions based

on deep learning tasks, such as: emulation of human vision, automatic speech recognition,

natural language processing, recommendation systems, etc. It provides high-performance

and rich deployment options, from edge to cloud

Install

Run the following Vcpkg command to install the port.

vcpkg install openvino

Usage

The package OpenVINO can be used in cmake scripts as:

find_package(OpenVINO REQUIRED)
target_link_libraries(main PRIVATE openvino::runtime)

Features

Dependencies

See source

Version

v2023-06-11#6

Publication

Supports

All

Homepage

github.com/openvinotoolkit/openvino

Documentation

docs.openvino.ai/latest/index.html

Subtree

dd54d5e1d7

License

Apache-2.0

Mainteners

  • OpenVINO Developers

Definition

Manifest