alihussainia / openvino-colab

OpenVINO Edge AI Applications deployment on Google Colaboratory
Apache License 2.0
70 stars 29 forks source link

OpenVINO-Colab

Open Source OpenVINO Edge developement and deployment on Google Colab using Colab Notebooks

USAGE STEPS:

Step 1: Package installation on Google Colab. Ref: Demo.ipynb

Run the command in the first cell of your Google Colab to install the openvino-colab package.

!pip install openvino-colab

Step 2: Importing openvino-colab into your notebook Ref: Demo.ipynb

Run the below command in a new cell to install the OpenVINO toolkit in Google Colab.

import openvino_colab

Step 3 (Optional): Importing server function into your notebook Ref: Demo.ipynb

from openvino_colab import server

Step 4 : Calling server function

server()

Server Function can take these optional arguments:

Tip for running server: (Optional but Recommended)

To Enable Copy/Paste in server terminals:

REFERENCES:

OpenVINO-Colab Demo Google Colab Notebook:

Demo.ipynb

Intel's Official Installation Guide for OpenVINO on linux:

Link

OpenVINO-Colab package on PyPi Repository:

Link

Model used in Demo.ipynb i.e. vehicle-attributes-recognition-barrier-0039:

Link

colabcode package

Link