Skip to content

This accelerator was built to provide developers with all of the resources needed to quickly build a vending kiosk prototype with Azure Custom Vision. Use this accelerator to jump start your development efforts with your own data or as a learning tool to better understand how Custom Vision AI can be transformative for frictionless inventory.

ujjwalk/solution-accelerator-containerized-store

 
 

Repository files navigation

page_type languages products description urlFragment
sample
csharp
html
powershell
azure
Welcome to the Containerized Store Solution Accelerator!
azure-customvision-containerized-store

Containerized Store Solution Accelerator Guide

About this repository

Welcome to the Containerized Store Solution Accelerator! This accelerator was built to provide developers with all of the resources needed to quickly build a vending kiosk prototype with Azure Custom Vision. Use this accelerator to jump start your development efforts with your own data or as a learning tool to better understand how Custom Vision AI can be transformative for the retail industry.

In this repository, we've provided you with all of the artifacts needed to quickly create a Custom Vision Solution including: templates for deploying the appropriate Azure resources, assets for creating your first Custom Vision project and training and testing your first model, and a retail kiosk application to demonstrate how your newly created AI model could be used as part of a retail solution. We've infused best practices throughout the documentation to help further guide you.

Once you have completed the steps in this guide, you'll have a kiosk application that simulates inventory and item tracking using Custom Vision. The Kiosk is pictured below:

Prerequisites

In order to successfully complete your solution, you will need to have access to and or provisioned the following:

  1. Access to an Azure subscription
  2. Visual Studio 2017 or newer
  3. VoTT for annotating training images

Training

The directions provided for this repository assume fundamental working knowledge of Azure Portal and programming constructs.

For additional training and support, please see:

  1. Write your first Windows 10 application
  2. Azure Fundamentals

Getting Started and Process Overview

Clone/download this repo onto your computer and then walk through each of these folders in order, following the steps outlined in each of the README files. After completion of all steps, you will have a working end-to-end solution.

The resources in this folder can be used to deploy the required resources into your Azure Subscription. This can be done either via the Azure Portal or by using the PowerShell script included in the resource deployment folder.

Skip this folder if you have already provisioned the required resources or will be provisioning manually.

This folder contains a Visual Studio Project, demonstrating how to create, train, deploy, and test a Custom Vision model using the API. It also contains a Visual Object Tagging Tool (VoTT) project with training data ready to upload to your Custom Vision project repository.

This folder contains a basic retail Kiosk application written as a Universal Windows (UWP) application. The Kiosk uses a Custom Vision model for product tracking and inventory.

Special Thanks

Special thanks Microsoft's Early Access innovation Program (EAiP) and to Simon Middlemiss, JP DeCuire, Tony Carmalitano and Mark Taylor who wrote a large majority of the code here.

License

Copyright (c) Microsoft Corporation

All rights reserved.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE

About

This accelerator was built to provide developers with all of the resources needed to quickly build a vending kiosk prototype with Azure Custom Vision. Use this accelerator to jump start your development efforts with your own data or as a learning tool to better understand how Custom Vision AI can be transformative for frictionless inventory.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 92.4%
  • PowerShell 7.6%