Skip to content

B0N0AI/pyvino_utils

Repository files navigation

PyVINO-Utils

Docker Build Codacy Badge Python Code style: black GitHub

Simplified OpenVINO models Python implementation.

Installation

To install pyvino-utils, run this command in your terminal:

pip install git+https://github.com/mmphego/pyvino_utils.git

NOTE: This assumes that the Intel OpenVINO Toolkit version: 2020.2.120 is installed and other dependencies. [Preferred] Alternatively clone the repository and build the docker image. See Usage

Usage

git clone git://github.com/mmphego/pyvino_utils
make build-image
docker run --rm -ti "$USER/$(basename $PWD)" bash -c \
    "source /opt/intel/openvino/bin/setupvars.sh && \
    python -c "import pyvino_utils; print(f'PyVINO-utils version: {pyvino_utils.__version__}')"
    "

Examples

See usage examples:

Feedback

Feel free to fork it or send me PR to improve it.

Credits

This package was created with Cookiecutter and the mmphego/cookiecutter-python-package project template.