Skip to main content

Inference Engine Python* API

Project description

OpenVINO™ Toolkit

OpenVINO™ toolkit quickly deploys applications and solutions that emulate human vision. Based on Convolutional Neural Networks (CNNs), the toolkit extends computer vision (CV) workloads across Intel® hardware, maximizing performance. The OpenVINO™ toolkit includes the Deep Learning Deployment Toolkit (DLDT).

OpenVINO™ toolkit:

  • Enables CNN-based deep learning inference on the edge
  • Supports heterogeneous execution across an Intel® CPU, Intel® Integrated Graphics, Intel® FPGA, 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
  • Includes optimized calls for computer vision standards, including OpenCV* and OpenCL™

Operating Systems:

  • Ubuntu* 20.04 long-term support (LTS), 64-bit

Install the Runtime Package Using the PyPI Repository

  1. Set up and update pip to the highest version:
    python3 -m pip install --upgrade pip
    
  2. Install the Intel® distribution of OpenVINO™ toolkit:
    pip install openvino-ubuntu20
    
  3. Add PATH to environment variables.
  • Ubuntu* and macOS*:
    export LD_LIBRARY_PATH=<library_dir>:${LD_LIBRARY_PATH}
    
  • Windows* 10:
    set PATH=<library_dir>;%PATH%
    

How to find library_dir:

  • Ubuntu*, macOS*:
    • standard user:
      echo $(python3 -m site --user-base)/lib
      
    • root or sudo user:
      /usr/local/lib
      
    • virtual environments or custom Python installations (from sources or tarball):
      echo $(which python3)/../../lib
      
  • Windows*:
    • standard Python:
       python -c "import os, sys; print((os.path.dirname(sys.executable))+'\Library\\bin')"
      
    • virtual environments or custom Python installations (from sources or tarball):
       python -c "import os, sys; print((os.path.dirname(sys.executable))+'\..\Library\\bin')"
      
  1. Verify that the package is installed:
    python3 -c "import openvino"
    

Now you are ready to develop and run your application.

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

File details

Details for the file openvino_ubuntu20-2021.2-170-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino_ubuntu20-2021.2-170-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ee6304ece01e48f65230b5a6c8d9d47e553419ee5f72109337ce0f988051212
MD5 798912d78f76bd8f13cec6381ec0d3d8
BLAKE2b-256 f240eb4688526153b8c69238ebe92c225c5408528132df8fedc53efb67301a44

See more details on using hashes here.

File details

Details for the file openvino_ubuntu20-2021.2-170-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openvino_ubuntu20-2021.2-170-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 336a6b22732cec8f4764f689e39c083efd80a748748b90051503263797353ef7
MD5 f7f45def17ce3b400f27e1add120c91c
BLAKE2b-256 9da35e0929fae4a572d1caf6fc38609c6f519d537c13678c07304677f04cd1b7

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