SlideShare a Scribd company logo
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Mar-Apr 2019
Available at www.ijsred.com
Voice Command System Using Raspberry Pi
M.H. Nandhinee1 Akanksha khan2, S.P.Audline Beena3,Dr.D.Rajinigirinath4
1,2
UG Students, 3
Asst professor, 4
Professor
Department of Computer Science and Engineering
Sri Muthukumaran Institute of Technology,Chennai-69,India
Abstract-Verbal correspondence is an imperative
component in personal satisfaction, anyway upwards of 1.4
percent of people can't use common discourse dependably to
convey their perspectives and sentiments with others which
prompts discourse disadvantages. Discourse handicaps or
discourse hindrances are the parts of correspondence issue in
which the typical discourse get upset like faltering, lips, and so
on. The word incapacity can turn away those individuals who
are experiencing serious discourse inabilities from conveying in
a method for doing thing that enables them to use for one
closures their potential in instruction and entertainment. In
this investigation another type of discourse acknowledgment
framework is produced which perceives the disarranged
discourse of the general population who are experiencing
extreme discourse incapacities. Nowadays, users need a device
or a communication system which is easy to handle. ASR
systems work well for the people who are suffering from severe
speech disabilities such as dysarthria which is the most
common speech disorder and , these studies shows that there is
inverse connection between level of weakness and exactness of
speech recognition. This system describes the development of
speech recognition system which recognizes the disordered
speech.
Keywords—Speech to text, Raspberry Pi, Voice Command
System, Query Processing
I. INTRODUCTION
Talk is the best strategy for social correspondence. Only
5% to 10% of the human people has an absolutelycustomary
strategy for verbal correspondence concerning distinctive
talk features and sound voice; and whatever is leftof the 90
% to 95 % experience the evil impacts of one issue or the
other, for instance, wavering, scattering, dysarthria, apraxia
of talk, etc. Wavering is a talk issue which is affecting a
substantial number of people in their regular day to day
existence. Wavering is an issue that interferes with plain talk.
A person who wavers may reiterate the underlying
fragment of a word (as in wh what) or hold a singular sound
for a long time as in (hhhheeeeellllllooooo). Interventions,
for instance, "um" or "like" can happen likewise; particularly
when they contain repeated ("goodness ohh-ohhho") or
deferred ("ohhhh"). More than 68 million people generally
speaking stammer and has found to impact folks and females
in the extent of 4:1. This issue is depicted by intrusions in the
formation of talk sounds, called disfluencies. This technique
makes it possible to use the speaker's voice and the spoken
word to verify their identity and control access toservices.
II. SYSTEM ARCHITECTURE
A. EXISTING SYSTEM
The current framework experiences the downside that
just predefined voices are conceivable and it can store just
constrained voices. Henceforth, the client can't get the full
data reasonably.
B. PROPOSED SYSTEM
The proposed framework is to such an extent that it can
conquer the downside of the current framework. The venture
configuration include content to discourse. Here whatever
the framework gets as contribution after the order the yield
will get as voice implies discourse.
C. HARDWARE IMPLEMENTATION
Figure(1)
D. MICROPHONE
Amplifier is utilized to take the sound contribution of the
sound. This sound information when further gone through
the framework would be scanned for watchwords. These
watchwords are fundamental for the working of the voice
direction framework as our modules take a shot at the
embodiment of hunting down catchphrases and giving yield
by coordinating catchphrases.
RESEARCH ARTICLE OPEN ACCESS
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Mar-Apr 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 37
E. KEYBOARD
Console goes about as an info interface fundamentally for
the engineers, giving access to make alters to the program
code.
F. MOUSE
Mouse additionally acts an interface between the framework
and the engineer and does not have an immediate
cooperation with the end client.
G. RASPBERRY PI
It is the core of the voice order framework as it is engaged
with each progression of handling information to interfacing
segments together. The Raspbian OS is mounted onto the
SD card which is then stacked in the card space to give a
working framework.
H. POWER
The Raspberry Pi needs a steady 5V, 1.2 mA control supply.
This can either be given through an AC supply utilizing a
small scale USB charger or through a power bank.
I. ETHERNET
Ethernet is being utilized to give web association with the
voice direction framework. Since the framework depends on
online content to discourse change, online inquiry handling
and online discourse to content transformation consequently
we need a consistent association .
J. SCREEN
Screen gives the designer an extra method to take a gander
at the code and make any alters assuming any. It isn't
required for any kind of correspondence with the end client.
K. SPEAKERS
When the question set forward by the client has been
prepared, the content yield of that inquiry is changed over to
discourse utilizing the online content to discourse converter.
Presently this discourse which is the sound yield is sent to
the client utilizing the speakers which are running on sound
out.
III. STREAM OF EVENTS INVOICE
COMMAND SYSTEM
To start with, when the client begins the framework, he
utilizes a mouthpiece to send in the info. Fundamentally,
what it does is that it takes sound contribution from the
client and it is sustained to the PC to process it further. At
that point, that sound info whenever nourished to the
discourse to content converter, which changes over sound
contribution to content yield which is unmistakable by the
PC and can likewise be prepared by it.
At that point that content is parsed and looked for
watchwords. Our voice order framework is worked around
the arrangement of catchphrases where it scans the content
for watchwords to coordinate. Also, when watchwords are
coordinated then it gives the significant yield.
This yield is as content. This is then changed over to
discourse yield utilizing a content to discourse converter
which includes utilizing an optical character
acknowledgment framework. OCR sorts and distinguishes
the content and afterward the content to discourse motor
believers it to the sound yield. This yield is transmitted
through the speakers which are associated with the sound
jack of the raspberry Pi.
This module can be utilized to recover the subtleties of the
status of the present framework under execution by utilizing
the catchphrase "status". The data like current working
framework adaptation, running CPU rate, number of CPU
centers, framework name and current memory use is
checked by utilizing the python framework and procedure
utilities and the yield is given to the client in sound
structure.
Flowchart of speech recognition:
Figure(2)
IV. MODULES IMPLEMENTED
A. DISCOURSE TO TEXT ENGINE
The Google discourse motor is a Speech-To-Text (STT)
motor which is utilized to change over the directions given
by the client in sound contribution to content structure, with
the goal that these directions can be translated by the
modules appropriately. To utilize the Google discourse
motor, an application must be made in the Google designers
comfort and the created API key must be utilized to get to
the discourse motor. It requires ceaseless web association as
information is sent over the Google servers.
B. CONTENT TO SPEECH ENGINE
CMU Flite (celebration light) is a little, quick run-time
content to discourse amalgamation motor created at CMU
and basically intended for little inserted machines as well as
vast servers. Flite is planned as an elective content to
discourse combination motor to Festival for voices
fabricated utilizing the FestVoxsuite of voice building
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Mar-Apr 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 38
instruments. It is a disconnected motor and in this way web
isn't required to change over the content reactions to sound
reactions. It is one of the quickest motors accessible for use.
C. QUERY PROCESSOR
The Voice Command System has a module for question
handling which works by and large like many inquiry
processors do. That implies, taking the contribution from the
clients, looking for applicable yields and afterward giving
the client the fitting yield. In this framework we are utilizing
the site wolfram alpha as the hotspot for executing inquiry
preparing in the framework. The questions that can be
passed to this module incorporate recovering data about
acclaimed identities, basic scientific estimations, portrayal
of any broad article and so on.
D. WIKIPEDIA
This module takes a shot at the catchphrase of "wiki". The
framework requests what you might want to find out about.
At that point the demand is made to the Wikipedia API for
the required inquiry. It creates the synopsis of the data with
respect to the inquiry and the information is yield through
the amplifier to the audience in sound structure. If there
should be an occurrence of disappointment, the blunder
message is created saying "powerless to achieve lexicon of
wiki".
E. OTHER COMMAND SPECIFIC MODULES
The Voice Command System also has some command
specific modules like fetching hacker news, email and
current time. Each of these modules is related to the system
using keywords like “hacker news”, “email” and “time”
respectively. Whenever any of this keyword is said to the
system, it fetches that module and launches the contents of
that module thereby providing the appropriate response to
the user.
F. HMM
The idea was to recognize the input signal and
compare results with manual annotations. Stuttering
persons articulated earlier prepared sentences and the
system recognizes them. Next, differences between
automatic and manual transcription were found. The project
design involves text to speech recognition. Here whatever
the system receives as input after the command the output
will get in the form of voice means speech. In order to
perform tests the system using HMMs was build. It was
based on context dependent models (triphones) with the
adaptation to each recognized speaker.
Google API Technique is implemented to analyse the most
probability of the word which is uttered by the person.
Every attempt of pronouncing the word will be processed
through the help of Google API technique and the uttered
word is voiced out by the speaker. This reduces the stress of
the person by avoiding the need to complete the sentence.
V. SIMULATION
A. Transmitter and Receiver sections
The product usage of different squares referenced in
the past segment is finished utilizing the Embedded C. In
the transmitter side, at first it will instate the microcontroller
and the factors like port. On the off chance that the rationale
1 information is given to perceive, at that point it will send
information 0x05 as push ahead direction to the beneficiary.
So also, the other information will be given to perceive. In
like manner, the transmitter will distinguish the direction in
the product part and after that the comparing information
will be sent to the recipient. At the recipient side, the
microcontroller and the RF beneficiary are initialised to get
the flag. On the off chance that the information got is 0x05,
at that point the robot will perceive the order as push ahead
and it will pursue the direction. So also, other information
will be perceived.
Figure(3)
B. Receiver section of stuttered speech recognition
module
The recipient is the mechanized robot. It comprises of two
DC engines and will make the robot move in forward or the
retrogressive way. For the acknowledgment of faltered
discourse, the test information is changed over to formats.
The acknowledgment procedure at that point comprises of
coordinating the approaching discourse with put away
formats. The layout with the least separation measure from
the information design is the perceived word
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Mar-Apr 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 39
Figure(4)
The best match (most minimal separation measure) depends
on unique programming. This is called Dynamic Time
Warping (DTW) word recognizer. Right off the bat, the
voice order is put away in the Voice acknowledgment
module with the assistance of the capacity keys accessible.
This goes about as an example voice. At that point, the info
voice is encouraged into the mouthpiece. It changes over the
physical voice motion into electrical flag. The flag got is
sustained into the voice acknowledgment module. The voice
got is prepared in the voice acknowledgment framework and
the attributes of this voice direction are coordinated with
that of the pre-put away example voice. The voice
acknowledgment module sends comparing string to the
microcontroller, which is then transmitted through a RF
module. The recipient gets the ideal voice motion from the
RF transmitter through remote connection.
VI. RESULT
The Voice Command System takes a shot at the thought and
the rationale it was planned with. Our framework utilizes the
catchphrase "tune in" to take a direction. Every one of the
directions given to it is coordinated with the names of the
modules written in the program code. In the event that the
name of the direction matches with any arrangement of
watchwords, at that point those arrangement of activities are
performed by the Voice Command System. The modules of
Find my iPhone, Wikipedia and Movies depend on API
calling. We have utilized open source content to discourse
and discourse to content converters which give us the
highlights of adaptability. In the event that the framework
can't coordinate any of the said directions with the gave
catchphrases to each order, at that point the framework
apologizes for not ready to play out the said assignment. All
things considered, the framework takes a shot at the normal
lines with every one of the highlights that were at first
proposed. Moreover, the framework additionally gives
enough guarantee to the future as it is exceedingly
adjustable and new modules can be included whenever
without exasperating the working of current modules
VII. CONCLUSION
In this paper, we have successfully given the idea and
support behind the Voice Command System. We have
moreover cleared up the imperfections in the present system
and our strategy for settling those deformities. Moreover, we
have similarly spread out the structure designing of our
Voice Command System. A significant part of our modules
are of open source systems and we have revamped those
modules as demonstrated by our structure. This gets the best
execution from the system to the extent space time
multifaceted design. The Voice Command System has a
giant degree later on. Starting at now, we are seeing modest
aides like Siri, Google Now and Cortana end up surely
understood in the adaptable business. This gains the ground
smooth to a complete voice request structure.
VIII. REFERENCES
[1] Juray Palfy, Jirt Pospichal, "Pattern Search in Disfluent
Speech", 2012 IEEE International Workshop on Machine
Learning for Signal Processing, Sept 23-26.2012, Santander,
Spain.
[2] Ravi Kumar. K. M, Ganesan. S, "Comparison of
Multidimensional MFCC Feature Vectors for Objective
Assessment of Stuttered Disfluencies". Advance Networking
and Applications, Volume: 02 Issue: 05, Pages: 854-
860(2011).
[3] Cullinan. W.L, Prather. E.M & Williams. D,
“Comparison of Procedures for Scaling Severity of
Stuttering”, Journal of Speech and Hearing Research, Pp.
187-194, 1963.
[4] Oliver Bloodstein, “A Handbook on Stuttering”, 5th
Edition, Singular Publishing Group, Inc., San-Diego and
London, 1995.
[5] M N Hegde, Deborah Davis, Text book on “Clinical
Methods and Practicum in Speech Language Pathology”, 5th
Edition, Cengage learning publisher, 2005.
[6] Andrzej Czyzewski, Andrzej Kaczmarek, Bozena
Kostek, “Intelligent Processing of Stuttered Speech”, Journal
of Intelligent Information Systems archive, Volume 21, Issue
2, Pp. 143-171, September 2003.
[7] K. Ravikumar, B. Reddy, R. Rajagopal, and H. Nagara,
“Automatic Detection of Syllable Repetition in Read Speech
for Objective Assessment of Stuttered Disfluencies”,
Proceedings of World Academy Science, Engineering and
Technology, Pp. 270-273, 2008.
[8] Hariharan.M, Vijean.V, Fook. C.Y, Yaacob. S. "Speech
stuttering assessment using sample entropy and Least Square
Support Vector Machine". Signal Processing and its
Applications (CSPA) 2012, Pg no:240-245, ISBN :978-1-
4673-0960-8.
[9] Marius Cristian, Adrian Graur, "Developing a
Logopaedic Mobile Device Using FPGA", 1-4244-1234-X,
2007, IEEE.
[10] Walter Dosch, Nontasak Jacchum, "Stuttering Removal-
Developing Mealy and Moore Style Implementations of an
Interactive Component.

