The main objective is to reduce loss in revenue due to delayed shelf-restocking (when product is in-stock in the store but not stocked on the shelf) and inaccurate forecasting (under-estimating future product sales) practices. The result is to demonstrate inventory automation using ECIS system by enabling the means to monitor and track store inventory in real-time, perform data analysis remotely in cloud, improve shopping experience for the consumers and increase revenue for the retailers in the retail industry. Machine Learning code can be found on my GitHub: https://github.com/priyankkalgaonkar

Dependencies:   mbed

ECE 53301: Wireless and Multimedia Computing Final Project Report – Group 1

Inventory Automation Using Electronically Connected Intelligent Shelves.

Code Developed by: Priyank Kalgaonkar.

Department of Electrical and Computer Engineering, Purdue School of Engineering and Technology at IUPUI.

Submitted as partial fulfillment for the requirement of Fall 2019 - ECE 53301-26877: Wireless and Multimedia Computing course.

Date of Submission: December 12, 2019.

Committer:
priyank12p
Date:
Thu Dec 12 01:27:12 2019 +0000
Revision:
1:45dc700211a7
Parent:
0:b0c4c25d37ab
Minor changes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
priyank12p 0:b0c4c25d37ab 1 {
priyank12p 0:b0c4c25d37ab 2 "name": "platform",
priyank12p 0:b0c4c25d37ab 3 "config": {
priyank12p 0:b0c4c25d37ab 4 "stdio-convert-newlines": {
priyank12p 0:b0c4c25d37ab 5 "help": "Enable conversion to standard newlines on stdin/stdout",
priyank12p 0:b0c4c25d37ab 6 "value": false
priyank12p 0:b0c4c25d37ab 7 },
priyank12p 0:b0c4c25d37ab 8
priyank12p 0:b0c4c25d37ab 9 "stdio-baud-rate": {
priyank12p 0:b0c4c25d37ab 10 "help": "Baud rate for stdio",
priyank12p 0:b0c4c25d37ab 11 "value": 9600
priyank12p 0:b0c4c25d37ab 12 },
priyank12p 0:b0c4c25d37ab 13
priyank12p 0:b0c4c25d37ab 14 "stdio-flush-at-exit": {
priyank12p 0:b0c4c25d37ab 15 "help": "Enable or disable the flush of standard I/O's at exit.",
priyank12p 0:b0c4c25d37ab 16 "value": true
priyank12p 0:b0c4c25d37ab 17 },
priyank12p 0:b0c4c25d37ab 18
priyank12p 0:b0c4c25d37ab 19 "default-serial-baud-rate": {
priyank12p 0:b0c4c25d37ab 20 "help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)",
priyank12p 0:b0c4c25d37ab 21 "value": 9600
priyank12p 0:b0c4c25d37ab 22 }
priyank12p 0:b0c4c25d37ab 23 },
priyank12p 0:b0c4c25d37ab 24 "target_overrides": {
priyank12p 0:b0c4c25d37ab 25 "EFM32": {
priyank12p 0:b0c4c25d37ab 26 "stdio-baud-rate": 115200
priyank12p 0:b0c4c25d37ab 27 },
priyank12p 0:b0c4c25d37ab 28 "EFR32": {
priyank12p 0:b0c4c25d37ab 29 "stdio-baud-rate": 115200
priyank12p 0:b0c4c25d37ab 30 }
priyank12p 0:b0c4c25d37ab 31 }
priyank12p 0:b0c4c25d37ab 32 }