SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4269
VOICE BASED BILLING SYSTEM
D. RANJITH
B.E. Department of CSE, Sri Ramakrishna Engineering College, Coimbatore,
Tamil Nadu, India
G. SRUTHI
B.E. Department of CSE, Sri Ramakrishna Engineering College, Coimbatore,
Tamil Nadu, India
S. SWATHILAKSHMI
B.E. Department of CSE, Sri Ramakrishna Engineering College, Coimbatore,
Tamil Nadu, India
Mrs. N. VINOTHA
Assistant Professor (Sr.G), Department of CSE, Sri Ramakrishna Engineering College, Coimbatore,
Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Recent advances in speech recognition and
natural language processing have led to a new
generation of voice-based interfaces. Speech is the first
important primary need and the most convenient means
of communication between people. The communication
among human computer interaction is called human
computer interface. The speech input can be used in
varying domains such as automatic reader and for
inputting data to the system. Speech recognition can
minimize the use of text and other types of input, at the
same time minimizing the calculation needed for the
process. Decade back speech recognition was difficult to
use in any system, but with elevation in technology
leading to new algorithms, techniques and advanced
tools. Now it is possible to generate the desired speech
recognition output. This proposed system gets the input
through voice which are the items purchased by the
customer, that will be converted into text. To the
converted text, certain NLP methods are applied to
tokenize the words or sentences. Once the words are
tokenized it proceeds with the calculation of bill.
Key Words: SPEECH RECOGNITION, NLP, HUMAN
COMPUTER INTERFACE
1. INTRODUCTION
The Speech recognition is the interdisciplinarysub-
field of computational linguistics that develops
methodologies and technologiesthatenablestherecognition
and translation of spoken language intotextbycomputers.It
is also known as automatic speech recognition (ASR),
computer speech recognition, or just speech to text (STT).
The STT module aims to provide a user- friendly application
to general users. The application provides a multi-
functionality platform for users to communicate, listen or
narrate conveniently. The speech to text mode converts an
inputted voice to text through Google API servers whichgets
displayed and given as an input to next module.
Most of the existing systems just converts the
speech into text and stores it in a database where user can
upload or retrieve the data’s in future if needed. This
application not only just converts the speech to text but also
performs tokenization of words which is one of the most
common tasks in Natural Language Processing (NLP).
Natural LanguageProcessingisa wayforcomputers
to analyze, understand, and derive meaning from human
language in a smart and useful way. By utilizing NLP,
developers can organize and structure knowledge to
perform tasks such as automaticsummarization,translation,
named entity recognition, relationship extraction,sentiment
analysis, speech recognition, and topic segmentation. Also
along with the speech transcription system,italsocalculates
the bill for items purchased by the consumer and the
generated bill gets stored in a .txt file in the vendor’s system.
To use the speech recognition, the user has to be loud and
clear so that the command is properly executed by the
system.
2. RELATED WORK
A Voice to Text transcription system [1] for NGO’s
was built to record the conversation during surveys and
convert it into text and save it. This system includes an open
source application. The CMU Sphinx toolkit was used for
speech recognition. The system supports multi-language
recognition. The CMU Sphinx toolkit utilizes acoustic model,
phonetic dictionary and language model. The user had
recorded his/her voice through the mobile application then
recognition and transcriptionwasdonethroughCMUSphinx
toolkit. The transcription file was saved as a text file in the
device memory which user can upload and retrieve data
from the database server through the application. The
system could recognize and translate multi language speech
or voice. The application reduces the time wasted by the
counselor to manually type the whole session to text.
Aninteractivedatabasesystemforautomaticspeech
recognition[2], in which speech was recognized usingspeech
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4270
recognizer and the recognized voice wasconvertedintotext.
An xml configuration file for the created database was
written. The configuration file was taken as an input for the
conversion of text into SQL query. Then text was converted
into a standard SQL query. For the constructed SQL query
necessary details were retrieved from the database. This
process was repeated until the user was satisfied with the
retrieval results.
An Intelligent Hands FreeSpeechbasedSMSSystem
on Android[3] in which Voice or signaled input was inserted
through any speech device such as microphone, thenspeech
was processed and converted to text henceabletosendSMS,
also Phone number was entered either by voice or by
selecting it from contact list. Voice had opened up data input
for a variety of user’s such as illiterate, handicapped,asifthe
person cannot write then the speech input was a boon and
other’s too which lead to better usage of the application.
Users who have no knowledge about the SQL queries can
also use this for retrieving the details from the database.
A Text to Speech conversion module [4] in which
Text converted to Speech, Text file convertedtoSpeech,Text
in various Languages converted to Speech, Image converted
to Text and Image converted to Speech using MATLAB as a
programming tool. The various methods used were
Preprocessing, Unicode Conversion, Segmentation,
Concatenation, ProsodyandSmoothing,to bethencombined
in an application for easy access and usability. The text-to-
speech mode converted a text file or inputted text to speech
which then was narrated/readusingthevoicedatabaseused
by Microsoft SAPI.
A querying database system using a voice-based
interface called EchoQuery [5] was developed. It showed the
practicality and utility of QbV for relational DBMS using a
proof-of-concept system called EchoQuery. NLIDB had been
very limited since they mainly focused on constructing
interfaces for individual domains and not general purpose
interfaces for exploring arbitrary data sets. Theyuseddeep-
learning models to allow for a robust translation from
natural language to SQL. The query interfaceofEchoQueryis
inspired by regular human-to-human conversations where
the system can ask questions back to the user.
3. OVERVIEW OF PROPOSED SYSTEM
A Voice based billing system has been proposed to
do the billing for the items purchased which gets voice as an
input. The input voice is either a word or a sentence which
gives the name of the items purchased and its quantity.
Word tokenization – the process of splitting a large sample
of text into words. This is a requirement in natural language
processing tasks where each word needs to be captured and
subjected to further analysis like classifying and counting
them for a particular sentiment etc. The output of word
tokenization can be converted to data frame for better text
understanding in machine learning applications. Then the
converted texts are given as input for the calculation of bill.
Once the bill has been calculated, the text file will be created
with the calculated output that can be viewed.Theexecution
time is also calculated and displayed. In addition to it, the
accuracy for the converted text is calculated using confusion
matrix and the graph has been plotted.
LIST OF MODULES
A. Speech to Text
B. Word Tokenization
C. Bill Generation
A. SPEECH TO TEXT
Speech-to-Text can use one of several machine
learning models to transcribe your audio file. Google has
trained these speech recognition models for specific audio
types and sources. When you send an audio transcription
request to Speech-to-Text, you can improve the results that
you receive by specifying the source of the original audio.
This allows the Speech-to-Text API to process your audio
files using a machine learning model trained to recognize
speech audio from that particular type of source.Tospecifya
model for speech recognition, include the model field in the
object for your request, specifying the model that have been
used.
Fig 1 : Block diagram of proposed system
B. WORD TOKENIZATION
One common task in NLP (Natural Language
Processing) is tokenization. “Tokens” are usually individual
words and “tokenization” is taking a text or set of text and
breaking it up into its individual words. It is the process of
breaking up the given text into units called tokens. These
tokens may be words or number or punctuation mark.
Tokenization does this task by locating word boundaries.
Ending point of a word and beginning of the next word is
called word boundaries. Tokenization isalsoknownasword
segmentation. The method word tokenize() is used to split a
sentence into words. The output of wordtokenizationcanbe
converted to data frame for better text understanding in
machine learning applications. It can also be provided as
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4271
input for further text cleaning steps such as punctuation
removal, numeric character removal or stemming. Word
tokenization becomes a crucial part of the text to numeric
data conversion.
C. BILL GENERATION
Once the words and sentences are tokenized, the
tokenized words are given as the input for the bill
calculation. The input contains the item purchased and its
quantity. The consumer can give the items purchased
through voice, and consumer can also cancel the purchased
items before it gets calculated. The bill gets calculated once
the system gets input as the keyword TOTAL. Once the
keyword total is given as an input the bill getsgeneratedand
gets displayed in the python shell. It is also displayed in the
web page with the bill number, date and time.
4. OPEN SOURCE TOOLS AND PYTHON LIBRARIES
PyAudio
PyAudio provides Python bindings for PortAudio
v19, the cross-platform audio I/O library. WithPyAudio, you
can easily use Python to play and record audio streams on a
variety of platforms (e.g., GNU/Linux Microsoft Windows,
and Mac OS X).
NLTK
The Natural Language Toolkit, or more commonly
NLTK, is a suite of libraries and programs for symbolic and
statistical natural language processing (NLP) for English
written in the Python programming language. It was
developed by Steven Bird and Edward Loper. It includes
graphical demonstrations and sample data. It is intended to
support research and teaching in NLP or closely related
areas, including empirical linguistics, cognitive science,
artificial intelligence, information retrieval, and machine
learning. There are 32 universities in the US and 25
countries using NLTK in their courses. It supports
classification, tokenization, stemming, tagging, parsing and
semantic reasoning functionalities.
XAMPP
XAMPP is a free and open-source cross-platform
web server solution stack package developed by Apache
Friends, consisting mainly of the Apache HTTP Server,
MariaDB database, and interpretersforscriptswritteninthe
PHP and Perl programming languages.
5. EXPERIMENTAL RESULTS
The system has been tested for certain fruits and undergoes
a STT method and NLP methods which converts the speech
input into text and calculates the billing amount with the
execution time being displayed. The main objective of this
system is to reduce the time complexity and to improve the
accuracy than the existing system.Theaccuracyiscalculated
for the converted text using confusion matrix and compared
with the existing system’s accuracy.
Classification Rate or Accuracy is given by the relation:
The accuracy of the proposed system is 90% respectively.
Chart – 1 Comparison of accuracy
6. CONCLUSION
The developed system will transcribe speech i.e spoken
words or conversation into text and store all relevant data.
Vendor’s use this data for the calculation of bill for the items
purchased by the consumer. One of the main objectives is to
convert the inputted speech into text even it has a noisy
background. The system is implemented for both the types
of speech input i.e it can be either a name of the fruit along
with its quantity or a sentence which containsthefruitname
and the purchased quantity.
Implementation of deeplearningtechniquesforthe
conversation part can provide completely different results.
Another option is to update the available stock and its
respective price through voice. As of now a voice based
billing system has been built and in future certain Machine
learning techniques can be applied to the same to improve
its efficiency.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4272
7. REFERENCES
[1] Ashfaq Shaikh, Burhanuddin Lakdawala, Farhan Khan,
“Voice to Text transcription using CM Sphinx”, Second
International Conference on Inventive Communication and
Computational Technologies (ICICCT 2018), IEEE Xplore.
[2]S.Nareshkumar,N.Mariappan,K.Thirumoorthy,“Database
Interaction Using Automatic Speech Recognition”,
International Journal of Innovative Research in Science
Engineering and Technology, Vol.3, March 2014.
[3] GulbaksheeDharmal, Dr. Vilas Thakare, Dr. Dipti D. Pati,
“Intelligent Hands Free Speech based SMS System on
Android”, International Conference on Advances in Human
Machine Interaction, March 03-05, 2016, IEEE Xplore.
[4] Hussain Rangoonwala, Vishal Kaushik et al , “Text To
Speech Conversion Module”, IEEE Transaction, Volume 115
No. 6 2017.
[5] PrasetyaUtama, Nathaniel Weir et al, “Voice-based Data
Exploration: Chatting with your Database”, Springer-2011,
114 p.
[6] Qiang Fu, Yong Zhao, Member, IEEE, and Biing-Hwang
Juang, “Automatic speech recognition basedon non-uniform
error criteria”, IEEE Trans. On audio, speech, and language
processing, vol. 20, no. 3, march 2012.
[7] Q. Fu, D. Mansjur, and B.-H.Juang, “Empirical system
learning for statistical pattern recognition withnon-uniform
error criteria”, IEEE Trans. Signal Process., vol. 58, no. 9, pp.
4621–4633, Sep. 2010.
[8] F. Li and H. V. Jagadish, “Constructing an interactive
natural language interface for relational databases”, PVLDB,
8(1):73–84, 2014.
[9] G. Lyons, V. Tran, C. Binnig, U. Çetintemel,andT.Kraska,“
Making the case for query-by-voice with echoquery”,
International Conference on Management of Data, SIGMOD
Conference 2016, San Francisco, CA, USA, June 26 - July 01,
2016, pages 2129–2132, 2016.