More Related Content

What's hot

Speech Recognition by Iqbal
Speech Recognition by IqbalSpeech Recognition by Iqbal
Speech Recognition by Iqbal
Iqbal
 
IRJET - Gesture based Communication Recognition System
IRJET -  	  Gesture based Communication Recognition SystemIRJET -  	  Gesture based Communication Recognition System
IRJET - Gesture based Communication Recognition System
IRJET Journal
 
AUTOMATIC SPEECH RECOGNITION- A SURVEY
AUTOMATIC SPEECH RECOGNITION- A SURVEYAUTOMATIC SPEECH RECOGNITION- A SURVEY
AUTOMATIC SPEECH RECOGNITION- A SURVEY
IJCERT
 
IRJET- Conversational Assistant based on Sentiment Analysis
IRJET- Conversational Assistant based on Sentiment AnalysisIRJET- Conversational Assistant based on Sentiment Analysis
IRJET- Conversational Assistant based on Sentiment Analysis
IRJET Journal
 
Utterance Based Speaker Identification Using ANN
Utterance Based Speaker Identification Using ANNUtterance Based Speaker Identification Using ANN
Utterance Based Speaker Identification Using ANN
IJCSEA Journal
 
Utterance Based Speaker Identification Using ANN
Utterance Based Speaker Identification Using ANNUtterance Based Speaker Identification Using ANN
Utterance Based Speaker Identification Using ANN
IJCSEA Journal
 
