OpenVINO-Colab
Open Source OpenVINO Edge developement and deployment on Google Colab using Colab Notebooks
USAGE STEPS:
Ref: Demp.ipynb
Step 1:Package installation on Google Colab.Run the command in the first cell of your Google Colab to install the openvino-colab
package.
!pip install openvino-colab
Ref: Demp.ipynb
Step 2:Importing openvino-colab into your notebookRun the below command in a new cell to install the OpenVINO toolkit in Google Colab.
import openvino_colab
REFERENCES:
OpenVINO-Colab Demo Google Colab Notebook:
[https://github.com/alihussainia/openvino-colab/blob/master/demo.ipynb]
Intel's Official Installation Guide for OpenVINO on linux:
OpenVINO-Colab package on PyPi Repository:
[https://pypi.org/project/openvino-colab/]