Contenu connexe

Tendances

VOICE BASED SECURITY SYSTEM
VOICE BASED SECURITY SYSTEMVOICE BASED SECURITY SYSTEM
VOICE BASED SECURITY SYSTEMNikhil Ravi
 
Efficient Intralingual Text To Speech Web Podcasting And Recording
Efficient Intralingual Text To Speech Web Podcasting And RecordingEfficient Intralingual Text To Speech Web Podcasting And Recording
Efficient Intralingual Text To Speech Web Podcasting And RecordingIOSR Journals
 
IRJET - Chat-Bot for College Information System using AI
IRJET -  	  Chat-Bot for College Information System using AIIRJET -  	  Chat-Bot for College Information System using AI
IRJET - Chat-Bot for College Information System using AIIRJET Journal
 
Detection of multiword from a wordnet is complex
Detection of multiword from a wordnet is complexDetection of multiword from a wordnet is complex
Detection of multiword from a wordnet is complexeSAT Publishing House
 
IRJET- Review of Chatbot System in Marathi Language
IRJET- Review of Chatbot System in Marathi LanguageIRJET- Review of Chatbot System in Marathi Language
IRJET- Review of Chatbot System in Marathi LanguageIRJET Journal
 
IJSRED-V2I2P5
IJSRED-V2I2P5IJSRED-V2I2P5
IJSRED-V2I2P5IJSRED
 
