SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 162
Finger Gesture Based Rating System
Sukrit Sarkar1, Raghavendra Singh Dasila2
1,2UG Student, Dept. of Computer Science Engineering, SRM University, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Companies and organizations are trying to
discover strategies to achieve enterprise competitiveness to
improve their flexibility and responsiveness by changing or
finding efficient and effective methods, technologies and/or
operational strategies that involve product performance
analysis and user satisfaction. This gave birth to the strategy
of rating systems. This paper is focused on the new type
concept of collective rating system based on hand gestures.
The proposed system uses computer vision and cloud
computing based business workflows to achieve the above
goal. It further discuss the problems in the existing and
proposed system along with the future prospects and
improvements of the project.
Key Words: Cloud Computing, Collective Data Manager,
Computer vision, Costumer Rating system.
1. INTRODUCTION
With the increase in the competitive growth in the business
market the facilities being providedtothe enduserarelarge.
Speed delivery, live status tracking, online shopping and
rating are few of the modern facilities being provided to the
customer. Rating systems is important in the performance
measurement. Performance measurement is the process of
collecting, analyzing and reporting the in performance of an
individual, group, organization, system or component [1].
The processes, strategies and growth of the company or
organization can be measured by this process. Also helping
the customer to compare and choose a better product based
on usage experience by other users.
With the growth of business and industries from themanual
paper work feedback, to the app-based and e-commerce
rating, the rating system has seen a major evolution with
time. In this paper we discuss a new proposed system for
rating.
E-commerce, is a type of industry where buying, selling and
processing of products or services are conducted over
electronic systems such as the Internet and other computer
networks. The concept of Cloud computing is a now applied
to e-commerce. The integration of cloud computing and e-
commerce has changed workflowoftoday’sindustries.It has
a great influence of cost reduction, performance
enhancement and customer satisfaction. E-commerce has
revolutionized the business world. Majority of these type of
sites comes with an integrated rating and feedback portal
where the customer gives a rating system based on
performance and usage.
The remainder of the paper is organizedasfollows.SectionII
summarizes related work for our paper.SectionIIIdescribes
the existing system and Section IV is the proposed system.
Section IV presents our evaluation. Finally, Section V
addresses the conclusions and the future work.
2. RELATED WORK
2.1. Cloud Computing Services
The area of cloud computing has grown massively. It
provides all the necessary tools and services needed to
sustain the entire business workflowhostingontheinternet.
Few of the services of which are focused for the need of this
system are discussed as follows [1].
2.1.1. Database-as-a-Service (DbaaS)
A database is defined as a collection of data in an
ordered fashion. Database-as-a-service (DbaaS) provides
users with some form of access to a database without the
need for setting up physical hardware, installingsoftwareor
configuring for performance. Theserviceprovidertakescare
of the administrative tasks and the maintenance, with an
option for users to do so, too.
2.1.2. Monitoring as a Service (MaaS)
Maas is a framework that run the interface for
monitoring functionalities for various other services and
applications within the cloud. MaaS is used to track states of
applications, networks, system or any element that may be
deployable within the cloud.
2.1.3. Storage as a service (SaaS)
Storage as a service (SaaS) is a business model in which
a storage is provide to the companiesontheinternetthereby
saving the cost of secondary hardware and devices. This is
mostly used by small companies for managing backups, and
providing cost savings in personnel, hardware and physical
space.
2.2. Computer Vision
Prominent existing algorithms for computer vision
exists in an open source framework known as OpenCV.
Finger and gesture recognition is a well-studied area with
several implementations already in use in several devices.
There are filter based, neural network based approaches,
and machine learning approaches. Facial and object
recognition techniques based descriptors such HOG
(Histogram Oriented Gradients)allowustouniquelyidentify
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 163
a person or an object and there areseveral datasetsavailable
to do so.
2.3. Rating Systems
Starting from online shopping to restaurants to viewing
any pages or blog in a social media, the process of rating is
prevelant everywhere. Rating refers to the process where to
mark product or individual within a certain parameter of
prescribed experience of that particular dealing. In today’s
generation customers often judge a product by its rating. A
major percentage of customers are acquainted in reviewing
products and also buy products based on this system [5].
Rating is a system of ranking customers exposureto
a certain experience. It is a marketing process in which, the
particular company or any said organization gets a direct
survey and tries to mold themselves in the needs
accordingly. The utilitarian process also hands anidea tothe
customer about their choice of selection.
3. EXISTING SYSTEM
3.1. Individual Rating System
In the existing system all companies maintain their
individual rating system. The user rating given to a
particular group/organization or element is limited to the
company. The companies needs to havea dedicatedITgroup
to maintain and analyses this section of the company. Onthe
other hand the users are only limited to the elements of a
particular company and compare with the elements of the
same company.
3.2. Application based rating System
Current application based rating software utilizes
mobile software connected to a cloud database to manually
input a rating from the customer. Each service provider
usually have their own rating capturing system set up for
their use, but most determine rating as out of 5.
The customer is required to manually input their
desired rating. Other customers can view the ratings
provided on the company’s website or on thespecificmobile
application.
4. PROPOSED SYSTEM
4.1. Collective Master Data Manager System
In this case, unlike the current system, the
companies can vend services from a common portal. The
company does not need to have a special IT sector dedicated
for this system. The portal enables the facilitiesofextraction
of data, analyze and return a report to the end users. Many
companies using services from the same company enables
comparisons of products among services and rating of
various companies on a common portal, thus opening up
new horizons to big data analytics.
4.2. Hand Gestures (Finger Count) Based Rating
This proposal utilizes fingers held up by the
customer as the basis for rating, with the number of fingers
held up as the rating out of 5. The system also saves the
descriptors of the person to prevent one person’s rating to
be counted multiple times. To prevent ambiguity and
multiple people providing ratings, a designated area is
marked for the person to stand in front of the camera which
acts as a placeholder for the proposed algorithm. The
person’s identity can be determined easily bycorrelating his
HOG descriptors with his name at the time of purchase and
billing. The proposed system works on the following
algorithm:
Algorithm
1. Determine if a person is standing at the place holder by
comparing HOG descriptors with predetermined
dataset.
2. If a person is present, capture image from the camera
and retrieve name from image captured at billing
counter.
3. Convert captured image to grayscale.
4. Apply Gaussian blur to the image for noise.
5. Apply background subtraction (to retrieve only the
hand).
6. Extract contours or edges using any edge detection
algorithm preferably Canny.
7. Determine convex hulls.
Fig -1: Hand gesture based rating
8. Count the individual fingers from convexity defects [4].
9. The number obtained is sent to the cloud database
along with identity of the person as determined at the
time of billing.
10. The data is stored in the cloud databases and along
with the information about the product or service.
11. The ratings are monitored and verified against
inappropriate content based on the list already stored
in the server.
12. The data contained in the database is effectively
analyzed based on required parameters and reports are
sent to the company selling/providing the product or the
service respectively.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 164
5. CONCLUSIONS
This proposal allows customers to spend minimal time to
provide valuable feedback to the service providers, thereby
ensuring an honest and relevant feedback. The gesture
aspect of it allows for more social engagement with the
service providers. The universal rating collection allows the
ratings to be relevant across multiple providers whilst
facilitating analysis on a large scale. Further research can be
performed on the analysis of universal ratings and their
applications.
REFERENCES
[1] https://www.techopedia.com/definition/
[2] https://www.nist.gov/news-
events/news/2011/10/final-version-nist-cloud-
computing-definition/
[3] OpenCV Computer Vision Framework (opencv.org)
[4] http://simena86.github.io/blog/2013/08/12/hand-
tracking-and-recognition-with-opencv/
[5] http://universalrating.com/
BIOGRAPHIES
Sukrit Sarkar, UG Student,
Department of Computer Science
and Engineering, SRM University,
Chennai
Raghavendra Singh Dasila, UG
Student, Dept. ofComputerScience
Engineering, SRM University,
Tamil Nadu, India

