Thank you for your high regard for our insufficient project. I would like to urge myself to continue growing.
I am happy to have a good experience participating in Kpmg ideathon 2020. I will continue to show you my growth.
Through this good opportunity, I will show my progress and become a person who is not lazy and tries hard.
I will always be a developing developer.
Recently, many attempts have been made to reduce the time required for payment in various shopping environments.
In addition, as the 4th Industrial Revolution era, artificial Intelligence technology is advancing and IoT devices are becoming more compact and cheaper.
So, by integrating these two thechnologies, access to building an unmanned environment on behalf of human beings to save users’ time became easier.
In this paper, we propose a smart shopping cart system based on low-cost IoT equipment and deep learning object detection technology.
The proposed smart cart system consists of a camera for real-time product detection, an ultrasonic sensor that acts as a trigger, a weight sensor to determine whether a product enters into or out of shopping cart, and an application of smartphone that provides a UI for a virtual shopping cart, and a deep learning server where learned product data are stored.
Commuication between each module is made of TCP/IP and HTTP network, and YOLO darknet library, an object detection system is used by the server to recognize the product.
The user can check the list of items put in the smart cart through the app of the smartphone and automatically pay.
The smart cart system proposed in this paper can be applied to implement unmanned stores with high cost-performance ratio.
---
title: "KIC 2020"
output:
flexdashboard::flex_dashboard:
theme: readable
logo: fig/kpmg-logo.png
orientation: columns
source_code: embed
vertical_layout: fill
---
```{r setup, include=FALSE}
library(flexdashboard)
options(knitr.duplicate.label = 'allow')
```
```{r child="program.Rmd"}
```
```{r child="IPL.Rmd"}
```
```{r child="product.Rmd"}
```
```{r child="PR.Rmd"}
```