SMATalk: Standard Malay Text to Speech Talk System
SMATalk: Standard Malay Text to Speech Talk SystemSMATalk: Standard Malay Text to Speech Talk System
SMATalk: Standard Malay Text to Speech Talk SystemCSCJournals
 
B tech project_report
B tech project_reportB tech project_report
B tech project_reportabhiuaikey
 
IJSRED-V2I2P5
IJSRED-V2I2P5IJSRED-V2I2P5
IJSRED-V2I2P5IJSRED
 
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
 
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
 
Speech to text conversion for visually impaired person using µ law companding
Speech to text conversion for visually impaired person using µ law compandingSpeech to text conversion for visually impaired person using µ law companding
Speech to text conversion for visually impaired person using µ law compandingiosrjce
 
Speech Recognition Technology
Speech Recognition TechnologySpeech Recognition Technology
Speech Recognition TechnologySeminar Links
 
Speech Recognition by Iqbal
Speech Recognition by IqbalSpeech Recognition by Iqbal
Speech Recognition by IqbalIqbal
 
Natural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and DifficultiesNatural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and Difficultiesijtsrd
 
IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...
IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...
IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...IRJET Journal
 
Paper on Speech Recognition
Paper on Speech RecognitionPaper on Speech Recognition
Paper on Speech RecognitionThejus Joby
 