Esophageal Speech Recognition using Artificial Neural Network (ANN)
Esophageal Speech Recognition using Artificial Neural Network (ANN)Esophageal Speech Recognition using Artificial Neural Network (ANN)
Esophageal Speech Recognition using Artificial Neural Network (ANN)
Saibur Rahman
 
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
iosrjce
 
B034205010
B034205010B034205010
B034205010
inventionjournals
 
Mobiuso - Keys to Sucess in Partnering with an Overseas Studio
Mobiuso - Keys to Sucess in Partnering with an Overseas StudioMobiuso - Keys to Sucess in Partnering with an Overseas Studio
Mobiuso - Keys to Sucess in Partnering with an Overseas Studio
D.CAMP
 
Voice input and speech recognition system in tourism/social media
Voice input and speech recognition system in tourism/social mediaVoice input and speech recognition system in tourism/social media
Voice input and speech recognition system in tourism/social media
cidroypaes
 
D1803041822
D1803041822D1803041822
D1803041822
IOSR Journals
 
Automatic speech recognition system
Automatic speech recognition systemAutomatic speech recognition system
Automatic speech recognition systemAlok Tiwari
 
Paper on Speech Recognition
Paper on Speech RecognitionPaper on Speech Recognition
Paper on Speech RecognitionThejus Joby
 