More Related Content

What's hot

IRJET- An Online Grievance Redressal System
IRJET-  	  An Online Grievance Redressal SystemIRJET-  	  An Online Grievance Redressal System
IRJET- An Online Grievance Redressal SystemIRJET Journal
 
IRJET- Queue Control System using Android
IRJET- Queue Control System using AndroidIRJET- Queue Control System using Android
IRJET- Queue Control System using AndroidIRJET Journal
 
Beyond Roles: A Practical Approach to Enterprise User Provisioning
Beyond Roles: A Practical Approach to Enterprise User ProvisioningBeyond Roles: A Practical Approach to Enterprise User Provisioning
Beyond Roles: A Practical Approach to Enterprise User ProvisioningHitachi ID Systems, Inc.
 
IRJET- Grievance Cell and Complaints Tracking System for Citizens
IRJET-  	  Grievance Cell and Complaints Tracking System for CitizensIRJET-  	  Grievance Cell and Complaints Tracking System for Citizens
IRJET- Grievance Cell and Complaints Tracking System for CitizensIRJET Journal
 
IRJET- E – Healthcare System
IRJET-  	  E – Healthcare SystemIRJET-  	  E – Healthcare System
IRJET- E – Healthcare SystemIRJET Journal
 
IRJET- Android based Porter Application on PT Jerindo Jaya Abadi
IRJET- Android based Porter Application on PT Jerindo Jaya AbadiIRJET- Android based Porter Application on PT Jerindo Jaya Abadi
IRJET- Android based Porter Application on PT Jerindo Jaya AbadiIRJET Journal
 