Tutorial - Speech Synthesis System
Tutorial - Speech Synthesis SystemTutorial - Speech Synthesis System
Tutorial - Speech Synthesis SystemIJERA Editor
 
Design of optimal search engine using text summarization through artificial i...
Design of optimal search engine using text summarization through artificial i...Design of optimal search engine using text summarization through artificial i...
Design of optimal search engine using text summarization through artificial i...TELKOMNIKA JOURNAL
 
Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)IT Industry
 

Tendances (20)

VOICE BASED SECURITY SYSTEM
VOICE BASED SECURITY SYSTEMVOICE BASED SECURITY SYSTEM
VOICE BASED SECURITY SYSTEM
 
Efficient Intralingual Text To Speech Web Podcasting And Recording
Efficient Intralingual Text To Speech Web Podcasting And RecordingEfficient Intralingual Text To Speech Web Podcasting And Recording
Efficient Intralingual Text To Speech Web Podcasting And Recording
 
IRJET - Chat-Bot for College Information System using AI
IRJET -  	  Chat-Bot for College Information System using AIIRJET -  	  Chat-Bot for College Information System using AI
IRJET - Chat-Bot for College Information System using AI
 
Detection of multiword from a wordnet is complex
Detection of multiword from a wordnet is complexDetection of multiword from a wordnet is complex
Detection of multiword from a wordnet is complex
 
IRJET- Review of Chatbot System in Marathi Language
IRJET- Review of Chatbot System in Marathi LanguageIRJET- Review of Chatbot System in Marathi Language
IRJET- Review of Chatbot System in Marathi Language
 
IJSRED-V2I2P5
IJSRED-V2I2P5IJSRED-V2I2P5
IJSRED-V2I2P5
 
SMATalk: Standard Malay Text to Speech Talk System
SMATalk: Standard Malay Text to Speech Talk SystemSMATalk: Standard Malay Text to Speech Talk System
SMATalk: Standard Malay Text to Speech Talk System
 
B tech project_report
B tech project_reportB tech project_report
B tech project_report
 
IJSRED-V2I2P5
IJSRED-V2I2P5IJSRED-V2I2P5
IJSRED-V2I2P5
 
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
 
Speech to text conversion for visually impaired person using µ law companding
Speech to text conversion for visually impaired person using µ law compandingSpeech to text conversion for visually impaired person using µ law companding
Speech to text conversion for visually impaired person using µ law companding
 
Speech Recognition Technology
Speech Recognition TechnologySpeech Recognition Technology
Speech Recognition Technology
 
Speech Recognition by Iqbal
Speech Recognition by IqbalSpeech Recognition by Iqbal
Speech Recognition by Iqbal
 
