SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2175
Home Automation using Voice Commands in the Hindi Language
Prerna Wadikar1, Nidhi Sargar2, Rahool Rangnekar3, Prof.Pankaj Kunekar4
1,2,3Student, Department of Information Technology, Atharva College of Engineering, Mumbai, India
4Assistant Professor, Department of Information Technology, Atharva College of Engineering, Mumbai, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Home Automation has gained light over the past
few years. It is viewed as a necessity than a luxury in many
aspects. With the help of home automation, it has eased the
daily lifestyle of the physically disabled and elderly age
group of our society. Our proposed system reaches out to
help these neglected groups of our society by giving them a
sense of independence in their daily chores for different
functionalities and purposes. We aim in developing an
economical and efficient home automation system that will
work in proximity to home appliances. The voice command
recognition is achieved using dedicated hardware
components and an Arduino board to read inputs. Thus our
system can be used for the conversion of existing homes into
smart automated homes at economical, robust and flexible
approaches.
Key Words: home automation, speech recognition,
voice commands, internet of things, economical home
automation
1. INTRODUCTION
Smart Home Automation system is becoming popular
these days and voice-controlled smart home environment
is getting special attention. voice recognition technologies
with fully embedded systems are already available[1].
Various sensors and smart devices are already available
on the market, as well as HA systems, which let users
connect, monitor and control their devices. Mobiles and
Web applications are used to control various Home
Automation Systems(HAS). Meanwhile, we are witnessing
the growth of popularity of voice command interfaces
(VCI). Recently, a number of devices have appeared on the
market, which are powered by the online voice
recognition engines, and can serve as the VCI for HA
systems[2]. An essential part of SHAS is to enable the
various electrical devices and electronic gadgets in it to
interact and communicate with each other. In SHAS,
simple remote-controlled systems to complex
computer/micro-controlled home automation
technologies and different wired/wireless technologies
may be used for this.Few widely used wireless
technologies with globally accepted standards are: GSM,
Wi-Fi, NFC and Bluetooth. These can be used to
communicate with the smart electrical devices via smart
mobile devices such as smartphone or tablet [3]. In this
paper we use voice recognition to control smart home
appliances. Apart from the traditional methods like
keyboard or switches for controlling the device, voice
control is one of the easiest methods to give input
commands and also, since it can be adapted and
customized to a particular speaker’s voice therefore voice
recognition is a more personalized form of control. As
Hindi voice commands are considered only that will be
useful for people in India. Also this system is very much
cost-effective than any other Voice based Home
Automation System available in today’s market.
1.1 Advantages of System
Home Automation allows you to gain the perks of high-end
technology and its functionalities which wasn’t possible in
the past. Our proposed system points to many advantages:
1. Our proposed system provides flexibility to the
user integrated with our module. He/She can
monitor or control all the devices from one place.
2. Our proposed system proves to be economical as
compared to the existing systems. Thus this
system is devised in such a way that it is easily
affordable by the common man.
3. Our system reaches out to the often neglected
group of society which are the elderly people and
the physically disabled. Thus making their life
easier. Our system aims in providing them a sense
of independence in daily lives.
4. Only 10% of India’s population can fluently
understand and reciprocate in English; which
leaves out the other 90% population which
conveys only using their regional native language.
2. LITERATURE SURVEY
Yash Mittal el al. [3] proposed a multi-functional `Smart
Home Automation System' (SHAS), that can be adapted to
a user's voice and recognize the voice-commands,
independent of the speaker's personal characteristics such
as accent. An Arduino microcontroller board is used for
processing and control which makes this system cost-
effective. Thus for converting existing homes into a smart
home this prototype i.e Smart Home Automation
System(SHAS) can be used.
Chen-Yen Peng et al.[4] designed and built a tailor-made
function for users without their attempt. Commands are
taken from Google Home’s voice recognition and
Bluetooth signals are transferred to Raspberry Pi to
control the connected devices. The proposed paper mainly
focuses on researching combining characteristics of
Google Home with Google Assistant Personal Voice
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2176
Assistant using machine learning and thereby customizing
this to meet the new needs of users.
Hem Kamdar et al. [5] implemented various ways in which
people can automate their homes. The proposed system is
built by using the Arduino microcontroller and voice
recognition module. based on the voice input Arduino
gives commands to various connected devices. this system
provides a cost-effective and a robust home automation
system.
Norhafizah bt Aripin et al. [6] presented a review on an
Android-based voice-controlled home automation system.
In this paper voice inputs are captured by android and
sent to Arduino Uno. Bluetooth module in Arduino Uno
receives the signals and processed the input signals to
control electrical appliances.
Eleonora Nan et al. [7] implemented and designed one
solution to enable voice control within the existing home
automation system. An online voice recognition engine is
combined with the existing home automation system.
Response time and accuracy are measured and it is
confirmed that practically this system can perform well.
3. SYSTEM ANALYSIS
3.1 Problem Statement
Nowadays, Home automation is only available in a few
defined languages (English). Our proposed system helps
us to make home automation available in more native and
convenient languages for the users.
3.2 Proposed System Feature
1. Python provides a large standard library which
includes areas like internet protocols, string
operations, web services tools and operating
system interfaces. Many high use programming
tasks have already been scripted into the standard
library which reduces the length of code to be
written significantly.
2. Python has clean object-oriented design, provides
enhanced process control capabilities, and
possesses strong integration and text processing
capabilities and its own unit testing framework,
all of which contribute to the increase in its speed
and productivity. Python is considered a viable
option for building complex multi-protocol
network applications.
3. The Arduino software runs on Windows,
Macintosh OSX, and Linux operating systems.
Most microcontroller systems are limited to
Windows.
4. Arduino boards are relatively inexpensive
compared to other microcontroller platforms.
4. SYSTEM DESIGN AND IMPLEMENTATION
Figure 1: Proposed Model Of Home Automation System.
The proposed model of the home automation system is as
shown in the above figure 1. The model consists of a
microphone to accept commands from the user. It also
consists of an Arduino Uno which is an interface between
the hardware components like Home lights, fans, Air-
conditioner, etc. The model also consists of Voice assistant
as a front-end software which is used to understand the
command given by the user. Our Python-based Voice
assistant uses google text-to-speech API to understand all
the words spoken by the user, and based on certain
conditions that satisfy being a command the voice
assistant sends responses to the Arduino Uno.
4.1 Proposed Home Automation
Figure 2: DFD Diagram Level 0
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2177
Figure 3: DFD Diagram Level 1
4.2 Proposed System Functions
The proposed home automation system has the
capabilities to control the following components in users
home:
1. Lights
2. Fans
3. A/C-Air-conditioner
4. Other Electronic components
The proposed system can perform the following
commands:
1. Turn Light On/Off
2. Turn Fan On/Off
3. On/Off Different appliances
4.3 Implementation Setup
Figure 4: Flow Chart of Steps taken by the System.
As the system is started, our voice assistant is on running
in the background listening for available voice commands;
once the user gives a command, based on the conditions
provided to the voice assistant, the voice assistant gives
the necessary output. This output is sent to the Arduino
Uno board which is connected to the system. Based on the
input received the Arduino Uno then performs the desired
task.
5. CONCLUSION
Our proposed system Home Automation in Hindi language
Voice commands can be implemented using dedicated
hardware i.e. Arduino Uno and using voice recognition
module thus makes the system more cost-efficient and
robust. The system can work on various connected devices
like light, fan, AC, etc. This system provides a basic system
of Home Automation which can be easily implemented and
used effectively. Also this system allows users to make
decisions and to regulate the home appliances with the
help of voice assistants, thus making one’s life comfortable
and at the same time remotely accessible via voice
commands.
6. FUTURE SCOPE
Using this system as a framework, the system can be
expanded to home security. Home security is important
these days so it can be combined with this system to give
more advanced features. Also in the home automation
system another feature like modulating according to the
moods of a user. More advancement can be done by
enabling a system to work on various languages of rural
areas. Further modifications are possible like operating on
various tones or accents from different regions that mean
it should be able to perform operations on various voice
tones and accents.
7. REFERENCES
[1] Nikola Smiljković and Tatjana Erić, Sandra Ivanović,
Sunčica Milivojša, Milica Matić “Voice Control for
Smart Home Automation: Evaluation of Approaches
and Possible Architectures” 2017 IEEE 7th
International Conference on Consumer Electronics -
Berlin (ICCE-Berlin) 978-1-5090-4014-8/17/$31.00
©2017 IEEE.
[2] Sunčica Milivojša, Sandra Ivanović, Tatjana Erić,
Marija Antić, Nikola Smiljković “Implementation of
Voice Control Interface for Smart Home Automation
System” 2017 IEEE 7th International Conference on
Consumer Electronics - Berlin (ICCE-Berlin).
[3] Yash Mittal, Pradhi Toshniwal “A voice-controlled
multi-functional Smart Home Automation System”,
2015 India Conference (INDICON), IEEE.
[4] Chen-Yen Peng and Rung-Chin Chen “Voice
Recognition by Google Home and Raspberry Pi for
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2178
smart Socket Control” 2018 Tenth International
Conference on Advanced Computational Intelligence
(ICACI) March 29–31, 2018, Xiamen, China.
[5] Hem Kamdar, Roshan karkera “A Review on Home
Automation Using Voice Recognition” International
Research Journal of Engineering and Technology
(IRJET) 2017.
[6] Norfizahbt Aripin, M.B Othman “Voice control of home
automation appliances using Android” Electrical
Power, Electronics Communications,, Controls and
Informatics seminar (EECCIS) 2016.
[7] Eleora Nan, Una Radosavac “One solution for voice
enabled smart home automation system” Consumer
Electronics-Berlin (ICCE-Berlin), 2017 IEEE 7th
International Conference.
[8] Sushant Kumar, S.S Solanki, “Voice and Touch control
home automation”, Recent Advance in Information
Technology (RAIT), International Conference 2016.

More Related Content

What's hot

Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
IJERA Editor
 
Ethernet based home appliances control
Ethernet based home appliances controlEthernet based home appliances control
Ethernet based home appliances control
IAEME Publication
 
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET Journal
 
IRJET- Automated System for Office using Arduino and Android
IRJET-  	  Automated System for Office using Arduino and AndroidIRJET-  	  Automated System for Office using Arduino and Android
IRJET- Automated System for Office using Arduino and Android
IRJET Journal
 
Smart Security and Home Automation System using Internet of things
Smart Security and Home Automation System using Internet of thingsSmart Security and Home Automation System using Internet of things
Smart Security and Home Automation System using Internet of things
IRJET Journal
 
Home Automation
Home AutomationHome Automation
Home Automation
Pratik Vipul
 
Smart home automation system
Smart home automation systemSmart home automation system
Smart home automation system
Pawan Kumar Ganjhu
 
Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation System
AI Publications
 
IRJET- A Review on: Smart and Advanced Living Technology (SALT)
IRJET- A Review on: Smart and Advanced Living Technology (SALT)IRJET- A Review on: Smart and Advanced Living Technology (SALT)
IRJET- A Review on: Smart and Advanced Living Technology (SALT)
IRJET Journal
 
Android Controlled Air Conditioner Remote
Android Controlled Air Conditioner RemoteAndroid Controlled Air Conditioner Remote
Android Controlled Air Conditioner Remote
IRJET Journal
 
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET Journal
 
Home Automation using Internet of Things
Home Automation using Internet of ThingsHome Automation using Internet of Things
Home Automation using Internet of Things
IRJET Journal
 
Home automation using android phone
Home automation using android phoneHome automation using android phone
Home automation using android phone
Mohit Singh
 
final project report_full edit
final project report_full editfinal project report_full edit
final project report_full edit
Sayam Roy
 
IRJET- Home Automation using Natural Language Interaction(NLI)
IRJET- Home Automation using Natural Language Interaction(NLI)IRJET- Home Automation using Natural Language Interaction(NLI)
IRJET- Home Automation using Natural Language Interaction(NLI)
IRJET Journal
 
AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0
AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0
AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0
devsunit
 
IOT: Home Automation using Android Application
IOT: Home Automation using Android ApplicationIOT: Home Automation using Android Application
IOT: Home Automation using Android Application
Nikhil Jadav
 
Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...
Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...
Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...
IJECEIAES
 
Arduino Based Home Lighting Control by Android Phone
Arduino Based Home Lighting Control by Android PhoneArduino Based Home Lighting Control by Android Phone
Arduino Based Home Lighting Control by Android Phone
ijtsrd
 
BLUETOOTH BASED HOME AUTOMATION SYSTEM
BLUETOOTH BASED HOME  AUTOMATION SYSTEMBLUETOOTH BASED HOME  AUTOMATION SYSTEM
BLUETOOTH BASED HOME AUTOMATION SYSTEM
Saif Shaikh
 

What's hot (20)

Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
Domotics – A Cost Effective Smart Home Automation System Using Wifi as Networ...
 
Ethernet based home appliances control
Ethernet based home appliances controlEthernet based home appliances control
Ethernet based home appliances control
 
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
 
IRJET- Automated System for Office using Arduino and Android
IRJET-  	  Automated System for Office using Arduino and AndroidIRJET-  	  Automated System for Office using Arduino and Android
IRJET- Automated System for Office using Arduino and Android
 
Smart Security and Home Automation System using Internet of things
Smart Security and Home Automation System using Internet of thingsSmart Security and Home Automation System using Internet of things
Smart Security and Home Automation System using Internet of things
 
Home Automation
Home AutomationHome Automation
Home Automation
 
Smart home automation system
Smart home automation systemSmart home automation system
Smart home automation system
 
Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation System
 
IRJET- A Review on: Smart and Advanced Living Technology (SALT)
IRJET- A Review on: Smart and Advanced Living Technology (SALT)IRJET- A Review on: Smart and Advanced Living Technology (SALT)
IRJET- A Review on: Smart and Advanced Living Technology (SALT)
 
Android Controlled Air Conditioner Remote
Android Controlled Air Conditioner RemoteAndroid Controlled Air Conditioner Remote
Android Controlled Air Conditioner Remote
 
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
 
Home Automation using Internet of Things
Home Automation using Internet of ThingsHome Automation using Internet of Things
Home Automation using Internet of Things
 
Home automation using android phone
Home automation using android phoneHome automation using android phone
Home automation using android phone
 
final project report_full edit
final project report_full editfinal project report_full edit
final project report_full edit
 
IRJET- Home Automation using Natural Language Interaction(NLI)
IRJET- Home Automation using Natural Language Interaction(NLI)IRJET- Home Automation using Natural Language Interaction(NLI)
IRJET- Home Automation using Natural Language Interaction(NLI)
 
AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0
AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0
AUTONOMOUS CONTROL TECHNIQUES FOR HOME AUTOMATION v1.0
 
IOT: Home Automation using Android Application
IOT: Home Automation using Android ApplicationIOT: Home Automation using Android Application
IOT: Home Automation using Android Application
 
Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...
Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...
Design of Pervasive Discovery, Service and Control for Smart Home Appliances:...
 
Arduino Based Home Lighting Control by Android Phone
Arduino Based Home Lighting Control by Android PhoneArduino Based Home Lighting Control by Android Phone
Arduino Based Home Lighting Control by Android Phone
 
BLUETOOTH BASED HOME AUTOMATION SYSTEM
BLUETOOTH BASED HOME  AUTOMATION SYSTEMBLUETOOTH BASED HOME  AUTOMATION SYSTEM
BLUETOOTH BASED HOME AUTOMATION SYSTEM
 

Similar to IRJET- Home Automation using Voice Commands in the Hindi Language

IRJET- Voice Based Home Automation System using Raspberry Pi
IRJET-  	  Voice Based Home Automation System using Raspberry PiIRJET-  	  Voice Based Home Automation System using Raspberry Pi
IRJET- Voice Based Home Automation System using Raspberry Pi
IRJET Journal
 
Home Automation using IOT and Mobile App
Home Automation using IOT and Mobile AppHome Automation using IOT and Mobile App
Home Automation using IOT and Mobile App
IRJET Journal
 
IoT Based home automation system using Arduino board
IoT Based home automation system using Arduino boardIoT Based home automation system using Arduino board
IoT Based home automation system using Arduino board
IRJET Journal
 
Home Automation Control System
Home Automation Control SystemHome Automation Control System
Home Automation Control System
IRJET Journal
 
IRJET- Home Control System using Artificial Intelligence
IRJET- Home Control System using Artificial IntelligenceIRJET- Home Control System using Artificial Intelligence
IRJET- Home Control System using Artificial Intelligence
IRJET Journal
 
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATIONUBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
IJCNCJournal
 
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
IJET - International Journal of Engineering and Techniques
 
IRJET- Smart Home Automation using IoT with Security Features
IRJET- Smart Home Automation using IoT with Security FeaturesIRJET- Smart Home Automation using IoT with Security Features
IRJET- Smart Home Automation using IoT with Security Features
IRJET Journal
 
A Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation TechnologyA Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation Technology
IRJET Journal
 
IRJET-A Nodemcu based Home Automation System
IRJET-A Nodemcu based Home Automation SystemIRJET-A Nodemcu based Home Automation System
IRJET-A Nodemcu based Home Automation System
IRJET Journal
 
Remote Control of Home Appliances with Smart Energy Efficient Model using And...
Remote Control of Home Appliances with Smart Energy Efficient Model using And...Remote Control of Home Appliances with Smart Energy Efficient Model using And...
Remote Control of Home Appliances with Smart Energy Efficient Model using And...
IRJET Journal
 
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
IRJET Journal
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder People
IRJET Journal
 
IRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation System
IRJET Journal
 
IRJET- Voice Controlled Machineries in Agricultural Field using Raspberry Pi
IRJET- Voice Controlled Machineries in Agricultural Field using Raspberry PiIRJET- Voice Controlled Machineries in Agricultural Field using Raspberry Pi
IRJET- Voice Controlled Machineries in Agricultural Field using Raspberry Pi
IRJET Journal
 
IRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home AutomationIRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET Journal
 
Android Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerAndroid Based Home-Automation using Microcontroller
Android Based Home-Automation using Microcontroller
Eswar Publications
 
IRJET- Voice Controlled Robotic Vehicle
IRJET- Voice Controlled Robotic VehicleIRJET- Voice Controlled Robotic Vehicle
IRJET- Voice Controlled Robotic Vehicle
IRJET Journal
 
IRJET- Smart Home using Google Assistant (IFTTT)
IRJET-  	  Smart Home using Google Assistant (IFTTT)IRJET-  	  Smart Home using Google Assistant (IFTTT)
IRJET- Smart Home using Google Assistant (IFTTT)
IRJET Journal
 
IJSRED-V2I4P4
IJSRED-V2I4P4IJSRED-V2I4P4
IJSRED-V2I4P4
IJSRED
 

Similar to IRJET- Home Automation using Voice Commands in the Hindi Language (20)

IRJET- Voice Based Home Automation System using Raspberry Pi
IRJET-  	  Voice Based Home Automation System using Raspberry PiIRJET-  	  Voice Based Home Automation System using Raspberry Pi
IRJET- Voice Based Home Automation System using Raspberry Pi
 
Home Automation using IOT and Mobile App
Home Automation using IOT and Mobile AppHome Automation using IOT and Mobile App
Home Automation using IOT and Mobile App
 
IoT Based home automation system using Arduino board
IoT Based home automation system using Arduino boardIoT Based home automation system using Arduino board
IoT Based home automation system using Arduino board
 
Home Automation Control System
Home Automation Control SystemHome Automation Control System
Home Automation Control System
 
IRJET- Home Control System using Artificial Intelligence
IRJET- Home Control System using Artificial IntelligenceIRJET- Home Control System using Artificial Intelligence
IRJET- Home Control System using Artificial Intelligence
 
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATIONUBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
UBIQUITOUS SMART HOME SYSTEM USING ANDROID APPLICATION
 
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
[IJET-V1I3P8] Authors :Mrs. Latha A.P.,Pratik Agarwal, Rishabh Rajgarhia,Shas...
 
IRJET- Smart Home Automation using IoT with Security Features
IRJET- Smart Home Automation using IoT with Security FeaturesIRJET- Smart Home Automation using IoT with Security Features
IRJET- Smart Home Automation using IoT with Security Features
 
A Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation TechnologyA Short Review on the Perspective of Home Automation Technology
A Short Review on the Perspective of Home Automation Technology
 
IRJET-A Nodemcu based Home Automation System
IRJET-A Nodemcu based Home Automation SystemIRJET-A Nodemcu based Home Automation System
IRJET-A Nodemcu based Home Automation System
 
Remote Control of Home Appliances with Smart Energy Efficient Model using And...
Remote Control of Home Appliances with Smart Energy Efficient Model using And...Remote Control of Home Appliances with Smart Energy Efficient Model using And...
Remote Control of Home Appliances with Smart Energy Efficient Model using And...
 
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
IRJET- Design and Implementation of Integrated Smart Home System (ISHS)
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder People
 
IRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation SystemIRJET- Voice Controlled Home Automation System
IRJET- Voice Controlled Home Automation System
 
IRJET- Voice Controlled Machineries in Agricultural Field using Raspberry Pi
IRJET- Voice Controlled Machineries in Agricultural Field using Raspberry PiIRJET- Voice Controlled Machineries in Agricultural Field using Raspberry Pi
IRJET- Voice Controlled Machineries in Agricultural Field using Raspberry Pi
 
IRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home AutomationIRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home Automation
 
Android Based Home-Automation using Microcontroller
Android Based Home-Automation using MicrocontrollerAndroid Based Home-Automation using Microcontroller
Android Based Home-Automation using Microcontroller
 
IRJET- Voice Controlled Robotic Vehicle
IRJET- Voice Controlled Robotic VehicleIRJET- Voice Controlled Robotic Vehicle
IRJET- Voice Controlled Robotic Vehicle
 
IRJET- Smart Home using Google Assistant (IFTTT)
IRJET-  	  Smart Home using Google Assistant (IFTTT)IRJET-  	  Smart Home using Google Assistant (IFTTT)
IRJET- Smart Home using Google Assistant (IFTTT)
 
IJSRED-V2I4P4
IJSRED-V2I4P4IJSRED-V2I4P4
IJSRED-V2I4P4
 

More from IRJET Journal

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

More from IRJET Journal (20)

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

Recently uploaded

spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
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
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
Madhumitha Jayaram
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
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
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
PauloRodrigues104553
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
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
 
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
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 

Recently uploaded (20)

spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.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
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
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
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
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
 
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
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 

IRJET- Home Automation using Voice Commands in the Hindi Language

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2175 Home Automation using Voice Commands in the Hindi Language Prerna Wadikar1, Nidhi Sargar2, Rahool Rangnekar3, Prof.Pankaj Kunekar4 1,2,3Student, Department of Information Technology, Atharva College of Engineering, Mumbai, India 4Assistant Professor, Department of Information Technology, Atharva College of Engineering, Mumbai, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Home Automation has gained light over the past few years. It is viewed as a necessity than a luxury in many aspects. With the help of home automation, it has eased the daily lifestyle of the physically disabled and elderly age group of our society. Our proposed system reaches out to help these neglected groups of our society by giving them a sense of independence in their daily chores for different functionalities and purposes. We aim in developing an economical and efficient home automation system that will work in proximity to home appliances. The voice command recognition is achieved using dedicated hardware components and an Arduino board to read inputs. Thus our system can be used for the conversion of existing homes into smart automated homes at economical, robust and flexible approaches. Key Words: home automation, speech recognition, voice commands, internet of things, economical home automation 1. INTRODUCTION Smart Home Automation system is becoming popular these days and voice-controlled smart home environment is getting special attention. voice recognition technologies with fully embedded systems are already available[1]. Various sensors and smart devices are already available on the market, as well as HA systems, which let users connect, monitor and control their devices. Mobiles and Web applications are used to control various Home Automation Systems(HAS). Meanwhile, we are witnessing the growth of popularity of voice command interfaces (VCI). Recently, a number of devices have appeared on the market, which are powered by the online voice recognition engines, and can serve as the VCI for HA systems[2]. An essential part of SHAS is to enable the various electrical devices and electronic gadgets in it to interact and communicate with each other. In SHAS, simple remote-controlled systems to complex computer/micro-controlled home automation technologies and different wired/wireless technologies may be used for this.Few widely used wireless technologies with globally accepted standards are: GSM, Wi-Fi, NFC and Bluetooth. These can be used to communicate with the smart electrical devices via smart mobile devices such as smartphone or tablet [3]. In this paper we use voice recognition to control smart home appliances. Apart from the traditional methods like keyboard or switches for controlling the device, voice control is one of the easiest methods to give input commands and also, since it can be adapted and customized to a particular speaker’s voice therefore voice recognition is a more personalized form of control. As Hindi voice commands are considered only that will be useful for people in India. Also this system is very much cost-effective than any other Voice based Home Automation System available in today’s market. 1.1 Advantages of System Home Automation allows you to gain the perks of high-end technology and its functionalities which wasn’t possible in the past. Our proposed system points to many advantages: 1. Our proposed system provides flexibility to the user integrated with our module. He/She can monitor or control all the devices from one place. 2. Our proposed system proves to be economical as compared to the existing systems. Thus this system is devised in such a way that it is easily affordable by the common man. 3. Our system reaches out to the often neglected group of society which are the elderly people and the physically disabled. Thus making their life easier. Our system aims in providing them a sense of independence in daily lives. 4. Only 10% of India’s population can fluently understand and reciprocate in English; which leaves out the other 90% population which conveys only using their regional native language. 2. LITERATURE SURVEY Yash Mittal el al. [3] proposed a multi-functional `Smart Home Automation System' (SHAS), that can be adapted to a user's voice and recognize the voice-commands, independent of the speaker's personal characteristics such as accent. An Arduino microcontroller board is used for processing and control which makes this system cost- effective. Thus for converting existing homes into a smart home this prototype i.e Smart Home Automation System(SHAS) can be used. Chen-Yen Peng et al.[4] designed and built a tailor-made function for users without their attempt. Commands are taken from Google Home’s voice recognition and Bluetooth signals are transferred to Raspberry Pi to control the connected devices. The proposed paper mainly focuses on researching combining characteristics of Google Home with Google Assistant Personal Voice
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2176 Assistant using machine learning and thereby customizing this to meet the new needs of users. Hem Kamdar et al. [5] implemented various ways in which people can automate their homes. The proposed system is built by using the Arduino microcontroller and voice recognition module. based on the voice input Arduino gives commands to various connected devices. this system provides a cost-effective and a robust home automation system. Norhafizah bt Aripin et al. [6] presented a review on an Android-based voice-controlled home automation system. In this paper voice inputs are captured by android and sent to Arduino Uno. Bluetooth module in Arduino Uno receives the signals and processed the input signals to control electrical appliances. Eleonora Nan et al. [7] implemented and designed one solution to enable voice control within the existing home automation system. An online voice recognition engine is combined with the existing home automation system. Response time and accuracy are measured and it is confirmed that practically this system can perform well. 3. SYSTEM ANALYSIS 3.1 Problem Statement Nowadays, Home automation is only available in a few defined languages (English). Our proposed system helps us to make home automation available in more native and convenient languages for the users. 3.2 Proposed System Feature 1. Python provides a large standard library which includes areas like internet protocols, string operations, web services tools and operating system interfaces. Many high use programming tasks have already been scripted into the standard library which reduces the length of code to be written significantly. 2. Python has clean object-oriented design, provides enhanced process control capabilities, and possesses strong integration and text processing capabilities and its own unit testing framework, all of which contribute to the increase in its speed and productivity. Python is considered a viable option for building complex multi-protocol network applications. 3. The Arduino software runs on Windows, Macintosh OSX, and Linux operating systems. Most microcontroller systems are limited to Windows. 4. Arduino boards are relatively inexpensive compared to other microcontroller platforms. 4. SYSTEM DESIGN AND IMPLEMENTATION Figure 1: Proposed Model Of Home Automation System. The proposed model of the home automation system is as shown in the above figure 1. The model consists of a microphone to accept commands from the user. It also consists of an Arduino Uno which is an interface between the hardware components like Home lights, fans, Air- conditioner, etc. The model also consists of Voice assistant as a front-end software which is used to understand the command given by the user. Our Python-based Voice assistant uses google text-to-speech API to understand all the words spoken by the user, and based on certain conditions that satisfy being a command the voice assistant sends responses to the Arduino Uno. 4.1 Proposed Home Automation Figure 2: DFD Diagram Level 0
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2177 Figure 3: DFD Diagram Level 1 4.2 Proposed System Functions The proposed home automation system has the capabilities to control the following components in users home: 1. Lights 2. Fans 3. A/C-Air-conditioner 4. Other Electronic components The proposed system can perform the following commands: 1. Turn Light On/Off 2. Turn Fan On/Off 3. On/Off Different appliances 4.3 Implementation Setup Figure 4: Flow Chart of Steps taken by the System. As the system is started, our voice assistant is on running in the background listening for available voice commands; once the user gives a command, based on the conditions provided to the voice assistant, the voice assistant gives the necessary output. This output is sent to the Arduino Uno board which is connected to the system. Based on the input received the Arduino Uno then performs the desired task. 5. CONCLUSION Our proposed system Home Automation in Hindi language Voice commands can be implemented using dedicated hardware i.e. Arduino Uno and using voice recognition module thus makes the system more cost-efficient and robust. The system can work on various connected devices like light, fan, AC, etc. This system provides a basic system of Home Automation which can be easily implemented and used effectively. Also this system allows users to make decisions and to regulate the home appliances with the help of voice assistants, thus making one’s life comfortable and at the same time remotely accessible via voice commands. 6. FUTURE SCOPE Using this system as a framework, the system can be expanded to home security. Home security is important these days so it can be combined with this system to give more advanced features. Also in the home automation system another feature like modulating according to the moods of a user. More advancement can be done by enabling a system to work on various languages of rural areas. Further modifications are possible like operating on various tones or accents from different regions that mean it should be able to perform operations on various voice tones and accents. 7. REFERENCES [1] Nikola Smiljković and Tatjana Erić, Sandra Ivanović, Sunčica Milivojša, Milica Matić “Voice Control for Smart Home Automation: Evaluation of Approaches and Possible Architectures” 2017 IEEE 7th International Conference on Consumer Electronics - Berlin (ICCE-Berlin) 978-1-5090-4014-8/17/$31.00 ©2017 IEEE. [2] Sunčica Milivojša, Sandra Ivanović, Tatjana Erić, Marija Antić, Nikola Smiljković “Implementation of Voice Control Interface for Smart Home Automation System” 2017 IEEE 7th International Conference on Consumer Electronics - Berlin (ICCE-Berlin). [3] Yash Mittal, Pradhi Toshniwal “A voice-controlled multi-functional Smart Home Automation System”, 2015 India Conference (INDICON), IEEE. [4] Chen-Yen Peng and Rung-Chin Chen “Voice Recognition by Google Home and Raspberry Pi for
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2178 smart Socket Control” 2018 Tenth International Conference on Advanced Computational Intelligence (ICACI) March 29–31, 2018, Xiamen, China. [5] Hem Kamdar, Roshan karkera “A Review on Home Automation Using Voice Recognition” International Research Journal of Engineering and Technology (IRJET) 2017. [6] Norfizahbt Aripin, M.B Othman “Voice control of home automation appliances using Android” Electrical Power, Electronics Communications,, Controls and Informatics seminar (EECCIS) 2016. [7] Eleora Nan, Una Radosavac “One solution for voice enabled smart home automation system” Consumer Electronics-Berlin (ICCE-Berlin), 2017 IEEE 7th International Conference. [8] Sushant Kumar, S.S Solanki, “Voice and Touch control home automation”, Recent Advance in Information Technology (RAIT), International Conference 2016.