Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingyi850/aiedgecam
Demo developed for the Microsoft Technology Centre showcasing the deployment of AI models on edge devices
https://github.com/mingyi850/aiedgecam
ai azure edge microsoft
Last synced: 1 day ago
JSON representation
Demo developed for the Microsoft Technology Centre showcasing the deployment of AI models on edge devices
- Host: GitHub
- URL: https://github.com/mingyi850/aiedgecam
- Owner: mingyi850
- Created: 2019-07-24T09:25:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T22:54:19.000Z (almost 2 years ago)
- Last Synced: 2024-11-26T00:34:02.908Z (2 months ago)
- Topics: ai, azure, edge, microsoft
- Language: Python
- Homepage:
- Size: 80 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using Vision AI Dev Kit to build an Edge Computing Demo
This is a sample showing how to use Azure Machine Learning SDK and Azure IoT Edge to convert a model, build a container image, and deploy a model image to Vision AI Developer Kit in Visual Studio Code.
![Architecture Diagram](Images/ArchitectureDiagram.jpg)
## Introduction
The Vision AI Dev Kit is a camera developed by Qualcomm which includes its proprietary Neural Processing Engine, the Snapdragon Neural Processing Engine (SNPE). It allows users to develop and showcase use-cases for IOT Edge solutions which are integral in environments or situations which require:
1. Quick response time and low latency
2. High volumes of network traffic and cloud processing
3. High resilience despite low internet connectivityThis guide will teach you how to setup a demo which features:
### 1. Workplace Safety AI
This demo imagines a workspace environment where a workspace is monitored by AI Cameras to detect safety violations. When a user is caught entering the work-zone without a helmet, the camera detects it, his picture is taken, and a notification is sent to a supervisor.
* Data and AI
This demo demonstrates the camera’s AI inferencing capabilities. It can be used as a tool to drive conversations surrounding AI, and the real-world value it can provide. It also demonstrates the feasibility of video analytics as a solution in areas with low connectivity, or as a measure to reduce bandwidth usage.
* Power PlatformThis demo can also be used to show the ease of use of PowerApps to build front-end applications and interfaces from existing data (using data collected from the camera stored in the CDS entity).
### 2. “Plug and Play” Module switching
This demo shows the capabilities of IOT Hub in the management and deployment of modules to Edge devices, addressing concerns with the scalability of Edge solutions. Clients will be able to see a visual representation of how a module is deployed at scale to several devices via the azure portal.# Implementation Details:
See the [Setup Guide and Documentation]("Documentation.docx") for step by step implementation guide