Natural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and DifficultiesNatural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and Difficulties
 
IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...
IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...
IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...
 
Paper on Speech Recognition
Paper on Speech RecognitionPaper on Speech Recognition
Paper on Speech Recognition
 
Tutorial - Speech Synthesis System
Tutorial - Speech Synthesis SystemTutorial - Speech Synthesis System
Tutorial - Speech Synthesis System
 
Design of optimal search engine using text summarization through artificial i...
Design of optimal search engine using text summarization through artificial i...Design of optimal search engine using text summarization through artificial i...
Design of optimal search engine using text summarization through artificial i...
 
Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)Domain Specific Terminology Extraction (ICICT 2006)
Domain Specific Terminology Extraction (ICICT 2006)
 

Similaire à IRJET- Voice based Billing System

Voice based web browser
Voice based web browserVoice based web browser
Voice based web browserSowndaryaP
 
IRJET- Speech Based Answer Sheet Evaluation System
IRJET- Speech Based Answer Sheet Evaluation SystemIRJET- Speech Based Answer Sheet Evaluation System
IRJET- Speech Based Answer Sheet Evaluation SystemIRJET Journal
 
IRJET- Voice based Retrieval for Transport Enquiry System
IRJET- Voice based Retrieval for Transport Enquiry SystemIRJET- Voice based Retrieval for Transport Enquiry System
IRJET- Voice based Retrieval for Transport Enquiry SystemIRJET Journal
 
Assistive Examination System for Visually Impaired
Assistive Examination System for Visually ImpairedAssistive Examination System for Visually Impaired
Assistive Examination System for Visually ImpairedEditor IJCATR
 
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
 
VOICE BASED E-MAIL
VOICE BASED E-MAILVOICE BASED E-MAIL
VOICE BASED E-MAILStudentRocks
 
Advanced Computational Intelligence: An International Journal (ACII)
Advanced Computational Intelligence: An International Journal (ACII)Advanced Computational Intelligence: An International Journal (ACII)
Advanced Computational Intelligence: An International Journal (ACII)aciijournal
 
VOICE COMMAND SYSTEM USING RASPBERRY PI
VOICE COMMAND SYSTEM USING RASPBERRY PIVOICE COMMAND SYSTEM USING RASPBERRY PI
VOICE COMMAND SYSTEM USING RASPBERRY PIaciijournal
 
Voice Command System Using Raspberry PI
Voice Command System Using Raspberry PIVoice Command System Using Raspberry PI
Voice Command System Using Raspberry PIaciijournal
 
Speech To Speech Translation
Speech To Speech TranslationSpeech To Speech Translation
Speech To Speech TranslationIRJET Journal
 
Instant speech translation 10BM60080 - VGSOM
Instant speech translation   10BM60080 - VGSOMInstant speech translation   10BM60080 - VGSOM
Instant speech translation 10BM60080 - VGSOMsathiyaseelanm
 
IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...
IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...
IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...IRJET Journal
 
Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...
Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...
Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...IRJET Journal
 
An Overview Of Natural Language Processing
An Overview Of Natural Language ProcessingAn Overview Of Natural Language Processing
An Overview Of Natural Language ProcessingScott Faria
 
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
 
Voice Command Mobile Phone Dialer
Voice Command Mobile Phone DialerVoice Command Mobile Phone Dialer
Voice Command Mobile Phone Dialerijtsrd
 

Similaire à IRJET- Voice based Billing System (20)

Voice based web browser
Voice based web browserVoice based web browser
Voice based web browser
 
H010625862
H010625862H010625862
H010625862
 
IRJET- Speech Based Answer Sheet Evaluation System
IRJET- Speech Based Answer Sheet Evaluation SystemIRJET- Speech Based Answer Sheet Evaluation System
IRJET- Speech Based Answer Sheet Evaluation System
 
IRJET- Voice based Retrieval for Transport Enquiry System
IRJET- Voice based Retrieval for Transport Enquiry SystemIRJET- Voice based Retrieval for Transport Enquiry System
IRJET- Voice based Retrieval for Transport Enquiry System
 
Assistive Examination System for Visually Impaired
Assistive Examination System for Visually ImpairedAssistive Examination System for Visually Impaired
Assistive Examination System for Visually Impaired
 
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
 
VOICE BASED E-MAIL
VOICE BASED E-MAILVOICE BASED E-MAIL
VOICE BASED E-MAIL
 
visH (fin).pptx
visH (fin).pptxvisH (fin).pptx
visH (fin).pptx
 