Speech recognition an overview
Speech recognition   an overviewSpeech recognition   an overview
Speech recognition an overview
Varun Jain
 
Speech Recognition
Speech RecognitionSpeech Recognition
Speech Recognition
Hardik Kanjariya
 
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
 

What's hot (20)

Speech Recognition by Iqbal
Speech Recognition by IqbalSpeech Recognition by Iqbal
Speech Recognition by Iqbal
 
IRJET - Gesture based Communication Recognition System
IRJET -  	  Gesture based Communication Recognition SystemIRJET -  	  Gesture based Communication Recognition System
IRJET - Gesture based Communication Recognition System
 
AUTOMATIC SPEECH RECOGNITION- A SURVEY
AUTOMATIC SPEECH RECOGNITION- A SURVEYAUTOMATIC SPEECH RECOGNITION- A SURVEY
AUTOMATIC SPEECH RECOGNITION- A SURVEY
 
IRJET- Conversational Assistant based on Sentiment Analysis
IRJET- Conversational Assistant based on Sentiment AnalysisIRJET- Conversational Assistant based on Sentiment Analysis
IRJET- Conversational Assistant based on Sentiment Analysis
 
Utterance Based Speaker Identification Using ANN
Utterance Based Speaker Identification Using ANNUtterance Based Speaker Identification Using ANN
Utterance Based Speaker Identification Using ANN
 
Utterance Based Speaker Identification Using ANN
Utterance Based Speaker Identification Using ANNUtterance Based Speaker Identification Using ANN
Utterance Based Speaker Identification Using ANN
 
Esophageal Speech Recognition using Artificial Neural Network (ANN)
Esophageal Speech Recognition using Artificial Neural Network (ANN)Esophageal Speech Recognition using Artificial Neural Network (ANN)
Esophageal Speech Recognition using Artificial Neural Network (ANN)
 
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
 
B034205010
B034205010B034205010
B034205010
 
52 57
52 5752 57
52 57
 
Mobiuso - Keys to Sucess in Partnering with an Overseas Studio
Mobiuso - Keys to Sucess in Partnering with an Overseas StudioMobiuso - Keys to Sucess in Partnering with an Overseas Studio
Mobiuso - Keys to Sucess in Partnering with an Overseas Studio
 
Voice input and speech recognition system in tourism/social media
Voice input and speech recognition system in tourism/social mediaVoice input and speech recognition system in tourism/social media
Voice input and speech recognition system in tourism/social media
 
D1803041822
D1803041822D1803041822
D1803041822
 
Automatic speech recognition system
Automatic speech recognition systemAutomatic speech recognition system
Automatic speech recognition system
 
Paper on Speech Recognition
Paper on Speech RecognitionPaper on Speech Recognition
Paper on Speech Recognition
 
C5 giruba beulah
C5 giruba beulahC5 giruba beulah
C5 giruba beulah
 
Speech recognition an overview
Speech recognition   an overviewSpeech recognition   an overview
Speech recognition an overview
 
Speech Recognition
Speech RecognitionSpeech Recognition
Speech Recognition
 
30
3030
30
 
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...
 

Similar to IJSRED-V2I2P5

Assistive Examination System for Visually Impaired
Assistive Examination System for Visually ImpairedAssistive Examination System for Visually Impaired
Assistive Examination System for Visually Impaired
Editor IJCATR
 
AI for voice recognition.pptx
AI for voice recognition.pptxAI for voice recognition.pptx
AI for voice recognition.pptx
JhalakDashora
 
Mini-Project – EECE 365, Spring 2021 You are to read an
Mini-Project – EECE 365, Spring 2021   You are to read an Mini-Project – EECE 365, Spring 2021   You are to read an
Mini-Project – EECE 365, Spring 2021 You are to read an
IlonaThornburg83
 
Speech enabled interactive voice response system
Speech enabled interactive voice response systemSpeech enabled interactive voice response system
Speech enabled interactive voice response system
eSAT Journals
 
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 PI
aciijournal
 
Voice Command System Using Raspberry PI
Voice Command System Using Raspberry PIVoice Command System Using Raspberry PI
Voice Command System Using Raspberry PI
aciijournal
 
Using AI to recognise person
Using AI to recognise personUsing AI to recognise person
Using AI to recognise person
SolutionsPortal
 
