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

PDF
IRJET - IoT based Advanced Home Automation
PDF
Controlling Home Appliances by using Universal Remote Control System (IoT and...
PDF
IRJET-Home Automation System Based on Voice Recognition
PDF
Communication Methods to build Smart Home Monitoring System: A Survey
DOCX
PDF
IRJET- Voice Controlled Home Automation System
PDF
IRJET- H-Box (Connecting Homes)
PDF
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
IRJET - IoT based Advanced Home Automation
Controlling Home Appliances by using Universal Remote Control System (IoT and...
IRJET-Home Automation System Based on Voice Recognition
Communication Methods to build Smart Home Monitoring System: A Survey
IRJET- Voice Controlled Home Automation System
IRJET- H-Box (Connecting Homes)
IRJET- Smart Home: Speech Recognition based Home Automation using IoT

What's hot (20)

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

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

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

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
Geodesy 1.pptx...............................................
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PPT
Project quality management in manufacturing
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPT
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PDF
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
PPT
Mechanical Engineering MATERIALS Selection
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
PPT on Performance Review to get promotions
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
DOCX
573137875-Attendance-Management-System-original
PPTX
Safety Seminar civil to be ensured for safe working.
PPT
introduction to datamining and warehousing
PPTX
Artificial Intelligence
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Geodesy 1.pptx...............................................
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
Project quality management in manufacturing
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
CYBER-CRIMES AND SECURITY A guide to understanding
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
III.4.1.2_The_Space_Environment.p pdffdf
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
Mechanical Engineering MATERIALS Selection
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPT on Performance Review to get promotions
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
573137875-Attendance-Management-System-original
Safety Seminar civil to be ensured for safe working.
introduction to datamining and warehousing
Artificial Intelligence
R24 SURVEYING LAB MANUAL for civil enggi
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.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.