Advanced Computational Intelligence: An International Journal (ACII)
Advanced Computational Intelligence: An International Journal (ACII)Advanced Computational Intelligence: An International Journal (ACII)
Advanced Computational Intelligence: An International Journal (ACII)
 
VOICE COMMAND SYSTEM USING RASPBERRY PI
VOICE COMMAND SYSTEM USING RASPBERRY PIVOICE COMMAND SYSTEM USING RASPBERRY PI
VOICE COMMAND SYSTEM USING RASPBERRY PI
 
Voice Command System Using Raspberry PI
Voice Command System Using Raspberry PIVoice Command System Using Raspberry PI
Voice Command System Using Raspberry PI
 
Speech To Speech Translation
Speech To Speech TranslationSpeech To Speech Translation
Speech To Speech Translation
 
Instant speech translation 10BM60080 - VGSOM
Instant speech translation   10BM60080 - VGSOMInstant speech translation   10BM60080 - VGSOM
Instant speech translation 10BM60080 - VGSOM
 
30
3030
30
 
IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...
IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...
IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...
 
Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...
Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...
Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...
 
An Overview Of Natural Language Processing
An Overview Of Natural Language ProcessingAn Overview Of Natural Language Processing
An Overview Of Natural Language Processing
 
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
 
Voice Command Mobile Phone Dialer
Voice Command Mobile Phone DialerVoice Command Mobile Phone Dialer
Voice Command Mobile Phone Dialer
 

Plus de 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
 

Plus de 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...
 

Dernier

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call 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
 
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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
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
 
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
 

