Skip to content

Hands-on workshop contents to learn about Intel DevCloud for the Edge

License

Notifications You must be signed in to change notification settings

yas-sim/devcloud-workshop-en

Repository files navigation

Overview

This is a hands-on workshop contents to learn the basics and principle of Intel DevCloud for the Edge.

Description

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.

  1. Basic operation of Jupyter notebook - jupyter-basic.ipynb

  2. Basic operation and principle of DevCloud - devcloud-basic.ipynb

  3. How to run OpenVINO Benchmark on DevCloud - benchmarking.ipynb

  4. How to develop a C++ project using OpenVINO and run it on DevCloud - cpp-project.ipynb

  5. < Appendix > Automate evaluation work on DevCloud - automated-testing.ipynb

How to use

  1. Go to DevCloud for the Edge web page, sign-up and get an account
  2. Sign-in to the DevCloud for the Edge
  3. Go to 'Advanced' - 'Connect and Create'
  4. Open Jupyter notebook or JupyterLab (your choice)
  5. Open a new terminal in Jupyter 'New' - 'Terminal'
  6. Clone repository
$ git clone https://github.com/yas-sim/devcloud-workshop-en
  1. Open devcloud-workshop-en/START-HERE.ipynb to start the workshop

Requirement

This workshop is intended to be work on Intel DevCloud for the Edge. This workshop requires Intel distribution of OpenVINO toolkit.

Contribution

Licence

Apache2

Author

Yasunori Shimura