SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2647
Speech Based Answer Sheet Evaluation System
Sairaj Chittal1, Rohini Sonawane2, Asmita Patil3, Pankaj Mohite4, V.B Gaikwad5
[1] [2] [3] [4]Student,Dept. of Computer Engineering, Terna Engineering College , Nerul , Navi Mumbai,
Maharashtra,India
[5]Associate Professor, Dept. of Computer Engineering, Terna Engineering College , Nerul , Navi Mumbai,
Maharashtra,India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Speech is the most effective form for
interaction among humans. Human computer interface is the
middle link which acts like an interpreter between the human
user and the computer system. In this paper we present a
direction in which the speech recognition technology can be
used for evaluation of answer sheets. Real time answer sheet
evaluation requires the examiner to manually evaluate the
answer sheets and give marks accordingly. Our proposed
system is an effort to minimize the drawbacks of the existing
manual method of answer sheet evaluation, improve the
performance, possibly prevent malpractices and to provide
ease of usability over the existing system arrangement. Some
concepts that are aimed to be used in this system are Hidden
Markov’s Model (HMM), Vector Quantization (VQ) as part of
Google Speech API used for speech recognition and
corresponding evaluation.
KEY WORDS: Speech recognition, answer sheet
evaluation, HMM, VQ, ease of usability, malpractices
1. INTRODUCTION
Answer sheet evaluation is a major aspect of present day
education system. Speech recognition is used to
communicate with a particular machine using speech input.
The speech recognition process is accomplished by
converting the speech signal to a sequence of textual
representation by way of various algorithms implemented.
Modern day speech recognition systems are instantly
capable of swearing out and understandingspokenlanguage
input for an ordination of up to thousands of words in real
time operational environment.
Our aim is to develop a model system which can evaluate
the scanned answer sheets through speech input provided
by examiner. The marks and other evaluated data will be
stored in appropriate tablesin the database.Theobjective of
this project is to make improvements over the existing
system of paper evaluation by adding speech recognition
functionality for evaluation. Our softwaresystemisaimedto
correctly interpret and recognize the user speech input and
accurately perform the evaluation process.
2. LITERATURE OVERVIEW
By the year 2001, the speech recognition by computer
machines had a maximum accuracy of up to 70%. However,
this technology’s progress seemed to be slowed down
towards the remainder of the decade. Although recent
research activities have contributed to substantial
improvements in this area. Now variousparallelprocessing
methods which use combinations of Hidden Markov
Model’s(HMM’s) and acoustic-phonetic approaches for the
detection and correction of linguistic errors and for
increasing the robustness of system for correct speech
recognition even in a fairly noisy environment, have been
discovered. The collection of these techniques together can
be called as a Speech Recognition System.
SUMA SHANKARANAND describes the Enhanced Speech
Recognition System as it consisted of two main modules
namely, 1) Speaker Recognition and 2) Speech Recognition.
She explains that the Speaker Identification feature
extraction process ,extracts data from the speech signal that
is unique for each speaker. She further states that the Mel
Frequency Cepstral Coefficient (MFCC) technique is
practiced to create like a fingerprint i.e. a unique
identification of the sound files. VQ Algorithm is used for
feature extraction in both modules.[1]
PRACHI KHILARI describes the Automatic Speech
Recognition (ASR) system. The ASR systems operate in two
phases viz. 1) Training Phase and 2) Recognizing Phase. In
the training phase, the system determines the patterns for
presenting the different language sounds like words,
phonemes and short phrases that are a function of the
linguistic vocabulary. These patterns are stored in form of
templates. In the recognizing phase, if an unknownpatternis
identified by considering the set of references, it isstoredfor
future referencing and processing. A proper database hasto
be created from the various domain words and syllables.[7]
3. EXISTING SYSTEM
The traditional system is a manual evaluation system where
an examiner/evaluator grades a bunch of papers at hand
manually. The chances of malpractices in this traditional
system are more as examiner has direct access to answer
sheet hardcopies. However, recent improvements have
contributed to the use of a software arrangement forproper
evaluation where an examiner sits in front of the computer
system and grades the answer sheets which are in the
configuration of scanned copies. In this existing system the
evaluator has to manually enter the marks for evaluation of
answer sheets in the software system. Even this system
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2648
requires more human efforts likemoremouseclicksandalso
requires greater amount of constant precision of the
examiner.
4. PROPOSED SYSTEM
To overcome the drawbacks of existing system we are
proposing to construct a speech based answer sheet
evaluation system that will use speech input of examiner for
evaluation. The primary purpose here is toutilisethespeech
recognition technique to provide a better performance by
the software system as well as have maximum level of
transparency and ease of evaluation for the examiner, as
compared to the existing system. The proposed system
consists of two main actors, 1) Admin and 2) Examiner.
Admin can add/remove the examiners and assign the
subjects to the examiners. Admin has to upload the scanned
answer sheets for the various subjects. Examiner can only
evaluate the answer sheets of the subjects that he/she is
assigned to. The software system is aimed to be able to
correctly interpret and recognize the examiner’s speech
input via a microphone and accurately perform the
evaluation and store the results in the corresponding tables
in the database.
5. SCOPE
This software system can possibly be used for evaluating
answer sheets of any domain. This scheme is in line with
technical changes which are moving towardsautomation i.e.
minimizing manual human efforts. Attempt to use
maximum features provided by a computer system.
Efficient utilizationof speech recognition technology for the
evaluation process. Possibility of improvement over
traditional software system majorly in terms of ease of
usability.
6. REQUIREMENTS
Hardware Specifications :
 Processor : AMD A4-6210 APU with AMD Radeon R3
