SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 92
IMAGE PROCESSING BASED BILLING STRUCTURE USING EDGE
COMPUTING AND REACTJS
Dr Murugan R1 Sindhu S2
Department of Computer Application Department of Computer Application
Jain knowledge Campus, Bangalore Jain knowledge Campus, Bangalore
Jain University Jain University
Bangalore, India Bangalore, India
S R Likitha3
Department of Computer Application
Jain knowledge Campus, Bangalore
Jain University
Bangalore, India
------------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The idea of this project is to promote image
processing-based billing structure that leverages edge
computing. Basically, in many remote places, in the shops,
the billing is done manually, since all the shops are not
technologically forward to use devices like OCR’s. Also, the
mix-up of prices of different products also remains a
problem in manual billing. To counter such issues the
authors, propose theidea of an image-based billing system,
which produces fast and accurate results and works with
simple camera devices like a mobile phone which uses IBM
cloud’s service called visual recognition tool. The specialty
of this model is that it will differentiate the objects
accurately but based on its size meaning that if there are
ten versions of the same products, one of the sizes (of price
x) and the other of larger size (of price 2x) then it will
successfully recognize them and add the price to the billing
system accordingly. The precision of the model for the
object detection is 90%. It has been developed in the form
of a web application. Thus, this paper proper a fully
developed software for billing in the local C-Shops
Keywords--Edge Computing, IBM Cloud, Image
detection, billing system
1. INTRODUCTION
The idea of this paper is to propose an Object/Image
Detection based billing structure which employs edge
computing. The idea for the study of this product comes
taking note of the C- shops, where billing of grocery
products and others is generally done manually. All the
retailers aren’t technologically advanced or financially
well to do, to use devices like OCR. The confusion of cost
of different products. remains a road block in manual
billing. To tackle such issue, we present the idea of
image-based billing structure which produces quick and
fault- less results and works with simple devices like a
front camera of laptop or a mobile phone. The feature of
this model is that it will differentiate the objects
accurately but based on its size i.e., that if there are two
versions of the same product, one of small size (of price
a) and the other of larger size (of price 2a) then it will
successfully recognize them and add the price to the
billing system accordingly. The precision of the model
for object detection is90%. It has been developed and
implemented in the form of a responsive ReactJs web
application. Thus, this paper proposes a completely
developed.
2. OBJECTIVE
The project deals with the billing of different products in a C-
Shop. We need to develop solution using an ML model that
could easily detect different products of a C-shop and could add
the products into a bill with other proper details. Unlike older
method of billing products in a C-shop or any shopping mart
which uses a bar code scanner or traditional manual method for
each and every product to get billed, this is a ML based solution
which provides better billing system by identifying the
products by its image. The solution has to be robust enough to
identify the products of the same brands but of different sizes
as different products. For example, the same brand, same color,
and similar toothpaste of different sizes should be identified
differently as the small, medium, or large sizes, and accordingly,
these sizes will be listed the bill separately. At the same time,
the solution has to be developed, keeping in mind that the edge
computer is not compute-intensive. Keeping the problem
statement in mind, we have to develop a web application that
does the job.
3. LITERATURE SURVEY
Camille Ballas [1] proposed “Performance of video
processing at the edge for crowd monitoring
applications” in 2019.In this paper, they mentioned,
Smart city applications covering a wide area such as
traffic monitoring and pothole detection are gradually
adopting more image machine learning algorithms
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 93
utilizing ubiquitous camera sensors. To support such
applications, an edge computing paradigm focuses on
processing large amount of multimedia data at the edge
to offload processing cost and reduce long-distance
traffic and latency. However, existing edge computing
approaches rely on pre-trained static models and are
limited in supporting diverse classes of edge devices as
well as learning models to support them. This research
proposes a novel crowd-based learning framework
which allows edge devices with diverse resource
capabilities to perform machine learning towards the
realization of image-based smart city applications. The
intelligent retraining algorithm allows sharing key visual
features to achieve a higher accuracy based on the
temporal and geospatial uniqueness. Our evaluation
shows the trade-off between accuracy and the resource
constraints of the edge devices, while the model re-sizing
option enables.
Shravan G V [2] proposed “Comprehensive Analysis of
React-Redux Development Framework” in 2018. In this
paper, they mentioned, as developers while creating
apps compatible on cross platforms is a tedious task and
poses huge challenges before the developers, to be
acquainted with cognizance specific to two or more
native platforms. Besides, certain hybrid application
frameworks existing in market were not able to cater
similar experience to same user on all native platforms.
Comprehending a solution to the underlying problem,
the research work presented in this paper utilizes the
advantages of React-Redux framework to create a hybrid
application capable of provisioning solutions. The
generated framework can be used for windows and iOS
machines and the produced results are satisfactory for
the users in both the platforms. The proposed
methodology has been implemented using JavaScript
ES6.
Creating web application often tends to be a difficult job
for a developer as the developer has to make one
application forAndroid platform and one for iOS platform
which requires knowledge of two different domains i.e.
for Android application, the knowledge of different
browser interpret react and its libraries (programming
language: Kotlin or JavaScript) and for iOS mobile
application (programming language: swift or JavaScript
and IDE: XCode) is required. Besides, some popular
hybrid web application framework made by developers
were not much successful for creating the exact same
experience on multiple native platforms. Comprehending
a solution to the problem, this paper utilizes the
advantages of React-Redux which is a framework capable
of generating hybrid web applications for cross platforms
with high data fetching without caching. React developed
by Facebook developers in 2015, tends to have a single
place to write code in JavaScript ES6 as the programming
language and build mobile application for both iOS and
Android at the same time with single code written for
both the native platforms. To implement complex
applications, it uses another dependency with name
Redux capable of managing the state in react native.
Moreover, this Research paper describes the
dependencies developed by other react native
developers that has been utilized.
Tomas Eglinskas [3] proposed “The most important
lessons I’ve learned after a year of working with React” in
the year 2017 in which he said Starting out with a new
technology can be quite troublesome. You usually find
yourself in a sea of tutorials and articles, followed by
millions of personal opinions. And every single one
states that they found the “right and perfect way.” This
leaves us debating whether our chosen tutorial will be a
waste of time or not. Before diving into the ocean, we
must understand the underlying concepts of a
technology. Then we need to develop a technology-based
mindset. If we are starting to learn React, we first have to
think in React. Only later on we can start mixing various
mindsets into one. Don’t stick to the basics — become
advanced. You might think sometimes that you don’t
understand something enough to move on to the
advanced stuff. But often times you shouldn’t worry
about it too much — take up the challenge and prove
yourself wrong. By taking up the advanced topics and
pushing yourself, you can understand more of the basics
and how they are used for bigger things.
4. PROPOSED METHODOLOGY
We propose “Image Processing Based Billing
Structure with Edge Computing”, in which we have
developed a responsive web application that
continuously captures live video stream sent bya camera
of smartphone connected to the edge computer (Laptop
in this case) via IP-webcam mobile application.
Whenever a product is placed in front of the camera, the
web application can be used to capture the image and
then it immediately processes the image through the
Machine Learning model and accordingly add the
identified product to the bill. The basic setup is
illustrated in the following diagram.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 94
We have first captured around 16 to 40 images of each
product from different angles in a folder, one folder for
each product and all those folders have been placed in a
train folder which is further present in the main folder
named ‘Ration’. Likewise, we also have a similar test
folder, which contains the folders for each product,
which further contains other similar images of the
products for testing. We have used the Google Collab
platform, which is completely free to use, to train our ML
Model. We have used a python Library named as ImageAI
to train our data. With the benefit of 12 GB of RAM and
GPU that we get along with Google Collab, we were able
to train our ML model easily for 12 products within 45
minutes. As the Edge computer is not compute intensive,
training the data on a cloud platformis a good idea. Once,
the product is identified by the camera, it is added to the
bill
Advantages of Proposed System:
There’s no cost to train the model for the Edge Computer
as we are training on the Free Google Collab platform,
which is simply fast and free.
And we can turn our existing billing computers to adopt
this solution by installing just a few software. Therefore,
the transition cost from the traditional C-shop billing
structure to this new Machine Learning model-based
approach is almost null and therefore we can achieve
huge cost savings.
CONCLUSION
After studying the current existing billing systems and
developing our own software-based systems image
detection it can be concluded that this image based
billing model not only detects object with high level of
accuracy but can also differentiate based on its size.
FUTURE ENHANCEMENT
Edge computing is still in its infancy and not quite ready
for primetime yet. For “the edge” to become as
ubiquitous as “the cloud” in the tech industry, a myriad
of technical challenges will need to be tackled. These
include the development of compact devices with
outsized processing power, the creation of software that
enables companies to remotely monitor and update a
limitless number of edge devices from across the world
and new security technology and protocols to keep
everything safe. 5G is one of the drivers for edge
computing, as it allows for increased numbers of data
sources orprocessing points that can be interconnected,
implying an exponential increase in the volume of data to
be processed. This can quickly become too much for
existing “sites to cloud” connections and requires data
processing much closer to the source. 5G also allows for
much lower latencies, a key component to some new
applications and another factor in making processing
power available closer to where it is consumed or
generated. The scalable nature of edge computing makes
it an ideal solution for C-shops.
REFERENCES
[1] Rossetti MD, Pham AT. Simulation modeling of
customer checkout configurations. In Proceedings of the
2015 Winter Simulation Conference 2015 Dec 6
(pp.1151-1162). IEEE Press.
[2] Rohith Sri Sai, Mukkamala & Rella, Sindhusha &
Veeravalli, Sainagesh. (2019). OBJECT
[3] DETECTION AND IDENTIFICATION A Project
Report. Erhan, Dumitru & Segedy, Christian & Toshev,
Alexander & Anguelov, Dragomir. (2013). Scalable Object
Detection Using Deep Networks.
[4] Grover, M., Verma, B., Sharma, N., & Kaushik, I.
(2019). Traffic control using V-2-V Based Method using
Reinforcement Learning. 2019 International Conference
on Computing, Communication, and Intelligent Systems
(ICCCIS).
[5] Goel, A. K., Rose, A., Gaur, J., & Bhushan, B. (2019).
Attacks, Countermeasures and Security Paradigms in
IoT. 2019 2nd International Conference on Intelligent
Computing, Instrumentation and Control Technologies
(ICICICT).
[6] Azizpour, H., and Laptev, I. (2012). “Object detection
using strongly supervised deformable part models,” in
Computer Vision- ECCV 2012 (Florence: Springer).
[7] Harjani, M., Grover, M., Sharma, N., & Kaushik, I.
(2019). Analysis of Various Machine Learning Algorithm
for Cardiac Pulse Prediction. 2019 International
Conference on Computing, Communication, and
Intelligent Systems (ICCCIS).
[9

More Related Content

Similar to MAGE PROCESSING BASED BILLING STRUCTURE USING EDGE COMPUTING AND REACTJS

Development of Virtual Trial Rooms for Showrooms
Development of Virtual Trial Rooms for ShowroomsDevelopment of Virtual Trial Rooms for Showrooms
Development of Virtual Trial Rooms for Showrooms
IRJET Journal
 
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web AppCreation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
IRJET Journal
 
IRJET- Generation of HTML Code using Machine Learning Techniques from Mock-Up...
IRJET- Generation of HTML Code using Machine Learning Techniques from Mock-Up...IRJET- Generation of HTML Code using Machine Learning Techniques from Mock-Up...
IRJET- Generation of HTML Code using Machine Learning Techniques from Mock-Up...
IRJET Journal
 
How Responsive Is Your Testing?
How Responsive Is Your Testing?How Responsive Is Your Testing?
How Responsive Is Your Testing?
Cognizant
 
IRJET - Survey Paper on Tools Used to Enhance User's Experience with Cons...
IRJET -  	  Survey Paper on Tools Used to Enhance User's Experience with Cons...IRJET -  	  Survey Paper on Tools Used to Enhance User's Experience with Cons...
IRJET - Survey Paper on Tools Used to Enhance User's Experience with Cons...
IRJET Journal
 
IRJET - Augmented Reality: Social Profile Detection by Face Recognition
IRJET - Augmented Reality: Social Profile Detection by Face RecognitionIRJET - Augmented Reality: Social Profile Detection by Face Recognition
IRJET - Augmented Reality: Social Profile Detection by Face Recognition
IRJET Journal
 
IRJET - Innovative Cart for Smart Shopping
IRJET -  	  Innovative Cart for Smart ShoppingIRJET -  	  Innovative Cart for Smart Shopping
IRJET - Innovative Cart for Smart Shopping
IRJET Journal
 
Android Application Engineering Presentation
Android Application Engineering PresentationAndroid Application Engineering Presentation
Android Application Engineering Presentation
19btc037
 
Somnath Resume
Somnath ResumeSomnath Resume
Somnath Resume
SomnathJamadar
 
How Much Does Hiring Remote React Native Developers Cost.pdf
How Much Does Hiring Remote React Native Developers Cost.pdfHow Much Does Hiring Remote React Native Developers Cost.pdf
How Much Does Hiring Remote React Native Developers Cost.pdf
Artistixe IT Solution LLP
 
How Much Does Hiring Remote React Native Developers Cost.docx
How Much Does Hiring Remote React Native Developers Cost.docxHow Much Does Hiring Remote React Native Developers Cost.docx
How Much Does Hiring Remote React Native Developers Cost.docx
Artistixe IT Solution LLP
 
IRJET- Online Shopping System
IRJET-  	  Online Shopping SystemIRJET-  	  Online Shopping System
IRJET- Online Shopping System
IRJET Journal
 
Hand Gesture Identification
Hand Gesture IdentificationHand Gesture Identification
Hand Gesture Identification
IRJET Journal
 
IRJET- A Quality Watch Android Based Application for Monitoring Robotic A...
IRJET-  	  A Quality Watch Android Based Application for Monitoring Robotic A...IRJET-  	  A Quality Watch Android Based Application for Monitoring Robotic A...
IRJET- A Quality Watch Android Based Application for Monitoring Robotic A...
IRJET Journal
 
Motion capture for Animation
Motion capture for AnimationMotion capture for Animation
Motion capture for Animation
IRJET Journal
 
ONLINE NOTICE AND REPORT GENERATOR PLATFORM
ONLINE NOTICE AND REPORT GENERATOR PLATFORMONLINE NOTICE AND REPORT GENERATOR PLATFORM
ONLINE NOTICE AND REPORT GENERATOR PLATFORM
IRJET Journal
 
Neural Net: Machine Learning Web Application
Neural Net: Machine Learning Web ApplicationNeural Net: Machine Learning Web Application
Neural Net: Machine Learning Web Application
IRJET Journal
 
DROWSINESS DETECTION MODEL USING PYTHON
DROWSINESS DETECTION MODEL USING PYTHONDROWSINESS DETECTION MODEL USING PYTHON
DROWSINESS DETECTION MODEL USING PYTHON
IRJET Journal
 
Design and Development of a Headless Content Management System
Design and Development of a Headless Content Management SystemDesign and Development of a Headless Content Management System
Design and Development of a Headless Content Management System
IRJET Journal
 

Similar to MAGE PROCESSING BASED BILLING STRUCTURE USING EDGE COMPUTING AND REACTJS (20)

Development of Virtual Trial Rooms for Showrooms
Development of Virtual Trial Rooms for ShowroomsDevelopment of Virtual Trial Rooms for Showrooms
Development of Virtual Trial Rooms for Showrooms
 
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web AppCreation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
 
IRJET- Generation of HTML Code using Machine Learning Techniques from Mock-Up...
IRJET- Generation of HTML Code using Machine Learning Techniques from Mock-Up...IRJET- Generation of HTML Code using Machine Learning Techniques from Mock-Up...
IRJET- Generation of HTML Code using Machine Learning Techniques from Mock-Up...
 
How Responsive Is Your Testing?
How Responsive Is Your Testing?How Responsive Is Your Testing?
How Responsive Is Your Testing?
 
IRJET - Survey Paper on Tools Used to Enhance User's Experience with Cons...
IRJET -  	  Survey Paper on Tools Used to Enhance User's Experience with Cons...IRJET -  	  Survey Paper on Tools Used to Enhance User's Experience with Cons...
IRJET - Survey Paper on Tools Used to Enhance User's Experience with Cons...
 
IRJET - Augmented Reality: Social Profile Detection by Face Recognition
IRJET - Augmented Reality: Social Profile Detection by Face RecognitionIRJET - Augmented Reality: Social Profile Detection by Face Recognition
IRJET - Augmented Reality: Social Profile Detection by Face Recognition
 
IRJET - Innovative Cart for Smart Shopping
IRJET -  	  Innovative Cart for Smart ShoppingIRJET -  	  Innovative Cart for Smart Shopping
IRJET - Innovative Cart for Smart Shopping
 
Android Application Engineering Presentation
Android Application Engineering PresentationAndroid Application Engineering Presentation
Android Application Engineering Presentation
 
Somnath Resume
Somnath ResumeSomnath Resume
Somnath Resume
 
How Much Does Hiring Remote React Native Developers Cost.pdf
How Much Does Hiring Remote React Native Developers Cost.pdfHow Much Does Hiring Remote React Native Developers Cost.pdf
How Much Does Hiring Remote React Native Developers Cost.pdf
 
How Much Does Hiring Remote React Native Developers Cost.docx
How Much Does Hiring Remote React Native Developers Cost.docxHow Much Does Hiring Remote React Native Developers Cost.docx
How Much Does Hiring Remote React Native Developers Cost.docx
 
IRJET- Online Shopping System
IRJET-  	  Online Shopping SystemIRJET-  	  Online Shopping System
IRJET- Online Shopping System
 
Hand Gesture Identification
Hand Gesture IdentificationHand Gesture Identification
Hand Gesture Identification
 
IRJET- A Quality Watch Android Based Application for Monitoring Robotic A...
IRJET-  	  A Quality Watch Android Based Application for Monitoring Robotic A...IRJET-  	  A Quality Watch Android Based Application for Monitoring Robotic A...
IRJET- A Quality Watch Android Based Application for Monitoring Robotic A...
 
SunidhiSharma
SunidhiSharmaSunidhiSharma
SunidhiSharma
 
Motion capture for Animation
Motion capture for AnimationMotion capture for Animation
Motion capture for Animation
 
ONLINE NOTICE AND REPORT GENERATOR PLATFORM
ONLINE NOTICE AND REPORT GENERATOR PLATFORMONLINE NOTICE AND REPORT GENERATOR PLATFORM
ONLINE NOTICE AND REPORT GENERATOR PLATFORM
 
Neural Net: Machine Learning Web Application
Neural Net: Machine Learning Web ApplicationNeural Net: Machine Learning Web Application
Neural Net: Machine Learning Web Application
 
DROWSINESS DETECTION MODEL USING PYTHON
DROWSINESS DETECTION MODEL USING PYTHONDROWSINESS DETECTION MODEL USING PYTHON
DROWSINESS DETECTION MODEL USING PYTHON
 
Design and Development of a Headless Content Management System
Design and Development of a Headless Content Management SystemDesign and Development of a Headless Content Management System
Design and Development of a Headless Content Management System
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 

Recently uploaded (20)

Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 

MAGE PROCESSING BASED BILLING STRUCTURE USING EDGE COMPUTING AND REACTJS

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 92 IMAGE PROCESSING BASED BILLING STRUCTURE USING EDGE COMPUTING AND REACTJS Dr Murugan R1 Sindhu S2 Department of Computer Application Department of Computer Application Jain knowledge Campus, Bangalore Jain knowledge Campus, Bangalore Jain University Jain University Bangalore, India Bangalore, India S R Likitha3 Department of Computer Application Jain knowledge Campus, Bangalore Jain University Bangalore, India ------------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The idea of this project is to promote image processing-based billing structure that leverages edge computing. Basically, in many remote places, in the shops, the billing is done manually, since all the shops are not technologically forward to use devices like OCR’s. Also, the mix-up of prices of different products also remains a problem in manual billing. To counter such issues the authors, propose theidea of an image-based billing system, which produces fast and accurate results and works with simple camera devices like a mobile phone which uses IBM cloud’s service called visual recognition tool. The specialty of this model is that it will differentiate the objects accurately but based on its size meaning that if there are ten versions of the same products, one of the sizes (of price x) and the other of larger size (of price 2x) then it will successfully recognize them and add the price to the billing system accordingly. The precision of the model for the object detection is 90%. It has been developed in the form of a web application. Thus, this paper proper a fully developed software for billing in the local C-Shops Keywords--Edge Computing, IBM Cloud, Image detection, billing system 1. INTRODUCTION The idea of this paper is to propose an Object/Image Detection based billing structure which employs edge computing. The idea for the study of this product comes taking note of the C- shops, where billing of grocery products and others is generally done manually. All the retailers aren’t technologically advanced or financially well to do, to use devices like OCR. The confusion of cost of different products. remains a road block in manual billing. To tackle such issue, we present the idea of image-based billing structure which produces quick and fault- less results and works with simple devices like a front camera of laptop or a mobile phone. The feature of this model is that it will differentiate the objects accurately but based on its size i.e., that if there are two versions of the same product, one of small size (of price a) and the other of larger size (of price 2a) then it will successfully recognize them and add the price to the billing system accordingly. The precision of the model for object detection is90%. It has been developed and implemented in the form of a responsive ReactJs web application. Thus, this paper proposes a completely developed. 2. OBJECTIVE The project deals with the billing of different products in a C- Shop. We need to develop solution using an ML model that could easily detect different products of a C-shop and could add the products into a bill with other proper details. Unlike older method of billing products in a C-shop or any shopping mart which uses a bar code scanner or traditional manual method for each and every product to get billed, this is a ML based solution which provides better billing system by identifying the products by its image. The solution has to be robust enough to identify the products of the same brands but of different sizes as different products. For example, the same brand, same color, and similar toothpaste of different sizes should be identified differently as the small, medium, or large sizes, and accordingly, these sizes will be listed the bill separately. At the same time, the solution has to be developed, keeping in mind that the edge computer is not compute-intensive. Keeping the problem statement in mind, we have to develop a web application that does the job. 3. LITERATURE SURVEY Camille Ballas [1] proposed “Performance of video processing at the edge for crowd monitoring applications” in 2019.In this paper, they mentioned, Smart city applications covering a wide area such as traffic monitoring and pothole detection are gradually adopting more image machine learning algorithms
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 93 utilizing ubiquitous camera sensors. To support such applications, an edge computing paradigm focuses on processing large amount of multimedia data at the edge to offload processing cost and reduce long-distance traffic and latency. However, existing edge computing approaches rely on pre-trained static models and are limited in supporting diverse classes of edge devices as well as learning models to support them. This research proposes a novel crowd-based learning framework which allows edge devices with diverse resource capabilities to perform machine learning towards the realization of image-based smart city applications. The intelligent retraining algorithm allows sharing key visual features to achieve a higher accuracy based on the temporal and geospatial uniqueness. Our evaluation shows the trade-off between accuracy and the resource constraints of the edge devices, while the model re-sizing option enables. Shravan G V [2] proposed “Comprehensive Analysis of React-Redux Development Framework” in 2018. In this paper, they mentioned, as developers while creating apps compatible on cross platforms is a tedious task and poses huge challenges before the developers, to be acquainted with cognizance specific to two or more native platforms. Besides, certain hybrid application frameworks existing in market were not able to cater similar experience to same user on all native platforms. Comprehending a solution to the underlying problem, the research work presented in this paper utilizes the advantages of React-Redux framework to create a hybrid application capable of provisioning solutions. The generated framework can be used for windows and iOS machines and the produced results are satisfactory for the users in both the platforms. The proposed methodology has been implemented using JavaScript ES6. Creating web application often tends to be a difficult job for a developer as the developer has to make one application forAndroid platform and one for iOS platform which requires knowledge of two different domains i.e. for Android application, the knowledge of different browser interpret react and its libraries (programming language: Kotlin or JavaScript) and for iOS mobile application (programming language: swift or JavaScript and IDE: XCode) is required. Besides, some popular hybrid web application framework made by developers were not much successful for creating the exact same experience on multiple native platforms. Comprehending a solution to the problem, this paper utilizes the advantages of React-Redux which is a framework capable of generating hybrid web applications for cross platforms with high data fetching without caching. React developed by Facebook developers in 2015, tends to have a single place to write code in JavaScript ES6 as the programming language and build mobile application for both iOS and Android at the same time with single code written for both the native platforms. To implement complex applications, it uses another dependency with name Redux capable of managing the state in react native. Moreover, this Research paper describes the dependencies developed by other react native developers that has been utilized. Tomas Eglinskas [3] proposed “The most important lessons I’ve learned after a year of working with React” in the year 2017 in which he said Starting out with a new technology can be quite troublesome. You usually find yourself in a sea of tutorials and articles, followed by millions of personal opinions. And every single one states that they found the “right and perfect way.” This leaves us debating whether our chosen tutorial will be a waste of time or not. Before diving into the ocean, we must understand the underlying concepts of a technology. Then we need to develop a technology-based mindset. If we are starting to learn React, we first have to think in React. Only later on we can start mixing various mindsets into one. Don’t stick to the basics — become advanced. You might think sometimes that you don’t understand something enough to move on to the advanced stuff. But often times you shouldn’t worry about it too much — take up the challenge and prove yourself wrong. By taking up the advanced topics and pushing yourself, you can understand more of the basics and how they are used for bigger things. 4. PROPOSED METHODOLOGY We propose “Image Processing Based Billing Structure with Edge Computing”, in which we have developed a responsive web application that continuously captures live video stream sent bya camera of smartphone connected to the edge computer (Laptop in this case) via IP-webcam mobile application. Whenever a product is placed in front of the camera, the web application can be used to capture the image and then it immediately processes the image through the Machine Learning model and accordingly add the identified product to the bill. The basic setup is illustrated in the following diagram.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 03 | Mar 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 94 We have first captured around 16 to 40 images of each product from different angles in a folder, one folder for each product and all those folders have been placed in a train folder which is further present in the main folder named ‘Ration’. Likewise, we also have a similar test folder, which contains the folders for each product, which further contains other similar images of the products for testing. We have used the Google Collab platform, which is completely free to use, to train our ML Model. We have used a python Library named as ImageAI to train our data. With the benefit of 12 GB of RAM and GPU that we get along with Google Collab, we were able to train our ML model easily for 12 products within 45 minutes. As the Edge computer is not compute intensive, training the data on a cloud platformis a good idea. Once, the product is identified by the camera, it is added to the bill Advantages of Proposed System: There’s no cost to train the model for the Edge Computer as we are training on the Free Google Collab platform, which is simply fast and free. And we can turn our existing billing computers to adopt this solution by installing just a few software. Therefore, the transition cost from the traditional C-shop billing structure to this new Machine Learning model-based approach is almost null and therefore we can achieve huge cost savings. CONCLUSION After studying the current existing billing systems and developing our own software-based systems image detection it can be concluded that this image based billing model not only detects object with high level of accuracy but can also differentiate based on its size. FUTURE ENHANCEMENT Edge computing is still in its infancy and not quite ready for primetime yet. For “the edge” to become as ubiquitous as “the cloud” in the tech industry, a myriad of technical challenges will need to be tackled. These include the development of compact devices with outsized processing power, the creation of software that enables companies to remotely monitor and update a limitless number of edge devices from across the world and new security technology and protocols to keep everything safe. 5G is one of the drivers for edge computing, as it allows for increased numbers of data sources orprocessing points that can be interconnected, implying an exponential increase in the volume of data to be processed. This can quickly become too much for existing “sites to cloud” connections and requires data processing much closer to the source. 5G also allows for much lower latencies, a key component to some new applications and another factor in making processing power available closer to where it is consumed or generated. The scalable nature of edge computing makes it an ideal solution for C-shops. REFERENCES [1] Rossetti MD, Pham AT. Simulation modeling of customer checkout configurations. In Proceedings of the 2015 Winter Simulation Conference 2015 Dec 6 (pp.1151-1162). IEEE Press. [2] Rohith Sri Sai, Mukkamala & Rella, Sindhusha & Veeravalli, Sainagesh. (2019). OBJECT [3] DETECTION AND IDENTIFICATION A Project Report. Erhan, Dumitru & Segedy, Christian & Toshev, Alexander & Anguelov, Dragomir. (2013). Scalable Object Detection Using Deep Networks. [4] Grover, M., Verma, B., Sharma, N., & Kaushik, I. (2019). Traffic control using V-2-V Based Method using Reinforcement Learning. 2019 International Conference on Computing, Communication, and Intelligent Systems (ICCCIS). [5] Goel, A. K., Rose, A., Gaur, J., & Bhushan, B. (2019). Attacks, Countermeasures and Security Paradigms in IoT. 2019 2nd International Conference on Intelligent Computing, Instrumentation and Control Technologies (ICICICT). [6] Azizpour, H., and Laptev, I. (2012). “Object detection using strongly supervised deformable part models,” in Computer Vision- ECCV 2012 (Florence: Springer). [7] Harjani, M., Grover, M., Sharma, N., & Kaushik, I. (2019). Analysis of Various Machine Learning Algorithm for Cardiac Pulse Prediction. 2019 International Conference on Computing, Communication, and Intelligent Systems (ICCCIS). [9