IRJET- E-Payment and Transactions using QR Codes
IRJET- E-Payment and Transactions using QR CodesIRJET- E-Payment and Transactions using QR Codes
IRJET- E-Payment and Transactions using QR CodesIRJET Journal
 
IRJET- A New Approach to Product Recommendation Systems
IRJET- A New Approach to Product Recommendation SystemsIRJET- A New Approach to Product Recommendation Systems
IRJET- A New Approach to Product Recommendation SystemsIRJET Journal
 
Pharmaceutical store management system
Pharmaceutical store management systemPharmaceutical store management system
Pharmaceutical store management systemTushar Dalvi
 
An IT Application for Student's Access to Services in a University Establishment
An IT Application for Student's Access to Services in a University EstablishmentAn IT Application for Student's Access to Services in a University Establishment
An IT Application for Student's Access to Services in a University Establishmentrahulmonikasharma
 
IRJET - Leave Management System for AIKTC
IRJET - Leave Management System for AIKTCIRJET - Leave Management System for AIKTC
IRJET - Leave Management System for AIKTCIRJET Journal
 
IRJET - Interaction based Expert System
IRJET -  	  Interaction based Expert SystemIRJET -  	  Interaction based Expert System
IRJET - Interaction based Expert SystemIRJET Journal
 
Business Intelligence (BI) Dashboard Utility
Business Intelligence (BI) Dashboard UtilityBusiness Intelligence (BI) Dashboard Utility
Business Intelligence (BI) Dashboard UtilityIRJET Journal
 
IRJET- Logistics Network Superintendence Based on Knowledge Engineering
IRJET- Logistics Network Superintendence Based on Knowledge EngineeringIRJET- Logistics Network Superintendence Based on Knowledge Engineering
IRJET- Logistics Network Superintendence Based on Knowledge EngineeringIRJET Journal
 
IRJET - Municipal Corporation Complaint Management System
IRJET -  	  Municipal Corporation Complaint Management SystemIRJET -  	  Municipal Corporation Complaint Management System
IRJET - Municipal Corporation Complaint Management SystemIRJET Journal
 
Spreadsheet Management with the new Microsoft Office
Spreadsheet Management with the new Microsoft OfficeSpreadsheet Management with the new Microsoft Office
Spreadsheet Management with the new Microsoft OfficeDavid J Rosenthal
 
Srs group 4 v5 - esmart shopping
Srs group 4  v5 - esmart shoppingSrs group 4  v5 - esmart shopping
Srs group 4 v5 - esmart shoppingadprojects1
 