Graphics.
 Installed memory (RAM) : 4 GB.
 System Type : 64-bit Operating System , x64 based
processor
 Microphone
Software Specifications :
 Windows 10
 Netbeans 7.2 version+
 Eclipse Juno
 SQLYog Community Edition (MYSQL GUI)
7. SPEECH RECOGNITION SYSTEM
Speech recognition is the ability of a machine or program to
identify words and idiomatic expressions present in spoken
words or phrases and convert them to a machine-
understandable format. Primary speech recognition
software’s have a fixed vocabulary of words and phrases,
and it may simply identify these if they are uttered with
more clarity. In our system we are using Google Speech API
for speech recognition. Our system uses finite i.e. limitedset
of words,phrasesand numeric speech inputs for evaluation
purposes.
HMM method is used for speech recognition basically
because it has an inherent statistical (mathematically
precise) framework, the ease and availability of various
training algorithms for correct estimation of parameters of
the models from the finite training sets of speech data, the
flexibility of the resulting recognition system where one can
easily change the type, size and architecture of themodelsto
suit the particular words, sounds etc., and the ease of
implementation of the overall recognition system.[8].
The Automatic Speech Recognition of Google API is done
using Deep Learning Neural Networking. It has a Global
Vocabulary i.e. it can support as many as 80 languages. The
speech to text conversion isdone by applyingsetofpowerful
neural network models and in an easy to use API. The
command and control is done through speech input,
enabling application’s microphone. Figure-1 depicts the
basic working of Google speech API.
Figure-1: Google Speech API Working
8. SPEECHEVALUATIONWORKFLOWOFPROPOSED
SYSTEM.
The speech evaluation workflow diagram (Figure-2) is the
description of how the important concepts of HMM and VQ
work as a part of Automatic Speech Recognition for Google
Speech API. HMM acts in the ASR technology block using
acoustic models. Powerful neural network models are used
for speech to text conversion.The main aim of VQ is to
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2649
generate an efficient codebook. It acts in the Speech
Synthesizer block. Once the speech input is accurately
recognized, corresponding evaluationactionisperformedby
the system accordingly.
Figure-2: Evaluation by speech input
9. FUNCTIONAL MODULES OF PROPOSED SYSTEM
Input for system: Scanned Answer sheets (in pdf format),
Speech input by examiner for evaluation purpose.
The following are the various functional modules of the
proposed system.
Output of system: Evaluated answer sheets.
ADMIN MODULE :
Admin logs in to the system. Admin can perform following
functions.
1) Upload scanned Answer sheets(inpdfformat) & question
paper.
2) Add/Remove ExaminersandEdit theirDetailsbychoosing
semester, branch and subject.
EXAMINER MODULE :
Examiner login to the system. Examiner can perform
following functions.
1) Select the required subject if one or more subjects are
assigned to him/her.
2) Evaluate answer sheets for the selected/assigned subject
by giving marks either by speech input using a microphone
or manually.
EVALUATION MODULE :
1) Examiner logs in and then selects the subject. The
corresponding subject answer sheetsget displayed to him in
the evaluationwindow.The scanned answer sheetsareinpdf
format.
2) Evaluationof answer sheetscan be done by givingspeech
input via a microphone. Also a provision for manual
evaluation using drag and drop functionality is provided.
3) After evaluating the entire paper, he can submit it and the
marks given will be stored in the appropriate tables in the
database.
4) Next paper will automatically be loaded in the evaluation
window and if no papers are available then appropriate
message will be displayed to the examiner regarding the
same.
10. SYSTEM FLOWCHART
Fig -3: Flowchart of proposed system
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2650
11. CONCLUSIONS
To summarize in a nutshell, we haveusedspeechrecognition
technology by taking speech as input via a microphone for
answer sheet evaluation in our proposed software system.
This can be applied as an additional functionality over the
traditional evaluation system and can possibly reduce the
malpractices and possibly offer more accuracy. Keeping in
mind about the move towards automation, our system is in
conformity with it and can prove to be beneficial as minimal
manual human efforts are required. Tested accuracy of
correct speech recognition of our proposed system hasbeen
found decent enough i.e. about 80-85%.
ACKNOWLEDGEMENT
This project is guided by Prof. V.B.Gaikwad, Assistant
Professor at Terna Engineering College Nerul.
REFERENCES
[1] Suma Shankaranand, Manasa S, Mani Sharma, Nithya
A.S, Roopa K.S, K.V Ramakrishnan “An enhanced speech
recognition system”,IJRDET,Vol-2,Issue-3,March-2014
[2] Nuzhat Atiqua Nafis ,Md.Safaet Hussain, “Speech to text
conversion in real time”, IJISR Journal,Vol-17,No-2,Aug
2015
[3] Suma Swamy, K.V Ramakrishnan “An efficient speech
recognition system”, CSEIJ, August 2013
[4] Dan Jurafsky CS 224S / LINGUIST 181 Speech
Recognition and Synthesis. World Wide Web,
http://www.stanford.edu/class/cs224s/
[5] Lawrence R. Rabiner. “A Tutorial on Hidden Markov
Model and Selected Applicaiton in Speech
Recognition”.IEEE, 1989.
[6] Willie Walker, Paul Lamere, and Philip Kwok. Sphinx-4:
“”A Flexible Open Source Framework for Speech
Recognition. SUN Microsystem, 2004.
[7] Prachi Khilari, Bhope V.P,”A review on speech to text
conversion methods”, IJARCET, Volume 4 Issue 7, July
2015.
[8] LR Rabiner “Hidden Markov Models for Speech
Recognition — Strengths and Limitations”
https://link.springer.com/chapter/10.1007/978-3-
642-76626-8_1

