Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yas-sim/devcloud-workshop-en
Hands-on workshop contents to learn about Intel DevCloud for the Edge
https://github.com/yas-sim/devcloud-workshop-en
benchmarking deep-learning devcloud hands-on inference inference-engine intel intel-devcloud jupyter jupyter-notebook openvino tutorial workshop workshop-contents
Last synced: about 4 hours ago
JSON representation
Hands-on workshop contents to learn about Intel DevCloud for the Edge
- Host: GitHub
- URL: https://github.com/yas-sim/devcloud-workshop-en
- Owner: yas-sim
- License: apache-2.0
- Created: 2020-04-13T01:04:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T03:33:40.000Z (over 4 years ago)
- Last Synced: 2024-04-23T00:09:51.547Z (7 months ago)
- Topics: benchmarking, deep-learning, devcloud, hands-on, inference, inference-engine, intel, intel-devcloud, jupyter, jupyter-notebook, openvino, tutorial, workshop, workshop-contents
- Language: Jupyter Notebook
- Homepage:
- Size: 33.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](https://devcloud.intel.com/edge/)User will learn following things through this workshop.
1. Basic operation of Jupyter notebook - [jupyter-basic.ipynb](./jupyter-basic.ipynb)
2. Basic operation and principle of DevCloud - [devcloud-basic.ipynb](./devcloud-basic.ipynb)
3. How to run OpenVINO Benchmark on DevCloud - [benchmarking.ipynb](./benchmarking.ipynb)
4. How to develop a C++ project using OpenVINO and run it on DevCloud - [cpp-project.ipynb](./cpp-project.ipynb)5. < Appendix > Automate evaluation work on DevCloud - [automated-testing.ipynb](./automated-testing.ipynb)
## How to use
1. Go to [DevCloud for the Edge web page](https://devcloud.intel.com/edge/), 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
~~~shell
$ git clone https://github.com/yas-sim/devcloud-workshop-en
~~~
7. 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](https://devcloud.intel.com/edge/).
This workshop requires [Intel distribution of OpenVINO toolkit](https://software.intel.com/en-us/openvino-toolkit
).## Contribution
## Licence
[Apache2](http://www.apache.org/licenses/LICENSE-2.0.txt)
## Author
[Yasunori Shimura](https://github.com/yassim-intel)