David-OConnor / openvino_rust_test

Experimenting with OpenVINO in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preqrequisites

  • Install Rust

  • Install OpenVINO Download the Archives version.

  • Unpack this to C:\Program Files (x86)\Intel\openvino_2023

  • Set the environment var OPENVINO_INSTALL_DIR to that same path.

Build

  • Run setupvars.bat, in the openvino_2023 directory
  • Run cargo b (cargo b --release for an optimized / production build)

About

Experimenting with OpenVINO in Rust


Languages

Language:Rust 100.0%