More Related Content

What's hot

IRJET- A Novel Approach – Automatic paper evaluation system
IRJET-  	  A Novel Approach – Automatic paper evaluation systemIRJET-  	  A Novel Approach – Automatic paper evaluation system
IRJET- A Novel Approach – Automatic paper evaluation systemIRJET Journal
 
An optimized approach to voice translation on mobile phones
An optimized approach to voice translation on mobile phonesAn optimized approach to voice translation on mobile phones
An optimized approach to voice translation on mobile phoneseSAT Publishing House
 
An optimized approach to voice translation on mobile phones
An optimized approach to voice translation on mobile phonesAn optimized approach to voice translation on mobile phones
An optimized approach to voice translation on mobile phoneseSAT Journals
 
IRJET- Voice based E-mail system
IRJET- Voice based E-mail systemIRJET- Voice based E-mail system
IRJET- Voice based E-mail systemIRJET Journal
 
IRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET Journal
 
Hindi language as a graphical user interface to relational database for tran...
Hindi language as a graphical user interface to relational  database for tran...Hindi language as a graphical user interface to relational  database for tran...
Hindi language as a graphical user interface to relational database for tran...IRJET Journal
 
IRJET- Recruitment Chatbot
IRJET- Recruitment ChatbotIRJET- Recruitment Chatbot
IRJET- Recruitment ChatbotIRJET Journal
 
Finding Bad Code Smells with Neural Network Models
Finding Bad Code Smells with Neural Network Models Finding Bad Code Smells with Neural Network Models
Finding Bad Code Smells with Neural Network Models IJECEIAES
 
IRJET- Chatbot using NLP and Deep Learning
IRJET-  	  Chatbot using NLP and Deep LearningIRJET-  	  Chatbot using NLP and Deep Learning
IRJET- Chatbot using NLP and Deep LearningIRJET Journal
 
IRJET-Raspberry Pi Based Reader for Blind People
IRJET-Raspberry Pi Based Reader for Blind PeopleIRJET-Raspberry Pi Based Reader for Blind People
IRJET-Raspberry Pi Based Reader for Blind PeopleIRJET Journal
 
IRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine LearningIRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine LearningIRJET Journal
 
Implementation of reducing features to improve code change based bug predicti...
Implementation of reducing features to improve code change based bug predicti...Implementation of reducing features to improve code change based bug predicti...
Implementation of reducing features to improve code change based bug predicti...eSAT Journals
 
