alihussainia / openvino-colab

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

Script made from Notebook and Hosted on GCP. #3

Closed abhik-99 closed 4 years ago

abhik-99 commented 4 years ago

The script as well the .tgz file have been hosted in a public bucket on Google Cloud Platform which would allow everyone accesses to the files through a public URL mentioned in the README.md and install openVINO easily. Also, the dependency of having to mount Google Drive has been eliminated, One just needs to download the openvino_initialization_script.py in their notebook terminals and pass it to Python. The script would download the tgz and install it. Included a bit of error check on the choice of frameworks after Installation of OpenVINO but also install all the frameworks by default.