Skip to main content

Inference Engine Python* API

Project description

Intel® Distribution of OpenVINO™ Toolkit Runtime Package

LEGAL NOTICE: Your use of this software and any required dependent software (the “Software Package”) is subject to the terms and conditions of the software license agreements for the Software Package, which may also include notices, disclaimers, or license terms for third party or open source software included in or with the Software Package, and your use indicates your acceptance of all such terms. Please refer to the “third-party-programs.txt” or other similarly-named text file included with the Software Package for additional details.

Introduction

OpenVINO™ toolkit is a comprehensive toolkit for quickly developing applications and solutions that solve a variety of tasks including emulation of human vision, automatic speech recognition, natural language processing, recommendation systems, and many others. Based on latest generations of artificial neural networks, including Convolutional Neural Networks (CNNs), recurrent and attention-based networks, the toolkit extends computer vision and non-vision workloads across Intel® hardware, maximizing performance. It accelerates applications with high-performance, AI and deep learning inference deployed from edge to cloud.

The Intel® Distribution of OpenVINO™ toolkit for Linux*:

  • Enables CNN-based deep learning inference on the edge
  • Supports heterogeneous execution across Intel® CPU, Intel® Integrated Graphics, Intel® Neural Compute Stick 2, and Intel® Vision Accelerator Design with Intel® Movidius™ VPUs
  • Speeds time-to-market via an easy-to-use library of computer vision functions and pre-optimized kernels

The Runtime Package Includes the Following Components Installed by Default:

Component Description
Inference Engine This is the engine that runs the deep learning model. It includes a set of libraries for an easy inference integration into your applications.

System Requirements

The table below lists the supported operating systems and Python* versions required to run the installation.

Supported Operating System Python* Version (64-bit)
Ubuntu* 18.04 long-term support (LTS), 64-bit 3.6, 3.7
Ubuntu* 20.04 long-term support (LTS), 64-bit 3.6, 3.7
Red Hat* Enterprise Linux* 8.2, 64-bit 3.6, 3.7
CentOS* 7.4, 64-bit 3.6, 3.7
macOS* 10.15.x versions 3.6, 3.7, 3.8
Windows 10*, 64-bit Pro, Enterprise or Education (1607 Anniversary Update, Build 14393 or higher) editions 3.6, 3.7, 3.8
Windows Server* 2016 or higher 3.6, 3.7, 3.8

NOTE: This package can be installed on other versions of Linux and Windows OSes, but only the specific versions above are fully validated.

Install the Runtime Package

Step 1. Set Up Python Virtual Environment

To avoid dependency conflicts, use a virtual environment. Skip this step only if you do want to install all dependencies globally.

Create virtual environment:

python -m pip install --user virtualenv 
python -m venv openvino_env --system-site-packages

Activate virtual environment:
On Linux and macOS:

source openvino_env/bin/activate

On Windows:

openvino_env\Scripts\activate

Step 2. Set Up and Update pip to the Highest Version

Run the command below:

python -m pip install --upgrade pip

Step 3. Install the Package

Run the command below:

pip install openvino

Step 4. Verify that the Package is Installed

Run the command below:

python -c "from openvino.inference_engine import IECore"

You will not see any error messages if installation finished successfully.

Additional Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

