Skip to content

Files

Latest commit

361cf2c · Oct 25, 2024

History

History
This branch is 1557 commits behind openvinotoolkit/openvino:master.

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 25, 2024
Oct 25, 2024
Oct 24, 2024
Sep 11, 2024
Oct 23, 2024
Nov 27, 2021
Sep 28, 2022
Sep 20, 2024
Feb 28, 2024
Oct 25, 2024
Jun 13, 2022
Oct 23, 2024
Oct 25, 2024
Jan 11, 2024

OpenVINO Python API

OpenVINO Python API is a part of the OpenVINO library. The component is responsible for:

  • Bindings of OpenVINO - allowing users to use the OpenVINO library in their Python code. Python API provides bindings to basic and advanced APIs from OpenVINO Runtime.
  • Extending OpenVINO with pythonic features - on top of direct translations from C++, Python API component:
    • Adds specific extensions to support numpy-based data.
    • Provides support for external frameworks inputs.
    • Provides shortcuts and helpers with more pythonic design.
    • Allows to apply advanced concepts, like shared memory, to take full advantage of OpenVINO.

OpenVINO Python API uses the common codestyle checks which are adjusted to project needs.

Key contacts

If you have any questions, feature requests or want us to review your PRs, send us a message or ping us on GitHub via openvino-ie-python-api-maintainers. You can always directly contact everyone from this group.

Components

OpenVINO PYTHON API has the following structure:

  • docs - folder that contains developer documentation and code examples.
  • src - folder with all source files for Python API.
  • tests - tests directory for OpenVINO Python API.
  • thirdparty - folder that contains third-party modules like pybind11.
  • wheel - wheel-specific directory that contains all specific requirements and files used during wheel creation.

Tutorials

If you want to contribute to OpenVINO Python API, here is the list of learning materials and project guidelines:

See also