Developing a hands-free interface to operate a Computer using voice command
Developing a hands-free interface to operate a Computer using voice commandDeveloping a hands-free interface to operate a Computer using voice command
Developing a hands-free interface to operate a Computer using voice command
Mohammad Liton Hossain
 
Artificial Intelligence for Speech Recognition
Artificial Intelligence for Speech RecognitionArtificial Intelligence for Speech Recognition
Artificial Intelligence for Speech Recognition
RHIMRJ Journal
 
A Voice Based Assistant Using Google Dialogflow And Machine Learning
A Voice Based Assistant Using Google Dialogflow And Machine LearningA Voice Based Assistant Using Google Dialogflow And Machine Learning
A Voice Based Assistant Using Google Dialogflow And Machine Learning
Emily Smith
 
An overview of speaker recognition by Bhusan Chettri.pdf
An overview of speaker recognition by Bhusan Chettri.pdfAn overview of speaker recognition by Bhusan Chettri.pdf
An overview of speaker recognition by Bhusan Chettri.pdf
Bhusan Chettri
 
Bt35408413
Bt35408413Bt35408413
Bt35408413
IJERA Editor
 
SURVEY ON SMART VIRTUAL VOICE ASSISTANT
SURVEY ON SMART VIRTUAL VOICE ASSISTANTSURVEY ON SMART VIRTUAL VOICE ASSISTANT
SURVEY ON SMART VIRTUAL VOICE ASSISTANT
IRJET 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 System
IRJET Journal
 
VOCAL- Voice Command Application using Artificial Intelligence
VOCAL- Voice Command Application using Artificial IntelligenceVOCAL- Voice Command Application using Artificial Intelligence
VOCAL- Voice Command Application using Artificial Intelligence
IRJET Journal
 
Voice based web browser
Voice based web browserVoice based web browser
Voice based web browser
SowndaryaP
 
“SKYE : Voice Based AI Desktop Assistant”
“SKYE : Voice Based AI Desktop Assistant”“SKYE : Voice Based AI Desktop Assistant”
“SKYE : Voice Based AI Desktop Assistant”
IRJET Journal
 
voice browser
voice browservoice browser
voice browser
ankitamohod
 
VOX – A Desktop Voice Assistant
VOX – A Desktop Voice AssistantVOX – A Desktop Voice Assistant
VOX – A Desktop Voice Assistant
IRJET Journal
 

Similar to IJSRED-V2I2P5 (20)

Assistive Examination System for Visually Impaired
Assistive Examination System for Visually ImpairedAssistive Examination System for Visually Impaired
Assistive Examination System for Visually Impaired
 
AI for voice recognition.pptx
AI for voice recognition.pptxAI for voice recognition.pptx
AI for voice recognition.pptx
 
Mini-Project – EECE 365, Spring 2021 You are to read an
Mini-Project – EECE 365, Spring 2021   You are to read an Mini-Project – EECE 365, Spring 2021   You are to read an
Mini-Project – EECE 365, Spring 2021 You are to read an
 
Speech enabled interactive voice response system
Speech enabled interactive voice response systemSpeech enabled interactive voice response system
Speech enabled interactive voice response system
 
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
 
Using AI to recognise person
Using AI to recognise personUsing AI to recognise person
Using AI to recognise person
 
Developing a hands-free interface to operate a Computer using voice command
Developing a hands-free interface to operate a Computer using voice commandDeveloping a hands-free interface to operate a Computer using voice command
Developing a hands-free interface to operate a Computer using voice command
 
Artificial Intelligence for Speech Recognition
Artificial Intelligence for Speech RecognitionArtificial Intelligence for Speech Recognition
Artificial Intelligence for Speech Recognition
 
A Voice Based Assistant Using Google Dialogflow And Machine Learning
A Voice Based Assistant Using Google Dialogflow And Machine LearningA Voice Based Assistant Using Google Dialogflow And Machine Learning
A Voice Based Assistant Using Google Dialogflow And Machine Learning
 
An overview of speaker recognition by Bhusan Chettri.pdf
An overview of speaker recognition by Bhusan Chettri.pdfAn overview of speaker recognition by Bhusan Chettri.pdf
An overview of speaker recognition by Bhusan Chettri.pdf
 
Bt35408413
Bt35408413Bt35408413
Bt35408413
 
SURVEY ON SMART VIRTUAL VOICE ASSISTANT
SURVEY ON SMART VIRTUAL VOICE ASSISTANTSURVEY ON SMART VIRTUAL VOICE ASSISTANT
SURVEY ON SMART VIRTUAL VOICE ASSISTANT
 
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
 
VOCAL- Voice Command Application using Artificial Intelligence
VOCAL- Voice Command Application using Artificial IntelligenceVOCAL- Voice Command Application using Artificial Intelligence
VOCAL- Voice Command Application using Artificial Intelligence
 
Voice based web browser
Voice based web browserVoice based web browser
Voice based web browser
 
“SKYE : Voice Based AI Desktop Assistant”
“SKYE : Voice Based AI Desktop Assistant”“SKYE : Voice Based AI Desktop Assistant”
“SKYE : Voice Based AI Desktop Assistant”
 
voice browser
voice browservoice browser
voice browser
 
VOX – A Desktop Voice Assistant
VOX – A Desktop Voice AssistantVOX – A Desktop Voice Assistant
VOX – A Desktop Voice Assistant
 

More from IJSRED

IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED-V3I6P13
IJSRED-V3I6P13
IJSRED
 