Advanced Question Paper Generator Implemented using Fuzzy Logic
Advanced Question Paper Generator Implemented using Fuzzy LogicAdvanced Question Paper Generator Implemented using Fuzzy Logic
Advanced Question Paper Generator Implemented using Fuzzy LogicIRJET Journal
 
Pacify based video retrieval system
Pacify based video retrieval systemPacify based video retrieval system
Pacify based video retrieval systemeSAT Journals
 
Designing Cross-Language Information Retrieval System using various Technique...
Designing Cross-Language Information Retrieval System using various Technique...Designing Cross-Language Information Retrieval System using various Technique...
Designing Cross-Language Information Retrieval System using various Technique...IRJET Journal
 
IRJET-Raspberry Pi based Reader for Blind People
IRJET-Raspberry Pi based Reader for Blind PeopleIRJET-Raspberry Pi based Reader for Blind People
IRJET-Raspberry Pi based Reader for Blind PeopleIRJET Journal
 

What's hot (19)

Template abstract_book
Template  abstract_bookTemplate  abstract_book
Template abstract_book
 
IRJET- A Novel Approach – Automatic paper evaluation system
IRJET-  	  A Novel Approach – Automatic paper evaluation systemIRJET-  	  A Novel Approach – Automatic paper evaluation system
IRJET- A Novel Approach – Automatic paper evaluation system
 
An optimized approach to voice translation on mobile phones
An optimized approach to voice translation on mobile phonesAn optimized approach to voice translation on mobile phones
An optimized approach to voice translation on mobile phones
 
An optimized approach to voice translation on mobile phones
An optimized approach to voice translation on mobile phonesAn optimized approach to voice translation on mobile phones
An optimized approach to voice translation on mobile phones
 
IRJET- Voice based E-mail system
IRJET- Voice based E-mail systemIRJET- Voice based E-mail system
IRJET- Voice based E-mail system
 
IRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: Survey
 
Hindi language as a graphical user interface to relational database for tran...
Hindi language as a graphical user interface to relational  database for tran...Hindi language as a graphical user interface to relational  database for tran...
Hindi language as a graphical user interface to relational database for tran...
 
IRJET- Recruitment Chatbot
IRJET- Recruitment ChatbotIRJET- Recruitment Chatbot
IRJET- Recruitment Chatbot
 
Finding Bad Code Smells with Neural Network Models
Finding Bad Code Smells with Neural Network Models Finding Bad Code Smells with Neural Network Models
Finding Bad Code Smells with Neural Network Models
 
JAYALAKSHMI RESUME
JAYALAKSHMI  RESUMEJAYALAKSHMI  RESUME
JAYALAKSHMI RESUME
 
IRJET- Chatbot using NLP and Deep Learning
IRJET-  	  Chatbot using NLP and Deep LearningIRJET-  	  Chatbot using NLP and Deep Learning
IRJET- Chatbot using NLP and Deep Learning
 
IRJET-Raspberry Pi Based Reader for Blind People
IRJET-Raspberry Pi Based Reader for Blind PeopleIRJET-Raspberry Pi Based Reader for Blind People
IRJET-Raspberry Pi Based Reader for Blind People
 
IRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine LearningIRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine Learning
 
Implementation of reducing features to improve code change based bug predicti...
Implementation of reducing features to improve code change based bug predicti...Implementation of reducing features to improve code change based bug predicti...
Implementation of reducing features to improve code change based bug predicti...
 
Advanced Question Paper Generator Implemented using Fuzzy Logic
Advanced Question Paper Generator Implemented using Fuzzy LogicAdvanced Question Paper Generator Implemented using Fuzzy Logic
Advanced Question Paper Generator Implemented using Fuzzy Logic
 
Pacify based video retrieval system
Pacify based video retrieval systemPacify based video retrieval system
Pacify based video retrieval system
 
Designing Cross-Language Information Retrieval System using various Technique...
Designing Cross-Language Information Retrieval System using various Technique...Designing Cross-Language Information Retrieval System using various Technique...
Designing Cross-Language Information Retrieval System using various Technique...
 
IRJET-Raspberry Pi based Reader for Blind People
IRJET-Raspberry Pi based Reader for Blind PeopleIRJET-Raspberry Pi based Reader for Blind People
IRJET-Raspberry Pi based Reader for Blind People
 
K010416167
K010416167K010416167
K010416167
 

Similar to IRJET- Speech Based Answer Sheet Evaluation System