openvino-2021.3.0-2774-cp38-cp38-win_amd64.whl (20.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

openvino-2021.3.0-2774-cp38-cp38-macosx_10_15_x86_64.whl (23.3 MB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

openvino-2021.3.0-2774-cp37-cp37m-win_amd64.whl (20.6 MB view details)

Uploaded CPython 3.7m Windows x86-64

openvino-2021.3.0-2774-cp37-cp37m-macosx_10_15_x86_64.whl (23.3 MB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

openvino-2021.3.0-2774-cp36-cp36m-win_amd64.whl (20.6 MB view details)

Uploaded CPython 3.6m Windows x86-64

openvino-2021.3.0-2774-cp36-cp36m-macosx_10_15_x86_64.whl (23.4 MB view details)

Uploaded CPython 3.6m macOS 10.15+ x86-64

File details

Details for the file openvino-2021.3.0-3029-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2021.3.0-3029-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e00f4764a3d3d1ed3e9ec9c06b379a024ae84156d594a078e521a8af5c062ce0
MD5 75c4b4be4bede4648abde28f1a37dae8
BLAKE2b-256 f490e5e2468a591446831624d700816098ffa0db6bd060517275baec9cb00df7

See more details on using hashes here.

File details

Details for the file openvino-2021.3.0-2774-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: openvino-2021.3.0-2774-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 20.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.9

File hashes

Hashes for openvino-2021.3.0-2774-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 94fabf97ef9a39f70203c38376353c4e93ec210a2faae088ab4b6290a0328bc1
MD5 06120504aa3ecf03f874470b1c5a97af
BLAKE2b-256 fd15da73244726182336359dd7a5b9e11a47918daf7cc6d0e13f26f9d19da9fa

See more details on using hashes here.

File details

Details for the file openvino-2021.3.0-2774-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: openvino-2021.3.0-2774-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 23.3 MB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.9

File hashes

Hashes for openvino-2021.3.0-2774-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b6b60ff093da9f218154ae2492766abfcf8ef41e36d01f4285d4bb34d4f6b507
MD5 0efee1166a0739fce8370d9007299ef6
BLAKE2b-256 3ffc93840044693a15d2878cf68e950b886605a39568a4535e165e85dbdfca83

See more details on using hashes here.

File details

Details for the file openvino-2021.3.0-2774-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: openvino-2021.3.0-2774-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 20.6 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.9

File hashes

Hashes for openvino-2021.3.0-2774-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0e4088d00fdf9c707f6bd249cebcb8f365ce60b148f4f31aed21b24548d0b43f
MD5 11d74b77d13cc40cbd25a5ce0b83215d
BLAKE2b-256 ebd25241368fb9a8a429d82b95b2ee456ed148ede8c74cc79dc77e533af415ce

See more details on using hashes here.

File details

Details for the file openvino-2021.3.0-2774-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2021.3.0-2774-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92ad4c8e9aea997669370b46cad2176d5b3bf805c629ab40fec8ce5e36af13d0
MD5 3049614d2f3e407b8886347dda0c6c28
BLAKE2b-256 af02a5d9bff7471fc16cc60a9cedacbf743f24a2a4442b35f5f0e1abbf3efb3c

See more details on using hashes here.

File details

Details for the file openvino-2021.3.0-2774-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: openvino-2021.3.0-2774-cp37-cp37m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 23.3 MB
  • Tags: CPython 3.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.9

File hashes

Hashes for openvino-2021.3.0-2774-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1ac72d346c263d89f353a6b3a512d2538e6f75b5ca206b3f1913dc7324d4e1c9
MD5 d32a29feb73797ce12ee4bf0e2f2acc9
BLAKE2b-256 e5055d24571d0ee8db27cd90007c0709b6f995c5b79a2047e8f5a0cfd8f9d345

See more details on using hashes here.

File details

Details for the file openvino-2021.3.0-2774-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: openvino-2021.3.0-2774-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 20.6 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.9

File hashes

Hashes for openvino-2021.3.0-2774-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 da72bc07f3d3d0d8dd44fabe0e147689f57677febef0d6f31704d58c92ecf5bc
MD5 b4a997702935a11dbc77072a498af197
BLAKE2b-256 a62bce362ba73c65c6a01c1c74c2fc7d8deb08db6e6f6a704879d9c65f6b50ff

See more details on using hashes here.

File details

Details for the file openvino-2021.3.0-2774-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino-2021.3.0-2774-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5569d84c704dc3c84720320f85de6ba8aaf80db64ed65c4cfb426e5eb25de65f
MD5 c8b307cb6894921bce0ab09cc64b5425
BLAKE2b-256 7c99531586c4125c97cd2dbbde10d788820dcb88ee17aceebd8c5a014bc7df91

See more details on using hashes here.

File details

Details for the file openvino-2021.3.0-2774-cp36-cp36m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: openvino-2021.3.0-2774-cp36-cp36m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 23.4 MB
  • Tags: CPython 3.6m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.9

File hashes

Hashes for openvino-2021.3.0-2774-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 29f7a37e7bdea4b570bf7615cb69e35aa25da3dbf4ad27ea32bdfb6a775f313a
MD5 d047e131c1cbf746123f8393ea23ebb2
BLAKE2b-256 763e7ead8ddf31d62716921aa1f50676ef42f5729b321de6222d21a5b34f377e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page