Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 2.54 KB

README.md

File metadata and controls

33 lines (18 loc) · 2.54 KB

Product identification system based on Microsoft Azure services

Full build Full Build Status

Frontend build Frontend Build Status

System use case

Product identification system is meant to recognize products based on the images and add appropriate product to virtual shopping cart and receipt.

This system is meant to replace self-service checkout, that scans barcodes of products. Instead, people can make photos of the products that they are putting in the cart in the store, and don't need to worry about looking for barcode on product, making photo in a right angle etc. Customer need to just snap a photo of the product, and then machine learning model will recognize the product itself, and add it to the customers receipt.

Video demo

Product Identification - self-service checkout based on images detection (Azure Custom Vision) - YouTube

Architecture

Azure architecture for solution

Reproduce this solution

This solution has ARM templates to automate Azure deployments. The templates are located in the folder in this soultion.

There are three main [build pipelines](https://dev.azure.com/michalchecinski/product indetification/_build):

Links

There is another repo which is hosting frontend webapp written in React.js. It can be found here: michalchecinski/product-identification-front.