School Bus Tracking and Security System
School Bus Tracking and Security SystemSchool Bus Tracking and Security System
School Bus Tracking and Security System
IJSRED
 
BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunity
IJSRED
 
Quantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseQuantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf Disease
IJSRED
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric Vehicles
IJSRED
 
Growth Path Followed by France
Growth Path Followed by FranceGrowth Path Followed by France
Growth Path Followed by France
IJSRED
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition System
IJSRED
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MP
IJSRED
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
IJSRED
 
Understanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsUnderstanding Architecture of Internet of Things
Understanding Architecture of Internet of Things
IJSRED
 
Smart shopping cart
Smart shopping cartSmart shopping cart
Smart shopping cart
IJSRED
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...
IJSRED
 
Smart Canteen Management
Smart Canteen ManagementSmart Canteen Management
Smart Canteen Management
IJSRED
 
Gandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsGandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic Ethics
IJSRED
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric Solution
IJSRED
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
IJSRED
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
IJSRED
 
Farmer's Analytical assistant
Farmer's Analytical assistantFarmer's Analytical assistant
Farmer's Analytical assistant
IJSRED
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in India
IJSRED
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
IJSRED
 

More from IJSRED (20)

IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED-V3I6P13
IJSRED-V3I6P13
 
School Bus Tracking and Security System
School Bus Tracking and Security SystemSchool Bus Tracking and Security System
School Bus Tracking and Security System
 
BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunity
 
Quantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseQuantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf Disease
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric Vehicles
 
Growth Path Followed by France
Growth Path Followed by FranceGrowth Path Followed by France
Growth Path Followed by France
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition System
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MP
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
 
Understanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsUnderstanding Architecture of Internet of Things
Understanding Architecture of Internet of Things
 
Smart shopping cart
Smart shopping cartSmart shopping cart
Smart shopping cart
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...
 
Smart Canteen Management
Smart Canteen ManagementSmart Canteen Management
Smart Canteen Management
 
Gandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsGandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic Ethics
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric Solution
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
Farmer's Analytical assistant
Farmer's Analytical assistantFarmer's Analytical assistant
Farmer's Analytical assistant
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in India
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
 

Recently uploaded

Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
Kamal Acharya
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
heavyhaig
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
zwunae
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
dxobcob
 
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptxTOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
nikitacareer3
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
ChristineTorrepenida1
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
awadeshbabu
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 

Recently uploaded (20)

Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
 
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptxTOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 