Dernier (20)

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
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
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(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...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
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...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
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
 
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, ...
 

IRJET- Voice based Billing System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4269 VOICE BASED BILLING SYSTEM D. RANJITH B.E. Department of CSE, Sri Ramakrishna Engineering College, Coimbatore, Tamil Nadu, India G. SRUTHI B.E. Department of CSE, Sri Ramakrishna Engineering College, Coimbatore, Tamil Nadu, India S. SWATHILAKSHMI B.E. Department of CSE, Sri Ramakrishna Engineering College, Coimbatore, Tamil Nadu, India Mrs. N. VINOTHA Assistant Professor (Sr.G), Department of CSE, Sri Ramakrishna Engineering College, Coimbatore, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Recent advances in speech recognition and natural language processing have led to a new generation of voice-based interfaces. Speech is the first important primary need and the most convenient means of communication between people. The communication among human computer interaction is called human computer interface. The speech input can be used in varying domains such as automatic reader and for inputting data to the system. Speech recognition can minimize the use of text and other types of input, at the same time minimizing the calculation needed for the process. Decade back speech recognition was difficult to use in any system, but with elevation in technology leading to new algorithms, techniques and advanced tools. Now it is possible to generate the desired speech recognition output. This proposed system gets the input through voice which are the items purchased by the customer, that will be converted into text. To the converted text, certain NLP methods are applied to tokenize the words or sentences. Once the words are tokenized it proceeds with the calculation of bill. Key Words: SPEECH RECOGNITION, NLP, HUMAN COMPUTER INTERFACE 1. INTRODUCTION The Speech recognition is the interdisciplinarysub- field of computational linguistics that develops methodologies and technologiesthatenablestherecognition and translation of spoken language intotextbycomputers.It is also known as automatic speech recognition (ASR), computer speech recognition, or just speech to text (STT). The STT module aims to provide a user- friendly application to general users. The application provides a multi- functionality platform for users to communicate, listen or narrate conveniently. The speech to text mode converts an inputted voice to text through Google API servers whichgets displayed and given as an input to next module. Most of the existing systems just converts the speech into text and stores it in a database where user can upload or retrieve the data’s in future if needed. This application not only just converts the speech to text but also performs tokenization of words which is one of the most common tasks in Natural Language Processing (NLP). Natural LanguageProcessingisa wayforcomputers to analyze, understand, and derive meaning from human language in a smart and useful way. By utilizing NLP, developers can organize and structure knowledge to perform tasks such as automaticsummarization,translation, named entity recognition, relationship extraction,sentiment analysis, speech recognition, and topic segmentation. Also along with the speech transcription system,italsocalculates the bill for items purchased by the consumer and the generated bill gets stored in a .txt file in the vendor’s system. To use the speech recognition, the user has to be loud and clear so that the command is properly executed by the system. 2. RELATED WORK A Voice to Text transcription system [1] for NGO’s was built to record the conversation during surveys and convert it into text and save it. This system includes an open source application. The CMU Sphinx toolkit was used for speech recognition. The system supports multi-language recognition. The CMU Sphinx toolkit utilizes acoustic model, phonetic dictionary and language model. The user had recorded his/her voice through the mobile application then recognition and transcriptionwasdonethroughCMUSphinx toolkit. The transcription file was saved as a text file in the device memory which user can upload and retrieve data from the database server through the application. The system could recognize and translate multi language speech or voice. The application reduces the time wasted by the counselor to manually type the whole session to text. Aninteractivedatabasesystemforautomaticspeech recognition[2], in which speech was recognized usingspeech
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4270 recognizer and the recognized voice wasconvertedintotext. An xml configuration file for the created database was written. The configuration file was taken as an input for the conversion of text into SQL query. Then text was converted into a standard SQL query. For the constructed SQL query necessary details were retrieved from the database. This process was repeated until the user was satisfied with the retrieval results. An Intelligent Hands FreeSpeechbasedSMSSystem on Android[3] in which Voice or signaled input was inserted through any speech device such as microphone, thenspeech was processed and converted to text henceabletosendSMS, also Phone number was entered either by voice or by selecting it from contact list. Voice had opened up data input for a variety of user’s such as illiterate, handicapped,asifthe person cannot write then the speech input was a boon and other’s too which lead to better usage of the application. Users who have no knowledge about the SQL queries can also use this for retrieving the details from the database. A Text to Speech conversion module [4] in which Text converted to Speech, Text file convertedtoSpeech,Text in various Languages converted to Speech, Image converted to Text and Image converted to Speech using MATLAB as a programming tool. The various methods used were Preprocessing, Unicode Conversion, Segmentation, Concatenation, ProsodyandSmoothing,to bethencombined in an application for easy access and usability. The text-to- speech mode converted a text file or inputted text to speech which then was narrated/readusingthevoicedatabaseused by Microsoft SAPI. A querying database system using a voice-based interface called EchoQuery [5] was developed. It showed the practicality and utility of QbV for relational DBMS using a proof-of-concept system called EchoQuery. NLIDB had been very limited since they mainly focused on constructing interfaces for individual domains and not general purpose interfaces for exploring arbitrary data sets. Theyuseddeep- learning models to allow for a robust translation from natural language to SQL. The query interfaceofEchoQueryis inspired by regular human-to-human conversations where the system can ask questions back to the user. 3. OVERVIEW OF PROPOSED SYSTEM A Voice based billing system has been proposed to do the billing for the items purchased which gets voice as an input. The input voice is either a word or a sentence which gives the name of the items purchased and its quantity. Word tokenization – the process of splitting a large sample of text into words. This is a requirement in natural language processing tasks where each word needs to be captured and subjected to further analysis like classifying and counting them for a particular sentiment etc. The output of word tokenization can be converted to data frame for better text understanding in machine learning applications. Then the converted texts are given as input for the calculation of bill. Once the bill has been calculated, the text file will be created with the calculated output that can be viewed.Theexecution time is also calculated and displayed. In addition to it, the accuracy for the converted text is calculated using confusion matrix and the graph has been plotted. LIST OF MODULES A. Speech to Text B. Word Tokenization C. Bill Generation A. SPEECH TO TEXT Speech-to-Text can use one of several machine learning models to transcribe your audio file. Google has trained these speech recognition models for specific audio types and sources. When you send an audio transcription request to Speech-to-Text, you can improve the results that you receive by specifying the source of the original audio. This allows the Speech-to-Text API to process your audio files using a machine learning model trained to recognize speech audio from that particular type of source.Tospecifya model for speech recognition, include the model field in the object for your request, specifying the model that have been used. Fig 1 : Block diagram of proposed system B. WORD TOKENIZATION One common task in NLP (Natural Language Processing) is tokenization. “Tokens” are usually individual words and “tokenization” is taking a text or set of text and breaking it up into its individual words. It is the process of breaking up the given text into units called tokens. These tokens may be words or number or punctuation mark. Tokenization does this task by locating word boundaries. Ending point of a word and beginning of the next word is called word boundaries. Tokenization isalsoknownasword segmentation. The method word tokenize() is used to split a sentence into words. The output of wordtokenizationcanbe converted to data frame for better text understanding in machine learning applications. It can also be provided as
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4271 input for further text cleaning steps such as punctuation removal, numeric character removal or stemming. Word tokenization becomes a crucial part of the text to numeric data conversion. C. BILL GENERATION Once the words and sentences are tokenized, the tokenized words are given as the input for the bill calculation. The input contains the item purchased and its quantity. The consumer can give the items purchased through voice, and consumer can also cancel the purchased items before it gets calculated. The bill gets calculated once the system gets input as the keyword TOTAL. Once the keyword total is given as an input the bill getsgeneratedand gets displayed in the python shell. It is also displayed in the web page with the bill number, date and time. 4. OPEN SOURCE TOOLS AND PYTHON LIBRARIES PyAudio PyAudio provides Python bindings for PortAudio v19, the cross-platform audio I/O library. WithPyAudio, you can easily use Python to play and record audio streams on a variety of platforms (e.g., GNU/Linux Microsoft Windows, and Mac OS X). NLTK The Natural Language Toolkit, or more commonly NLTK, is a suite of libraries and programs for symbolic and statistical natural language processing (NLP) for English written in the Python programming language. It was developed by Steven Bird and Edward Loper. It includes graphical demonstrations and sample data. It is intended to support research and teaching in NLP or closely related areas, including empirical linguistics, cognitive science, artificial intelligence, information retrieval, and machine learning. There are 32 universities in the US and 25 countries using NLTK in their courses. It supports classification, tokenization, stemming, tagging, parsing and semantic reasoning functionalities. XAMPP XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpretersforscriptswritteninthe PHP and Perl programming languages. 5. EXPERIMENTAL RESULTS The system has been tested for certain fruits and undergoes a STT method and NLP methods which converts the speech input into text and calculates the billing amount with the execution time being displayed. The main objective of this system is to reduce the time complexity and to improve the accuracy than the existing system.Theaccuracyiscalculated for the converted text using confusion matrix and compared with the existing system’s accuracy. Classification Rate or Accuracy is given by the relation: The accuracy of the proposed system is 90% respectively. Chart – 1 Comparison of accuracy 6. CONCLUSION The developed system will transcribe speech i.e spoken words or conversation into text and store all relevant data. Vendor’s use this data for the calculation of bill for the items purchased by the consumer. One of the main objectives is to convert the inputted speech into text even it has a noisy background. The system is implemented for both the types of speech input i.e it can be either a name of the fruit along with its quantity or a sentence which containsthefruitname and the purchased quantity. Implementation of deeplearningtechniquesforthe conversation part can provide completely different results. Another option is to update the available stock and its respective price through voice. As of now a voice based billing system has been built and in future certain Machine learning techniques can be applied to the same to improve its efficiency.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4272 7. REFERENCES [1] Ashfaq Shaikh, Burhanuddin Lakdawala, Farhan Khan, “Voice to Text transcription using CM Sphinx”, Second International Conference on Inventive Communication and Computational Technologies (ICICCT 2018), IEEE Xplore. [2]S.Nareshkumar,N.Mariappan,K.Thirumoorthy,“Database Interaction Using Automatic Speech Recognition”, International Journal of Innovative Research in Science Engineering and Technology, Vol.3, March 2014. [3] GulbaksheeDharmal, Dr. Vilas Thakare, Dr. Dipti D. Pati, “Intelligent Hands Free Speech based SMS System on Android”, International Conference on Advances in Human Machine Interaction, March 03-05, 2016, IEEE Xplore. [4] Hussain Rangoonwala, Vishal Kaushik et al , “Text To Speech Conversion Module”, IEEE Transaction, Volume 115 No. 6 2017. [5] PrasetyaUtama, Nathaniel Weir et al, “Voice-based Data Exploration: Chatting with your Database”, Springer-2011, 114 p. [6] Qiang Fu, Yong Zhao, Member, IEEE, and Biing-Hwang Juang, “Automatic speech recognition basedon non-uniform error criteria”, IEEE Trans. On audio, speech, and language processing, vol. 20, no. 3, march 2012. [7] Q. Fu, D. Mansjur, and B.-H.Juang, “Empirical system learning for statistical pattern recognition withnon-uniform error criteria”, IEEE Trans. Signal Process., vol. 58, no. 9, pp. 4621–4633, Sep. 2010. [8] F. Li and H. V. Jagadish, “Constructing an interactive natural language interface for relational databases”, PVLDB, 8(1):73–84, 2014. [9] G. Lyons, V. Tran, C. Binnig, U. Çetintemel,andT.Kraska,“ Making the case for query-by-voice with echoquery”, International Conference on Management of Data, SIGMOD Conference 2016, San Francisco, CA, USA, June 26 - July 01, 2016, pages 2129–2132, 2016.