IRJET- Voice to Code Editor using Speech Recognition
IRJET- Voice to Code Editor using Speech RecognitionIRJET- Voice to Code Editor using Speech Recognition
IRJET- Voice to Code Editor using Speech RecognitionIRJET Journal
 
Real Time Direct Speech-to-Speech Translation
Real Time Direct Speech-to-Speech TranslationReal Time Direct Speech-to-Speech Translation
Real Time Direct Speech-to-Speech TranslationIRJET Journal
 
IRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and SynthesizerIRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and SynthesizerIRJET Journal
 
IRJET- Voice based Billing System
IRJET-  	  Voice based Billing SystemIRJET-  	  Voice based Billing System
IRJET- Voice based Billing SystemIRJET Journal
 
Voice Recognition System for Automobile Safety.
Voice Recognition System for Automobile Safety.Voice Recognition System for Automobile Safety.
Voice Recognition System for Automobile Safety.IRJET Journal
 
IRJET- Comparative Analysis of Emotion Recognition System
IRJET- Comparative Analysis of Emotion Recognition SystemIRJET- Comparative Analysis of Emotion Recognition System
IRJET- Comparative Analysis of Emotion Recognition SystemIRJET Journal
 
Review On Speech Recognition using Deep Learning
Review On Speech Recognition using Deep LearningReview On Speech Recognition using Deep Learning
Review On Speech Recognition using Deep LearningIRJET Journal
 
IRJET- A Novel Approch Automatically Categorizing Software Technologies
IRJET- A Novel Approch Automatically Categorizing Software TechnologiesIRJET- A Novel Approch Automatically Categorizing Software Technologies
IRJET- A Novel Approch Automatically Categorizing Software TechnologiesIRJET Journal
 
IRJET- Voice Modulation and Verification for Smart Authentication System
IRJET- Voice Modulation and Verification for Smart Authentication SystemIRJET- Voice Modulation and Verification for Smart Authentication System
IRJET- Voice Modulation and Verification for Smart Authentication SystemIRJET Journal
 
Speech Emotion Recognition Using Machine Learning
Speech Emotion Recognition Using Machine LearningSpeech Emotion Recognition Using Machine Learning
Speech Emotion Recognition Using Machine LearningIRJET Journal
 
Class Diagram Extraction from Textual Requirements Using NLP Techniques
Class Diagram Extraction from Textual Requirements Using NLP TechniquesClass Diagram Extraction from Textual Requirements Using NLP Techniques
Class Diagram Extraction from Textual Requirements Using NLP Techniquesiosrjce
 
Multi step automated refactoring for code smell
Multi step automated refactoring for code smellMulti step automated refactoring for code smell
Multi step automated refactoring for code smelleSAT Publishing House
 
Multi step automated refactoring for code smell
Multi step automated refactoring for code smellMulti step automated refactoring for code smell
Multi step automated refactoring for code smelleSAT Journals
 
Association Rule Mining Scheme for Software Failure Analysis
Association Rule Mining Scheme for Software Failure AnalysisAssociation Rule Mining Scheme for Software Failure Analysis
Association Rule Mining Scheme for Software Failure AnalysisEditor IJMTER
 
Parameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE Method
Parameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE MethodParameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE Method
Parameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE MethodIRJET Journal
 
Language and Offensive Word Detection
Language and Offensive Word DetectionLanguage and Offensive Word Detection
Language and Offensive Word DetectionIRJET Journal
 
IRJET - Threat Prediction using Speech Analysis
IRJET - Threat Prediction using Speech AnalysisIRJET - Threat Prediction using Speech Analysis
IRJET - Threat Prediction using Speech AnalysisIRJET Journal
 

Similar to IRJET- Speech Based Answer Sheet Evaluation System (20)

IRJET- Vocal Code
IRJET- Vocal CodeIRJET- Vocal Code
IRJET- Vocal Code
 
IRJET- Voice to Code Editor using Speech Recognition
IRJET- Voice to Code Editor using Speech RecognitionIRJET- Voice to Code Editor using Speech Recognition
IRJET- Voice to Code Editor using Speech Recognition
 
Real Time Direct Speech-to-Speech Translation
Real Time Direct Speech-to-Speech TranslationReal Time Direct Speech-to-Speech Translation
Real Time Direct Speech-to-Speech Translation
 
IRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and SynthesizerIRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and Synthesizer
 
IRJET- Voice based Billing System
IRJET-  	  Voice based Billing SystemIRJET-  	  Voice based Billing System
IRJET- Voice based Billing System
 
