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:04:52 2019 +0000
Revision:
0:b0c4c25d37ab
Initial Commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
priyank12p 0:b0c4c25d37ab 1 /*
priyank12p 0:b0c4c25d37ab 2 * mbed SDK
priyank12p 0:b0c4c25d37ab 3 * Copyright (c) 2017 ARM Limited
priyank12p 0:b0c4c25d37ab 4 *
priyank12p 0:b0c4c25d37ab 5 * Licensed under the Apache License, Version 2.0 (the "License");
priyank12p 0:b0c4c25d37ab 6 * you may not use this file except in compliance with the License.
priyank12p 0:b0c4c25d37ab 7 * You may obtain a copy of the License at
priyank12p 0:b0c4c25d37ab 8 *
priyank12p 0:b0c4c25d37ab 9 * http://www.apache.org/licenses/LICENSE-2.0
priyank12p 0:b0c4c25d37ab 10 *
priyank12p 0:b0c4c25d37ab 11 * Unless required by applicable law or agreed to in writing, software
priyank12p 0:b0c4c25d37ab 12 * distributed under the License is distributed on an "AS IS" BASIS,
priyank12p 0:b0c4c25d37ab 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
priyank12p 0:b0c4c25d37ab 14 * See the License for the specific language governing permissions and
priyank12p 0:b0c4c25d37ab 15 * limitations under the License.
priyank12p 0:b0c4c25d37ab 16 */
priyank12p 0:b0c4c25d37ab 17
priyank12p 0:b0c4c25d37ab 18 // Automatically generated configuration file.
priyank12p 0:b0c4c25d37ab 19 // DO NOT EDIT, content will be overwritten.
priyank12p 0:b0c4c25d37ab 20
priyank12p 0:b0c4c25d37ab 21 #ifndef __MBED_CONFIG_DATA__
priyank12p 0:b0c4c25d37ab 22 #define __MBED_CONFIG_DATA__
priyank12p 0:b0c4c25d37ab 23
priyank12p 0:b0c4c25d37ab 24 // Configuration parameters
priyank12p 0:b0c4c25d37ab 25 #define HTTP_RECEIVE_BUFFER_SIZE 8192 // set by library:mbed-http
priyank12p 0:b0c4c25d37ab 26 #define MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE 9600 // set by library:platform
priyank12p 0:b0c4c25d37ab 27 #define MBED_CONF_PLATFORM_STDIO_BAUD_RATE 9600 // set by library:platform
priyank12p 0:b0c4c25d37ab 28 #define MBED_CONF_PLATFORM_STDIO_CONVERT_NEWLINES 0 // set by library:platform
priyank12p 0:b0c4c25d37ab 29 #define MBED_CONF_PLATFORM_STDIO_FLUSH_AT_EXIT 1 // set by library:platform
priyank12p 0:b0c4c25d37ab 30 // Macros
priyank12p 0:b0c4c25d37ab 31 #define MBEDTLS_SHA1_C // defined by library:mbed-http
priyank12p 0:b0c4c25d37ab 32
priyank12p 0:b0c4c25d37ab 33 #endif