I am trying to get the Intel OpenVino toolkit to work on an Anaconda environment. I know Anaconda has a package to get the Openvino tool kit. However, I have already installed the pre-requisite installation for Windows 10. How do I go about setting up the Openvino toolkit to work with the already existing Anaconda Environment? Any advice would be appreciated.
Thanks in advance!
I recommend you to get the pre-requisite in your system first:
Since you already done that, you can proceed to next steps.
create a virtual env : conda create --name
conda activate
(then proceed the next steps of installation here, as in official Openvino documentation provided below)
conda cheat sheet: https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-chea...
This is Openvino official documentation that shows step by step installation process: https://docs.openvinotoolkit.org/latest/openvino_docs_install_guides_installing_openvino_windows.htm...