External Search Match
External Search MatchExternal Search Match
External Search MatchAnoop Savio
 

What's hot (20)

IRJET- An Online Grievance Redressal System
IRJET-  	  An Online Grievance Redressal SystemIRJET-  	  An Online Grievance Redressal System
IRJET- An Online Grievance Redressal System
 
IRJET- Queue Control System using Android
IRJET- Queue Control System using AndroidIRJET- Queue Control System using Android
IRJET- Queue Control System using Android
 
Beyond Roles: A Practical Approach to Enterprise User Provisioning
Beyond Roles: A Practical Approach to Enterprise User ProvisioningBeyond Roles: A Practical Approach to Enterprise User Provisioning
Beyond Roles: A Practical Approach to Enterprise User Provisioning
 
IRJET- Grievance Cell and Complaints Tracking System for Citizens
IRJET-  	  Grievance Cell and Complaints Tracking System for CitizensIRJET-  	  Grievance Cell and Complaints Tracking System for Citizens
IRJET- Grievance Cell and Complaints Tracking System for Citizens
 
IRJET- E – Healthcare System
IRJET-  	  E – Healthcare SystemIRJET-  	  E – Healthcare System
IRJET- E – Healthcare System
 
IRJET- Android based Porter Application on PT Jerindo Jaya Abadi
IRJET- Android based Porter Application on PT Jerindo Jaya AbadiIRJET- Android based Porter Application on PT Jerindo Jaya Abadi
IRJET- Android based Porter Application on PT Jerindo Jaya Abadi
 
IRJET- E-Payment and Transactions using QR Codes
IRJET- E-Payment and Transactions using QR CodesIRJET- E-Payment and Transactions using QR Codes
IRJET- E-Payment and Transactions using QR Codes
 
IRJET- A New Approach to Product Recommendation Systems
IRJET- A New Approach to Product Recommendation SystemsIRJET- A New Approach to Product Recommendation Systems
IRJET- A New Approach to Product Recommendation Systems
 
Pharmaceutical store management system
Pharmaceutical store management systemPharmaceutical store management system
Pharmaceutical store management system
 
An IT Application for Student's Access to Services in a University Establishment
An IT Application for Student's Access to Services in a University EstablishmentAn IT Application for Student's Access to Services in a University Establishment
An IT Application for Student's Access to Services in a University Establishment
 
IRJET - Leave Management System for AIKTC
IRJET - Leave Management System for AIKTCIRJET - Leave Management System for AIKTC
IRJET - Leave Management System for AIKTC
 
IRJET - Interaction based Expert System
IRJET -  	  Interaction based Expert SystemIRJET -  	  Interaction based Expert System
IRJET - Interaction based Expert System
 
Business Intelligence (BI) Dashboard Utility
Business Intelligence (BI) Dashboard UtilityBusiness Intelligence (BI) Dashboard Utility
Business Intelligence (BI) Dashboard Utility
 
IRJET- Logistics Network Superintendence Based on Knowledge Engineering
IRJET- Logistics Network Superintendence Based on Knowledge EngineeringIRJET- Logistics Network Superintendence Based on Knowledge Engineering
IRJET- Logistics Network Superintendence Based on Knowledge Engineering
 
Billing project
Billing projectBilling project
Billing project
 
IRJET - Municipal Corporation Complaint Management System
IRJET -  	  Municipal Corporation Complaint Management SystemIRJET -  	  Municipal Corporation Complaint Management System
IRJET - Municipal Corporation Complaint Management System
 
Spreadsheet Management with the new Microsoft Office
Spreadsheet Management with the new Microsoft OfficeSpreadsheet Management with the new Microsoft Office
Spreadsheet Management with the new Microsoft Office
 
Srs group 4 v5 - esmart shopping
Srs group 4  v5 - esmart shoppingSrs group 4  v5 - esmart shopping
Srs group 4 v5 - esmart shopping
 
