This is a hands-on workshop contents to learn the basics and principle of Intel DevCloud for the Edge.
Intel DevCloud is a cloud service provided by Intel. Many edge computing systems in various hardware configuration are available and user can test deep-learning inferencing applications using OpenVINO on one of those systems.
DevCloud for the Edge web page
User will learn following things through this workshop.
-
Basic operation of Jupyter notebook - jupyter-basic.ipynb
-
Basic operation and principle of DevCloud - devcloud-basic.ipynb
-
How to run OpenVINO Benchmark on DevCloud - benchmarking.ipynb
-
How to develop a C++ project using OpenVINO and run it on DevCloud - cpp-project.ipynb
-
< Appendix > Automate evaluation work on DevCloud - automated-testing.ipynb
- Go to DevCloud for the Edge web page, sign-up and get an account
- Sign-in to the DevCloud for the Edge
- Go to 'Advanced' - 'Connect and Create'
- Open Jupyter notebook or JupyterLab (your choice)
- Open a new terminal in Jupyter 'New' - 'Terminal'
- Clone repository
$ git clone https://github.com/yas-sim/devcloud-workshop-en
- Open
devcloud-workshop-en/START-HERE.ipynb
to start the workshop
This workshop is intended to be work on Intel DevCloud for the Edge. This workshop requires Intel distribution of OpenVINO toolkit.