Voice Recognition System for Automobile Safety.
Voice Recognition System for Automobile Safety.Voice Recognition System for Automobile Safety.
Voice Recognition System for Automobile Safety.
 
IRJET- Comparative Analysis of Emotion Recognition System
IRJET- Comparative Analysis of Emotion Recognition SystemIRJET- Comparative Analysis of Emotion Recognition System
IRJET- Comparative Analysis of Emotion Recognition System
 
Review On Speech Recognition using Deep Learning
Review On Speech Recognition using Deep LearningReview On Speech Recognition using Deep Learning
Review On Speech Recognition using Deep Learning
 
IRJET- A Novel Approch Automatically Categorizing Software Technologies
IRJET- A Novel Approch Automatically Categorizing Software TechnologiesIRJET- A Novel Approch Automatically Categorizing Software Technologies
IRJET- A Novel Approch Automatically Categorizing Software Technologies
 
IRJET- Voice Modulation and Verification for Smart Authentication System
IRJET- Voice Modulation and Verification for Smart Authentication SystemIRJET- Voice Modulation and Verification for Smart Authentication System
IRJET- Voice Modulation and Verification for Smart Authentication System
 
Speech Emotion Recognition Using Machine Learning
Speech Emotion Recognition Using Machine LearningSpeech Emotion Recognition Using Machine Learning
Speech Emotion Recognition Using Machine Learning
 
Class Diagram Extraction from Textual Requirements Using NLP Techniques
Class Diagram Extraction from Textual Requirements Using NLP TechniquesClass Diagram Extraction from Textual Requirements Using NLP Techniques
Class Diagram Extraction from Textual Requirements Using NLP Techniques
 
D017232729
D017232729D017232729
D017232729
 
Multi step automated refactoring for code smell
Multi step automated refactoring for code smellMulti step automated refactoring for code smell
Multi step automated refactoring for code smell
 
Multi step automated refactoring for code smell
Multi step automated refactoring for code smellMulti step automated refactoring for code smell
Multi step automated refactoring for code smell
 
Ashish CV
Ashish CVAshish CV
Ashish CV
 
Association Rule Mining Scheme for Software Failure Analysis
Association Rule Mining Scheme for Software Failure AnalysisAssociation Rule Mining Scheme for Software Failure Analysis
Association Rule Mining Scheme for Software Failure Analysis
 
Parameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE Method
Parameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE MethodParameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE Method
Parameter Estimation of GOEL-OKUMOTO Model by Comparing ACO with MLE Method
 
Language and Offensive Word Detection
Language and Offensive Word DetectionLanguage and Offensive Word Detection
Language and Offensive Word Detection
 
IRJET - Threat Prediction using Speech Analysis
IRJET - Threat Prediction using Speech AnalysisIRJET - Threat Prediction using Speech Analysis
IRJET - Threat Prediction using Speech Analysis
 

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

An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixingviprabot1
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 

Recently uploaded (20)

young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixing
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 

