Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1021 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 1021 Bytes

PyVINO-Utils Cookiecutter

Cookiecutter template for creating Intel OpenVINO projects using Python OpenVINO Utilities package.

Usage

python3 -m pip install cookiecutter
cookiecutter https://github.com/mmphego/cookiecutter-pyvino-utils-proj

Features

  • Choice of various licenses.
  • Testing and deployment with Docker
  • Easy way of organizing code executing with GNU-Make
  • Testing with pytest
  • Formatting with black
  • Linting with flake8
  • Import sorting with isort
  • Git hooks that run all the above with pre-commit

Quickstart

Peek 2020-09-15 17-16 mp4