Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)