IRJET- Speech Based Answer Sheet Evaluation System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2647 Speech Based Answer Sheet Evaluation System Sairaj Chittal1, Rohini Sonawane2, Asmita Patil3, Pankaj Mohite4, V.B Gaikwad5 [1] [2] [3] [4]Student,Dept. of Computer Engineering, Terna Engineering College , Nerul , Navi Mumbai, Maharashtra,India [5]Associate Professor, Dept. of Computer Engineering, Terna Engineering College , Nerul , Navi Mumbai, Maharashtra,India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Speech is the most effective form for interaction among humans. Human computer interface is the middle link which acts like an interpreter between the human user and the computer system. In this paper we present a direction in which the speech recognition technology can be used for evaluation of answer sheets. Real time answer sheet evaluation requires the examiner to manually evaluate the answer sheets and give marks accordingly. Our proposed system is an effort to minimize the drawbacks of the existing manual method of answer sheet evaluation, improve the performance, possibly prevent malpractices and to provide ease of usability over the existing system arrangement. Some concepts that are aimed to be used in this system are Hidden Markov’s Model (HMM), Vector Quantization (VQ) as part of Google Speech API used for speech recognition and corresponding evaluation. KEY WORDS: Speech recognition, answer sheet evaluation, HMM, VQ, ease of usability, malpractices 1. INTRODUCTION Answer sheet evaluation is a major aspect of present day education system. Speech recognition is used to communicate with a particular machine using speech input. The speech recognition process is accomplished by converting the speech signal to a sequence of textual representation by way of various algorithms implemented. Modern day speech recognition systems are instantly capable of swearing out and understandingspokenlanguage input for an ordination of up to thousands of words in real time operational environment. Our aim is to develop a model system which can evaluate the scanned answer sheets through speech input provided by examiner. The marks and other evaluated data will be stored in appropriate tablesin the database.Theobjective of this project is to make improvements over the existing system of paper evaluation by adding speech recognition functionality for evaluation. Our softwaresystemisaimedto correctly interpret and recognize the user speech input and accurately perform the evaluation process. 2. LITERATURE OVERVIEW By the year 2001, the speech recognition by computer machines had a maximum accuracy of up to 70%. However, this technology’s progress seemed to be slowed down towards the remainder of the decade. Although recent research activities have contributed to substantial improvements in this area. Now variousparallelprocessing methods which use combinations of Hidden Markov Model’s(HMM’s) and acoustic-phonetic approaches for the detection and correction of linguistic errors and for increasing the robustness of system for correct speech recognition even in a fairly noisy environment, have been discovered. The collection of these techniques together can be called as a Speech Recognition System. SUMA SHANKARANAND describes the Enhanced Speech Recognition System as it consisted of two main modules namely, 1) Speaker Recognition and 2) Speech Recognition. She explains that the Speaker Identification feature extraction process ,extracts data from the speech signal that is unique for each speaker. She further states that the Mel Frequency Cepstral Coefficient (MFCC) technique is practiced to create like a fingerprint i.e. a unique identification of the sound files. VQ Algorithm is used for feature extraction in both modules.[1] PRACHI KHILARI describes the Automatic Speech Recognition (ASR) system. The ASR systems operate in two phases viz. 1) Training Phase and 2) Recognizing Phase. In the training phase, the system determines the patterns for presenting the different language sounds like words, phonemes and short phrases that are a function of the linguistic vocabulary. These patterns are stored in form of templates. In the recognizing phase, if an unknownpatternis identified by considering the set of references, it isstoredfor future referencing and processing. A proper database hasto be created from the various domain words and syllables.[7] 3. EXISTING SYSTEM The traditional system is a manual evaluation system where an examiner/evaluator grades a bunch of papers at hand manually. The chances of malpractices in this traditional system are more as examiner has direct access to answer sheet hardcopies. However, recent improvements have contributed to the use of a software arrangement forproper evaluation where an examiner sits in front of the computer system and grades the answer sheets which are in the configuration of scanned copies. In this existing system the evaluator has to manually enter the marks for evaluation of answer sheets in the software system. Even this system
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2648 requires more human efforts likemoremouseclicksandalso requires greater amount of constant precision of the examiner. 4. PROPOSED SYSTEM To overcome the drawbacks of existing system we are proposing to construct a speech based answer sheet evaluation system that will use speech input of examiner for evaluation. The primary purpose here is toutilisethespeech recognition technique to provide a better performance by the software system as well as have maximum level of transparency and ease of evaluation for the examiner, as compared to the existing system. The proposed system consists of two main actors, 1) Admin and 2) Examiner. Admin can add/remove the examiners and assign the subjects to the examiners. Admin has to upload the scanned answer sheets for the various subjects. Examiner can only evaluate the answer sheets of the subjects that he/she is assigned to. The software system is aimed to be able to correctly interpret and recognize the examiner’s speech input via a microphone and accurately perform the evaluation and store the results in the corresponding tables in the database. 5. SCOPE This software system can possibly be used for evaluating answer sheets of any domain. This scheme is in line with technical changes which are moving towardsautomation i.e. minimizing manual human efforts. Attempt to use maximum features provided by a computer system. Efficient utilizationof speech recognition technology for the evaluation process. Possibility of improvement over traditional software system majorly in terms of ease of usability. 6. REQUIREMENTS Hardware Specifications :  Processor : AMD A4-6210 APU with AMD Radeon R3 Graphics.  Installed memory (RAM) : 4 GB.  System Type : 64-bit Operating System , x64 based processor  Microphone Software Specifications :  Windows 10  Netbeans 7.2 version+  Eclipse Juno  SQLYog Community Edition (MYSQL GUI) 7. SPEECH RECOGNITION SYSTEM Speech recognition is the ability of a machine or program to identify words and idiomatic expressions present in spoken words or phrases and convert them to a machine- understandable format. Primary speech recognition software’s have a fixed vocabulary of words and phrases, and it may simply identify these if they are uttered with more clarity. In our system we are using Google Speech API for speech recognition. Our system uses finite i.e. limitedset of words,phrasesand numeric speech inputs for evaluation purposes. HMM method is used for speech recognition basically because it has an inherent statistical (mathematically precise) framework, the ease and availability of various training algorithms for correct estimation of parameters of the models from the finite training sets of speech data, the flexibility of the resulting recognition system where one can easily change the type, size and architecture of themodelsto suit the particular words, sounds etc., and the ease of implementation of the overall recognition system.[8]. The Automatic Speech Recognition of Google API is done using Deep Learning Neural Networking. It has a Global Vocabulary i.e. it can support as many as 80 languages. The speech to text conversion isdone by applyingsetofpowerful neural network models and in an easy to use API. The command and control is done through speech input, enabling application’s microphone. Figure-1 depicts the basic working of Google speech API. Figure-1: Google Speech API Working 8. SPEECHEVALUATIONWORKFLOWOFPROPOSED SYSTEM. The speech evaluation workflow diagram (Figure-2) is the description of how the important concepts of HMM and VQ work as a part of Automatic Speech Recognition for Google Speech API. HMM acts in the ASR technology block using acoustic models. Powerful neural network models are used for speech to text conversion.The main aim of VQ is to
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2649 generate an efficient codebook. It acts in the Speech Synthesizer block. Once the speech input is accurately recognized, corresponding evaluationactionisperformedby the system accordingly. Figure-2: Evaluation by speech input 9. FUNCTIONAL MODULES OF PROPOSED SYSTEM Input for system: Scanned Answer sheets (in pdf format), Speech input by examiner for evaluation purpose. The following are the various functional modules of the proposed system. Output of system: Evaluated answer sheets. ADMIN MODULE : Admin logs in to the system. Admin can perform following functions. 1) Upload scanned Answer sheets(inpdfformat) & question paper. 2) Add/Remove ExaminersandEdit theirDetailsbychoosing semester, branch and subject. EXAMINER MODULE : Examiner login to the system. Examiner can perform following functions. 1) Select the required subject if one or more subjects are assigned to him/her. 2) Evaluate answer sheets for the selected/assigned subject by giving marks either by speech input using a microphone or manually. EVALUATION MODULE : 1) Examiner logs in and then selects the subject. The corresponding subject answer sheetsget displayed to him in the evaluationwindow.The scanned answer sheetsareinpdf format. 2) Evaluationof answer sheetscan be done by givingspeech input via a microphone. Also a provision for manual evaluation using drag and drop functionality is provided. 3) After evaluating the entire paper, he can submit it and the marks given will be stored in the appropriate tables in the database. 4) Next paper will automatically be loaded in the evaluation window and if no papers are available then appropriate message will be displayed to the examiner regarding the same. 10. SYSTEM FLOWCHART Fig -3: Flowchart of proposed system
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2650 11. CONCLUSIONS To summarize in a nutshell, we haveusedspeechrecognition technology by taking speech as input via a microphone for answer sheet evaluation in our proposed software system. This can be applied as an additional functionality over the traditional evaluation system and can possibly reduce the malpractices and possibly offer more accuracy. Keeping in mind about the move towards automation, our system is in conformity with it and can prove to be beneficial as minimal manual human efforts are required. Tested accuracy of correct speech recognition of our proposed system hasbeen found decent enough i.e. about 80-85%. ACKNOWLEDGEMENT This project is guided by Prof. V.B.Gaikwad, Assistant Professor at Terna Engineering College Nerul. REFERENCES [1] Suma Shankaranand, Manasa S, Mani Sharma, Nithya A.S, Roopa K.S, K.V Ramakrishnan “An enhanced speech recognition system”,IJRDET,Vol-2,Issue-3,March-2014 [2] Nuzhat Atiqua Nafis ,Md.Safaet Hussain, “Speech to text conversion in real time”, IJISR Journal,Vol-17,No-2,Aug 2015 [3] Suma Swamy, K.V Ramakrishnan “An efficient speech recognition system”, CSEIJ, August 2013 [4] Dan Jurafsky CS 224S / LINGUIST 181 Speech Recognition and Synthesis. World Wide Web, http://www.stanford.edu/class/cs224s/ [5] Lawrence R. Rabiner. “A Tutorial on Hidden Markov Model and Selected Applicaiton in Speech Recognition”.IEEE, 1989. [6] Willie Walker, Paul Lamere, and Philip Kwok. Sphinx-4: “”A Flexible Open Source Framework for Speech Recognition. SUN Microsystem, 2004. [7] Prachi Khilari, Bhope V.P,”A review on speech to text conversion methods”, IJARCET, Volume 4 Issue 7, July 2015. [8] LR Rabiner “Hidden Markov Models for Speech Recognition — Strengths and Limitations” https://link.springer.com/chapter/10.1007/978-3- 642-76626-8_1