IJSRED-V2I2P5

  • 1. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Mar-Apr 2019 Available at www.ijsred.com Voice Command System Using Raspberry Pi M.H. Nandhinee1 Akanksha khan2, S.P.Audline Beena3,Dr.D.Rajinigirinath4 1,2 UG Students, 3 Asst professor, 4 Professor Department of Computer Science and Engineering Sri Muthukumaran Institute of Technology,Chennai-69,India Abstract-Verbal correspondence is an imperative component in personal satisfaction, anyway upwards of 1.4 percent of people can't use common discourse dependably to convey their perspectives and sentiments with others which prompts discourse disadvantages. Discourse handicaps or discourse hindrances are the parts of correspondence issue in which the typical discourse get upset like faltering, lips, and so on. The word incapacity can turn away those individuals who are experiencing serious discourse inabilities from conveying in a method for doing thing that enables them to use for one closures their potential in instruction and entertainment. In this investigation another type of discourse acknowledgment framework is produced which perceives the disarranged discourse of the general population who are experiencing extreme discourse incapacities. Nowadays, users need a device or a communication system which is easy to handle. ASR systems work well for the people who are suffering from severe speech disabilities such as dysarthria which is the most common speech disorder and , these studies shows that there is inverse connection between level of weakness and exactness of speech recognition. This system describes the development of speech recognition system which recognizes the disordered speech. Keywords—Speech to text, Raspberry Pi, Voice Command System, Query Processing I. INTRODUCTION Talk is the best strategy for social correspondence. Only 5% to 10% of the human people has an absolutelycustomary strategy for verbal correspondence concerning distinctive talk features and sound voice; and whatever is leftof the 90 % to 95 % experience the evil impacts of one issue or the other, for instance, wavering, scattering, dysarthria, apraxia of talk, etc. Wavering is a talk issue which is affecting a substantial number of people in their regular day to day existence. Wavering is an issue that interferes with plain talk. A person who wavers may reiterate the underlying fragment of a word (as in wh what) or hold a singular sound for a long time as in (hhhheeeeellllllooooo). Interventions, for instance, "um" or "like" can happen likewise; particularly when they contain repeated ("goodness ohh-ohhho") or deferred ("ohhhh"). More than 68 million people generally speaking stammer and has found to impact folks and females in the extent of 4:1. This issue is depicted by intrusions in the formation of talk sounds, called disfluencies. This technique makes it possible to use the speaker's voice and the spoken word to verify their identity and control access toservices. II. SYSTEM ARCHITECTURE A. EXISTING SYSTEM The current framework experiences the downside that just predefined voices are conceivable and it can store just constrained voices. Henceforth, the client can't get the full data reasonably. B. PROPOSED SYSTEM The proposed framework is to such an extent that it can conquer the downside of the current framework. The venture configuration include content to discourse. Here whatever the framework gets as contribution after the order the yield will get as voice implies discourse. C. HARDWARE IMPLEMENTATION Figure(1) D. MICROPHONE Amplifier is utilized to take the sound contribution of the sound. This sound information when further gone through the framework would be scanned for watchwords. These watchwords are fundamental for the working of the voice direction framework as our modules take a shot at the embodiment of hunting down catchphrases and giving yield by coordinating catchphrases. RESEARCH ARTICLE OPEN ACCESS
  • 2. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Mar-Apr 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 37 E. KEYBOARD Console goes about as an info interface fundamentally for the engineers, giving access to make alters to the program code. F. MOUSE Mouse additionally acts an interface between the framework and the engineer and does not have an immediate cooperation with the end client. G. RASPBERRY PI It is the core of the voice order framework as it is engaged with each progression of handling information to interfacing segments together. The Raspbian OS is mounted onto the SD card which is then stacked in the card space to give a working framework. H. POWER The Raspberry Pi needs a steady 5V, 1.2 mA control supply. This can either be given through an AC supply utilizing a small scale USB charger or through a power bank. I. ETHERNET Ethernet is being utilized to give web association with the voice direction framework. Since the framework depends on online content to discourse change, online inquiry handling and online discourse to content transformation consequently we need a consistent association . J. SCREEN Screen gives the designer an extra method to take a gander at the code and make any alters assuming any. It isn't required for any kind of correspondence with the end client. K. SPEAKERS When the question set forward by the client has been prepared, the content yield of that inquiry is changed over to discourse utilizing the online content to discourse converter. Presently this discourse which is the sound yield is sent to the client utilizing the speakers which are running on sound out. III. STREAM OF EVENTS INVOICE COMMAND SYSTEM To start with, when the client begins the framework, he utilizes a mouthpiece to send in the info. Fundamentally, what it does is that it takes sound contribution from the client and it is sustained to the PC to process it further. At that point, that sound info whenever nourished to the discourse to content converter, which changes over sound contribution to content yield which is unmistakable by the PC and can likewise be prepared by it. At that point that content is parsed and looked for watchwords. Our voice order framework is worked around the arrangement of catchphrases where it scans the content for watchwords to coordinate. Also, when watchwords are coordinated then it gives the significant yield. This yield is as content. This is then changed over to discourse yield utilizing a content to discourse converter which includes utilizing an optical character acknowledgment framework. OCR sorts and distinguishes the content and afterward the content to discourse motor believers it to the sound yield. This yield is transmitted through the speakers which are associated with the sound jack of the raspberry Pi. This module can be utilized to recover the subtleties of the status of the present framework under execution by utilizing the catchphrase "status". The data like current working framework adaptation, running CPU rate, number of CPU centers, framework name and current memory use is checked by utilizing the python framework and procedure utilities and the yield is given to the client in sound structure. Flowchart of speech recognition: Figure(2) IV. MODULES IMPLEMENTED A. DISCOURSE TO TEXT ENGINE The Google discourse motor is a Speech-To-Text (STT) motor which is utilized to change over the directions given by the client in sound contribution to content structure, with the goal that these directions can be translated by the modules appropriately. To utilize the Google discourse motor, an application must be made in the Google designers comfort and the created API key must be utilized to get to the discourse motor. It requires ceaseless web association as information is sent over the Google servers. B. CONTENT TO SPEECH ENGINE CMU Flite (celebration light) is a little, quick run-time content to discourse amalgamation motor created at CMU and basically intended for little inserted machines as well as vast servers. Flite is planned as an elective content to discourse combination motor to Festival for voices fabricated utilizing the FestVoxsuite of voice building
  • 3. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Mar-Apr 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 38 instruments. It is a disconnected motor and in this way web isn't required to change over the content reactions to sound reactions. It is one of the quickest motors accessible for use. C. QUERY PROCESSOR The Voice Command System has a module for question handling which works by and large like many inquiry processors do. That implies, taking the contribution from the clients, looking for applicable yields and afterward giving the client the fitting yield. In this framework we are utilizing the site wolfram alpha as the hotspot for executing inquiry preparing in the framework. The questions that can be passed to this module incorporate recovering data about acclaimed identities, basic scientific estimations, portrayal of any broad article and so on. D. WIKIPEDIA This module takes a shot at the catchphrase of "wiki". The framework requests what you might want to find out about. At that point the demand is made to the Wikipedia API for the required inquiry. It creates the synopsis of the data with respect to the inquiry and the information is yield through the amplifier to the audience in sound structure. If there should be an occurrence of disappointment, the blunder message is created saying "powerless to achieve lexicon of wiki". E. OTHER COMMAND SPECIFIC MODULES The Voice Command System also has some command specific modules like fetching hacker news, email and current time. Each of these modules is related to the system using keywords like “hacker news”, “email” and “time” respectively. Whenever any of this keyword is said to the system, it fetches that module and launches the contents of that module thereby providing the appropriate response to the user. F. HMM The idea was to recognize the input signal and compare results with manual annotations. Stuttering persons articulated earlier prepared sentences and the system recognizes them. Next, differences between automatic and manual transcription were found. The project design involves text to speech recognition. Here whatever the system receives as input after the command the output will get in the form of voice means speech. In order to perform tests the system using HMMs was build. It was based on context dependent models (triphones) with the adaptation to each recognized speaker. Google API Technique is implemented to analyse the most probability of the word which is uttered by the person. Every attempt of pronouncing the word will be processed through the help of Google API technique and the uttered word is voiced out by the speaker. This reduces the stress of the person by avoiding the need to complete the sentence. V. SIMULATION A. Transmitter and Receiver sections The product usage of different squares referenced in the past segment is finished utilizing the Embedded C. In the transmitter side, at first it will instate the microcontroller and the factors like port. On the off chance that the rationale 1 information is given to perceive, at that point it will send information 0x05 as push ahead direction to the beneficiary. So also, the other information will be given to perceive. In like manner, the transmitter will distinguish the direction in the product part and after that the comparing information will be sent to the recipient. At the recipient side, the microcontroller and the RF beneficiary are initialised to get the flag. On the off chance that the information got is 0x05, at that point the robot will perceive the order as push ahead and it will pursue the direction. So also, other information will be perceived. Figure(3) B. Receiver section of stuttered speech recognition module The recipient is the mechanized robot. It comprises of two DC engines and will make the robot move in forward or the retrogressive way. For the acknowledgment of faltered discourse, the test information is changed over to formats. The acknowledgment procedure at that point comprises of coordinating the approaching discourse with put away formats. The layout with the least separation measure from the information design is the perceived word
  • 4. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Mar-Apr 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 39 Figure(4) The best match (most minimal separation measure) depends on unique programming. This is called Dynamic Time Warping (DTW) word recognizer. Right off the bat, the voice order is put away in the Voice acknowledgment module with the assistance of the capacity keys accessible. This goes about as an example voice. At that point, the info voice is encouraged into the mouthpiece. It changes over the physical voice motion into electrical flag. The flag got is sustained into the voice acknowledgment module. The voice got is prepared in the voice acknowledgment framework and the attributes of this voice direction are coordinated with that of the pre-put away example voice. The voice acknowledgment module sends comparing string to the microcontroller, which is then transmitted through a RF module. The recipient gets the ideal voice motion from the RF transmitter through remote connection. VI. RESULT The Voice Command System takes a shot at the thought and the rationale it was planned with. Our framework utilizes the catchphrase "tune in" to take a direction. Every one of the directions given to it is coordinated with the names of the modules written in the program code. In the event that the name of the direction matches with any arrangement of watchwords, at that point those arrangement of activities are performed by the Voice Command System. The modules of Find my iPhone, Wikipedia and Movies depend on API calling. We have utilized open source content to discourse and discourse to content converters which give us the highlights of adaptability. In the event that the framework can't coordinate any of the said directions with the gave catchphrases to each order, at that point the framework apologizes for not ready to play out the said assignment. All things considered, the framework takes a shot at the normal lines with every one of the highlights that were at first proposed. Moreover, the framework additionally gives enough guarantee to the future as it is exceedingly adjustable and new modules can be included whenever without exasperating the working of current modules VII. CONCLUSION In this paper, we have successfully given the idea and support behind the Voice Command System. We have moreover cleared up the imperfections in the present system and our strategy for settling those deformities. Moreover, we have similarly spread out the structure designing of our Voice Command System. A significant part of our modules are of open source systems and we have revamped those modules as demonstrated by our structure. This gets the best execution from the system to the extent space time multifaceted design. The Voice Command System has a giant degree later on. Starting at now, we are seeing modest aides like Siri, Google Now and Cortana end up surely understood in the adaptable business. This gains the ground smooth to a complete voice request structure. VIII. REFERENCES [1] Juray Palfy, Jirt Pospichal, "Pattern Search in Disfluent Speech", 2012 IEEE International Workshop on Machine Learning for Signal Processing, Sept 23-26.2012, Santander, Spain. [2] Ravi Kumar. K. M, Ganesan. S, "Comparison of Multidimensional MFCC Feature Vectors for Objective Assessment of Stuttered Disfluencies". Advance Networking and Applications, Volume: 02 Issue: 05, Pages: 854- 860(2011). [3] Cullinan. W.L, Prather. E.M & Williams. D, “Comparison of Procedures for Scaling Severity of Stuttering”, Journal of Speech and Hearing Research, Pp. 187-194, 1963. [4] Oliver Bloodstein, “A Handbook on Stuttering”, 5th Edition, Singular Publishing Group, Inc., San-Diego and London, 1995. [5] M N Hegde, Deborah Davis, Text book on “Clinical Methods and Practicum in Speech Language Pathology”, 5th Edition, Cengage learning publisher, 2005. [6] Andrzej Czyzewski, Andrzej Kaczmarek, Bozena Kostek, “Intelligent Processing of Stuttered Speech”, Journal of Intelligent Information Systems archive, Volume 21, Issue 2, Pp. 143-171, September 2003. [7] K. Ravikumar, B. Reddy, R. Rajagopal, and H. Nagara, “Automatic Detection of Syllable Repetition in Read Speech for Objective Assessment of Stuttered Disfluencies”, Proceedings of World Academy Science, Engineering and Technology, Pp. 270-273, 2008. [8] Hariharan.M, Vijean.V, Fook. C.Y, Yaacob. S. "Speech stuttering assessment using sample entropy and Least Square Support Vector Machine". Signal Processing and its Applications (CSPA) 2012, Pg no:240-245, ISBN :978-1- 4673-0960-8. [9] Marius Cristian, Adrian Graur, "Developing a Logopaedic Mobile Device Using FPGA", 1-4244-1234-X, 2007, IEEE. [10] Walter Dosch, Nontasak Jacchum, "Stuttering Removal- Developing Mealy and Moore Style Implementations of an Interactive Component.