kerala Government Offices Attendance Punching procedure 2019 uploaded by Jame...
kerala Government Offices Attendance Punching procedure 2019 uploaded by Jame...kerala Government Offices Attendance Punching procedure 2019 uploaded by Jame...
kerala Government Offices Attendance Punching procedure 2019 uploaded by Jame...
 
External Search Match
External Search MatchExternal Search Match
External Search Match
 

Similar to Finger gesture rating system collects feedback

IRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigDataIRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigDataIRJET Journal
 
Expense Manager: An Expense Tracking Application using Image Processing
Expense Manager: An Expense Tracking Application using Image ProcessingExpense Manager: An Expense Tracking Application using Image Processing
Expense Manager: An Expense Tracking Application using Image ProcessingIRJET Journal
 
IRJET- Vendor Management System using Machine Learning
IRJET-  	  Vendor Management System using Machine LearningIRJET-  	  Vendor Management System using Machine Learning
IRJET- Vendor Management System using Machine LearningIRJET Journal
 
Detection of Behavior using Machine Learning
Detection of Behavior using Machine LearningDetection of Behavior using Machine Learning
Detection of Behavior using Machine LearningIRJET Journal
 
Analytics and Self Service
Analytics and Self ServiceAnalytics and Self Service
Analytics and Self ServiceMike Streb
 
Recommender System- Analyzing products by mining Data Streams
Recommender System- Analyzing products by mining Data StreamsRecommender System- Analyzing products by mining Data Streams
Recommender System- Analyzing products by mining Data StreamsIRJET Journal
 
IRJET - Online Product Scoring based on Sentiment based Review Analysis
IRJET - Online Product Scoring based on Sentiment based Review AnalysisIRJET - Online Product Scoring based on Sentiment based Review Analysis
IRJET - Online Product Scoring based on Sentiment based Review AnalysisIRJET Journal
 
IRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom IndustryIRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom IndustryIRJET Journal
 
Efficiently Detecting and Analyzing Spam Reviews Using Live Data Feed
Efficiently Detecting and Analyzing Spam Reviews Using Live Data FeedEfficiently Detecting and Analyzing Spam Reviews Using Live Data Feed
Efficiently Detecting and Analyzing Spam Reviews Using Live Data FeedIRJET Journal
 
IMPLEMENTATION OF SALES MODULES USING CRM
IMPLEMENTATION OF SALES MODULES USING CRMIMPLEMENTATION OF SALES MODULES USING CRM
IMPLEMENTATION OF SALES MODULES USING CRMIRJET Journal
 
IRJET- Website Health Checker
IRJET- Website Health CheckerIRJET- Website Health Checker
IRJET- Website Health CheckerIRJET Journal
 
IRJET- Sentimental Analysis of Product Reviews for E-Commerce Websites
IRJET- Sentimental Analysis of Product Reviews for E-Commerce WebsitesIRJET- Sentimental Analysis of Product Reviews for E-Commerce Websites
IRJET- Sentimental Analysis of Product Reviews for E-Commerce WebsitesIRJET Journal
 
Top 8 Trends in Performance Engineering
Top 8 Trends in Performance EngineeringTop 8 Trends in Performance Engineering
Top 8 Trends in Performance EngineeringConvetit
 
IRJET- E-Commerce Recommender System using Data Mining Algorithms
IRJET-  	  E-Commerce Recommender System using Data Mining AlgorithmsIRJET-  	  E-Commerce Recommender System using Data Mining Algorithms
IRJET- E-Commerce Recommender System using Data Mining AlgorithmsIRJET Journal
 
IRJET- Opinion Summarization using Soft Computing and Information Retrieval
IRJET- Opinion Summarization using Soft Computing and Information RetrievalIRJET- Opinion Summarization using Soft Computing and Information Retrieval
IRJET- Opinion Summarization using Soft Computing and Information RetrievalIRJET Journal
 
BI powerpoint presentation
BI powerpoint presentationBI powerpoint presentation
BI powerpoint presentationDikshaNikam2
 
IRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
IRJET- Online Sequential Behaviour Analysis using Apriori AlgorithmIRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
IRJET- Online Sequential Behaviour Analysis using Apriori AlgorithmIRJET Journal
 
IRJET- Virtual Business Analyst using a Progressive Web Application
IRJET- Virtual Business Analyst using a Progressive Web ApplicationIRJET- Virtual Business Analyst using a Progressive Web Application
IRJET- Virtual Business Analyst using a Progressive Web ApplicationIRJET Journal
 

Similar to Finger gesture rating system collects feedback (20)

IRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigDataIRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigData
 
Expense Manager: An Expense Tracking Application using Image Processing
Expense Manager: An Expense Tracking Application using Image ProcessingExpense Manager: An Expense Tracking Application using Image Processing
Expense Manager: An Expense Tracking Application using Image Processing
 
IRJET- Vendor Management System using Machine Learning
IRJET-  	  Vendor Management System using Machine LearningIRJET-  	  Vendor Management System using Machine Learning
IRJET- Vendor Management System using Machine Learning
 
Detection of Behavior using Machine Learning
Detection of Behavior using Machine LearningDetection of Behavior using Machine Learning
Detection of Behavior using Machine Learning
 
Analytics and Self Service
Analytics and Self ServiceAnalytics and Self Service
Analytics and Self Service
 
Recommender System- Analyzing products by mining Data Streams
Recommender System- Analyzing products by mining Data StreamsRecommender System- Analyzing products by mining Data Streams
Recommender System- Analyzing products by mining Data Streams
 
IRJET - Online Product Scoring based on Sentiment based Review Analysis
IRJET - Online Product Scoring based on Sentiment based Review AnalysisIRJET - Online Product Scoring based on Sentiment based Review Analysis
IRJET - Online Product Scoring based on Sentiment based Review Analysis
 
IRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom IndustryIRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom Industry
 
How to Choose an Agency Management System
How to Choose an Agency Management SystemHow to Choose an Agency Management System
How to Choose an Agency Management System
 
Bi presentation
Bi presentationBi presentation
Bi presentation
 
Efficiently Detecting and Analyzing Spam Reviews Using Live Data Feed
Efficiently Detecting and Analyzing Spam Reviews Using Live Data FeedEfficiently Detecting and Analyzing Spam Reviews Using Live Data Feed
Efficiently Detecting and Analyzing Spam Reviews Using Live Data Feed
 
IMPLEMENTATION OF SALES MODULES USING CRM
IMPLEMENTATION OF SALES MODULES USING CRMIMPLEMENTATION OF SALES MODULES USING CRM
IMPLEMENTATION OF SALES MODULES USING CRM
 
IRJET- Website Health Checker
IRJET- Website Health CheckerIRJET- Website Health Checker
IRJET- Website Health Checker
 
IRJET- Sentimental Analysis of Product Reviews for E-Commerce Websites
IRJET- Sentimental Analysis of Product Reviews for E-Commerce WebsitesIRJET- Sentimental Analysis of Product Reviews for E-Commerce Websites
IRJET- Sentimental Analysis of Product Reviews for E-Commerce Websites
 
Top 8 Trends in Performance Engineering
Top 8 Trends in Performance EngineeringTop 8 Trends in Performance Engineering
Top 8 Trends in Performance Engineering
 
IRJET- E-Commerce Recommender System using Data Mining Algorithms
IRJET-  	  E-Commerce Recommender System using Data Mining AlgorithmsIRJET-  	  E-Commerce Recommender System using Data Mining Algorithms
IRJET- E-Commerce Recommender System using Data Mining Algorithms
 
IRJET- Opinion Summarization using Soft Computing and Information Retrieval
IRJET- Opinion Summarization using Soft Computing and Information RetrievalIRJET- Opinion Summarization using Soft Computing and Information Retrieval
IRJET- Opinion Summarization using Soft Computing and Information Retrieval
 
BI powerpoint presentation
BI powerpoint presentationBI powerpoint presentation
BI powerpoint presentation
 
IRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
IRJET- Online Sequential Behaviour Analysis using Apriori AlgorithmIRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
IRJET- Online Sequential Behaviour Analysis using Apriori Algorithm
 
IRJET- Virtual Business Analyst using a Progressive Web Application
IRJET- Virtual Business Analyst using a Progressive Web ApplicationIRJET- Virtual Business Analyst using a Progressive Web Application
IRJET- Virtual Business Analyst using a Progressive Web Application
 

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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 

Recently uploaded (20)

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 

Finger gesture rating system collects feedback

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 162 Finger Gesture Based Rating System Sukrit Sarkar1, Raghavendra Singh Dasila2 1,2UG Student, Dept. of Computer Science Engineering, SRM University, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Companies and organizations are trying to discover strategies to achieve enterprise competitiveness to improve their flexibility and responsiveness by changing or finding efficient and effective methods, technologies and/or operational strategies that involve product performance analysis and user satisfaction. This gave birth to the strategy of rating systems. This paper is focused on the new type concept of collective rating system based on hand gestures. The proposed system uses computer vision and cloud computing based business workflows to achieve the above goal. It further discuss the problems in the existing and proposed system along with the future prospects and improvements of the project. Key Words: Cloud Computing, Collective Data Manager, Computer vision, Costumer Rating system. 1. INTRODUCTION With the increase in the competitive growth in the business market the facilities being providedtothe enduserarelarge. Speed delivery, live status tracking, online shopping and rating are few of the modern facilities being provided to the customer. Rating systems is important in the performance measurement. Performance measurement is the process of collecting, analyzing and reporting the in performance of an individual, group, organization, system or component [1]. The processes, strategies and growth of the company or organization can be measured by this process. Also helping the customer to compare and choose a better product based on usage experience by other users. With the growth of business and industries from themanual paper work feedback, to the app-based and e-commerce rating, the rating system has seen a major evolution with time. In this paper we discuss a new proposed system for rating. E-commerce, is a type of industry where buying, selling and processing of products or services are conducted over electronic systems such as the Internet and other computer networks. The concept of Cloud computing is a now applied to e-commerce. The integration of cloud computing and e- commerce has changed workflowoftoday’sindustries.It has a great influence of cost reduction, performance enhancement and customer satisfaction. E-commerce has revolutionized the business world. Majority of these type of sites comes with an integrated rating and feedback portal where the customer gives a rating system based on performance and usage. The remainder of the paper is organizedasfollows.SectionII summarizes related work for our paper.SectionIIIdescribes the existing system and Section IV is the proposed system. Section IV presents our evaluation. Finally, Section V addresses the conclusions and the future work. 2. RELATED WORK 2.1. Cloud Computing Services The area of cloud computing has grown massively. It provides all the necessary tools and services needed to sustain the entire business workflowhostingontheinternet. Few of the services of which are focused for the need of this system are discussed as follows [1]. 2.1.1. Database-as-a-Service (DbaaS) A database is defined as a collection of data in an ordered fashion. Database-as-a-service (DbaaS) provides users with some form of access to a database without the need for setting up physical hardware, installingsoftwareor configuring for performance. Theserviceprovidertakescare of the administrative tasks and the maintenance, with an option for users to do so, too. 2.1.2. Monitoring as a Service (MaaS) Maas is a framework that run the interface for monitoring functionalities for various other services and applications within the cloud. MaaS is used to track states of applications, networks, system or any element that may be deployable within the cloud. 2.1.3. Storage as a service (SaaS) Storage as a service (SaaS) is a business model in which a storage is provide to the companiesontheinternetthereby saving the cost of secondary hardware and devices. This is mostly used by small companies for managing backups, and providing cost savings in personnel, hardware and physical space. 2.2. Computer Vision Prominent existing algorithms for computer vision exists in an open source framework known as OpenCV. Finger and gesture recognition is a well-studied area with several implementations already in use in several devices. There are filter based, neural network based approaches, and machine learning approaches. Facial and object recognition techniques based descriptors such HOG (Histogram Oriented Gradients)allowustouniquelyidentify
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 163 a person or an object and there areseveral datasetsavailable to do so. 2.3. Rating Systems Starting from online shopping to restaurants to viewing any pages or blog in a social media, the process of rating is prevelant everywhere. Rating refers to the process where to mark product or individual within a certain parameter of prescribed experience of that particular dealing. In today’s generation customers often judge a product by its rating. A major percentage of customers are acquainted in reviewing products and also buy products based on this system [5]. Rating is a system of ranking customers exposureto a certain experience. It is a marketing process in which, the particular company or any said organization gets a direct survey and tries to mold themselves in the needs accordingly. The utilitarian process also hands anidea tothe customer about their choice of selection. 3. EXISTING SYSTEM 3.1. Individual Rating System In the existing system all companies maintain their individual rating system. The user rating given to a particular group/organization or element is limited to the company. The companies needs to havea dedicatedITgroup to maintain and analyses this section of the company. Onthe other hand the users are only limited to the elements of a particular company and compare with the elements of the same company. 3.2. Application based rating System Current application based rating software utilizes mobile software connected to a cloud database to manually input a rating from the customer. Each service provider usually have their own rating capturing system set up for their use, but most determine rating as out of 5. The customer is required to manually input their desired rating. Other customers can view the ratings provided on the company’s website or on thespecificmobile application. 4. PROPOSED SYSTEM 4.1. Collective Master Data Manager System In this case, unlike the current system, the companies can vend services from a common portal. The company does not need to have a special IT sector dedicated for this system. The portal enables the facilitiesofextraction of data, analyze and return a report to the end users. Many companies using services from the same company enables comparisons of products among services and rating of various companies on a common portal, thus opening up new horizons to big data analytics. 4.2. Hand Gestures (Finger Count) Based Rating This proposal utilizes fingers held up by the customer as the basis for rating, with the number of fingers held up as the rating out of 5. The system also saves the descriptors of the person to prevent one person’s rating to be counted multiple times. To prevent ambiguity and multiple people providing ratings, a designated area is marked for the person to stand in front of the camera which acts as a placeholder for the proposed algorithm. The person’s identity can be determined easily bycorrelating his HOG descriptors with his name at the time of purchase and billing. The proposed system works on the following algorithm: Algorithm 1. Determine if a person is standing at the place holder by comparing HOG descriptors with predetermined dataset. 2. If a person is present, capture image from the camera and retrieve name from image captured at billing counter. 3. Convert captured image to grayscale. 4. Apply Gaussian blur to the image for noise. 5. Apply background subtraction (to retrieve only the hand). 6. Extract contours or edges using any edge detection algorithm preferably Canny. 7. Determine convex hulls. Fig -1: Hand gesture based rating 8. Count the individual fingers from convexity defects [4]. 9. The number obtained is sent to the cloud database along with identity of the person as determined at the time of billing. 10. The data is stored in the cloud databases and along with the information about the product or service. 11. The ratings are monitored and verified against inappropriate content based on the list already stored in the server. 12. The data contained in the database is effectively analyzed based on required parameters and reports are sent to the company selling/providing the product or the service respectively.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 164 5. CONCLUSIONS This proposal allows customers to spend minimal time to provide valuable feedback to the service providers, thereby ensuring an honest and relevant feedback. The gesture aspect of it allows for more social engagement with the service providers. The universal rating collection allows the ratings to be relevant across multiple providers whilst facilitating analysis on a large scale. Further research can be performed on the analysis of universal ratings and their applications. REFERENCES [1] https://www.techopedia.com/definition/ [2] https://www.nist.gov/news- events/news/2011/10/final-version-nist-cloud- computing-definition/ [3] OpenCV Computer Vision Framework (opencv.org) [4] http://simena86.github.io/blog/2013/08/12/hand- tracking-and-recognition-with-opencv/ [5] http://universalrating.com/ BIOGRAPHIES Sukrit Sarkar, UG Student, Department of Computer Science and Engineering, SRM University, Chennai Raghavendra Singh Dasila, UG Student, Dept. ofComputerScience Engineering, SRM University, Tamil Nadu, India