SlideShare a Scribd company logo
International Journal of Trendy Research in Engineering and Technology
Volume 4 Issue 2 April 2020
ISSN NO 2582-0958
_____________________________________________________________________________________________________________
www.trendytechjournals.com
1
SMART APP FOR PHYSICALLY CHALLENGED
PEOPLE USING INTERNET OF THINGS
Mrs.V.Saraswathi1
,R.Pavithra2
.
1
Assistant professor , 2
Final year student , Department of computer science
S.A.Engineering College, Chennai – 77.
ABSTRACT
In this paper, we provide the solution for physically challenged people like hearing impaired people .It is a
smart application works for the hearing impaired people. People with hearing loss have move through the
activities of daily living at home, at work and in business situations. People may face the difficulty in hearing
the environment sounds and identifying the sounds. Our main contribution for the hearing impaired people is
to make them understand the type of sounds which is useful to them. The conventional sound recognition
techniques are not directly applicable since the background noise and reverberations are high which leads to
low performance. A deep neural network which is capable of classifying and predicting the information from
unstructured data such as image, text or sounds that makes the machine to get the environmental sounds. In
this paper, a deep learning algorithm called CNN(convolution neural network) which classify the sound audio
clips. This model will results the accuracy of 80% which is higher than the conventional technique .It achieves
good results comparable to other approaches.
Keywords- deep learning; convolution neural network; feature extraction; sound recognition; sound event
classification.
I.INTRODUCTION
Sound plays a vital role in everyone’s life by
sharing the information with other people.
Hearing impaired people will feel difficult to
understand the sound with background
noise. For example, Whoopi Goldberg, a
comic writer with hearing loss discovered a
portable listening platform for children to
prevent from the hearing loss. Sound
recognition is the only solution which guide
the hearing impaired people to overcome the
struggles of hearing the sound.
This Smart app is used for physically
challenged people like deaf and dumb
people using internet of things and deep
learning algorithm.The main aim is to give
an alarm in emergency situation for
physically challenged people .Alarm is
nothing but it is a silent notification for the
user. For example, the deaf and dumb
people who is working in front of desktop or
personal computer, they may not be aware
of their surroundings and environment.
This smart app gives an alarm/notification to
the user through the desktop/personal
computer. If a fire accident happens, then
the fire alarm will be on, the application will
detect the fire alarm sound and give the
notification as fire alarm is detected. By
using this notification, the physically
challenged people will prevent themselves
from the emergency situation. The urban
sound 8K datasets is used .
The CNN algorithm will detect the sound
and then it will analyze the type of sound.
International Journal of Trendy Research in Engineering and Technology
Volume 4 Issue 2 April 2020
ISSN NO 2582-0958
_____________________________________________________________________________________________________________
www.trendytechjournals.com
2
After analyzing the sound, it will recognize
the sound and gives a notification to the
user. Within a given area, the system will be
able to detect the type of sound. It will get
the sound using hardware implementation
using Internet of Things. After getting the
sound based on deep learning, train the data
sets. So based on the dataset it will analyze
the type of sound and notify it to the user via
notification. It will produce accurate result.
II.METHODOLOGY
The detection and classification of sound is
a multilevel process: Sound dataset, Audio
preprocessing, Feature extraction, CNN
classification model, Hardware
implementation, Sound classification,
Notification.
Sound Datasets: In this paper the urban
sound 8K dataset is used .It contains 8732
recording samples with 10 classes of
different sound sources such as: dog bark,
car horn, siren etc.Most of the above sound
samples have duration of 5-6 seconds. But
some of the sound samples can be as short
as 3 seconds. The urbansound8K are
subdivided into 10 subgroups for 10 fold
cross validation. The 8732 sound excerpts
are cropped from a smaller number of longer
recordings using librosa and it can result in
optimistic results. The sub divided 10 folds
will avoid the issues and make the results
accurate. The urban sound dataset contains
.wav format files. To convert the .wav files
into matrix of numbers (10X10) matrix [10
sound files] using the python sound file
library.
Figure.1
Audio preprocessing:To represent audio
clip in .wav files the data need to be
preprocessed. For audio processing the
librosa library provide useful functionalities.
Using librosa, audio files are loaded into a
numpy array which consists of amplitudes of
the corresponding audio clip. Theses
amplitudes are called as sampling rate which
is usually 22050Hz or 44100Hz.After
loading the audio clip into an array,
noisiness should be removed. To suppress
the noise in the audio, spectral gating
algorithm is used which is implemented
using noise reduce python library. In
International Journal of Trendy Research in Engineering and Technology
Volume 4 Issue 2 April 2020
ISSN NO 2582-0958
_____________________________________________________________________________________________________________
www.trendytechjournals.com
3
resulting audio clip the leading and trailing
parts are trimmed to get the noise reduced
audio file.
Figure.2
Feature Extraction: In general, without
feature extraction, the audio data is not
understandable by the classification modal.
To make it understand extract the audio
features from the preprocessed audio
clips.The absolute values of Short Time
Fourier Transform (STFT) will be extracted
from each audio clip.
1. To calculate STFT, find the window size
of STFT using FFT window size.
2.According to the equation,
n_stft=n_fft/2+1where n_stft is short
fourier transform window size and n_fft is
fourier transform window size from which
STFT frequency binsf is calculated.
3. Consider t no of audio samples, f no of
frequency bins in the STFT, h is the
windows hop length and w is the window
length.
4. Number of windows is calculated using
1+ (t-w)/h.
5. For each window,the amplitude of
frequency bins ranges from 0 to sampling
_rate/2 which is stored as a 2D array.
6. This 2D array is normalized to get a
common loudness level.
CNN Classification Model:From the
feature extracted, the modal is trained to
classify the audio events. Hence CNN
classification modal is used. For
classification, convert the data into
spectrogram, for which librosa is utilized.
After plotting and building a spectrogram of
data, implement the two layer neural
network which consists of input layer and
output layer. The weights are defined by the
hidden layer.It is used for mapping between
the input and the output layer .The last layer
of the neural network is the softmax layer is
in the output layer from which the
probability distribution for the audio clip is
identified. This paper shows that CNN is
used to classify the sound clips to the greater
accuracy to predict the sound
Figure.3
Hardware Implementation: The hardware
implementation is used for getting the
external sound. The hardware consists of
raspberry pi3 and microphone.
Raspberry Pi3:A raspberry pi 3 is an
electronic board where it has the special
features of recording the particular sound
and stores it in memory card when the Wi-Fi
is off. If the Wi-Fi is on,it will store the data
in cloud. The raspberry pi gives the high
International Journal of Trendy Research in Engineering and Technology
Volume 4 Issue 2 April 2020
ISSN NO 2582-0958
_____________________________________________________________________________________________________________
www.trendytechjournals.com
4
level performance when it is compared to
arduino.
Sound classification: The sound is then
processed by the classification part of the
CNN algorithm and it will analyze the type
of sound and then it will notify to the user
via notification.
Notification:It will send the notification to
the user through desktop or personal
computer when particular sound is detected.
It will be useful for hearing impaired people.
III.LITERATURE SURVEY
There are different methods of the sound
classification using Arduino and various
machine learning techniques.
Arushi Singh,L.Ezhilarasi et al[1]have
proposed a system which uses sound sensors
to detect the sound and then transmit the
sound data. They focus on sound pollution
monitoring system with sensing the sound
using raspberry Pi . A raspberry Pi module
interacts with the sensors and processes the
sound data and sends the alert to the
application. It can detect and monitor sound
pollution levels using IOT which further
send a mail or SMS to the system. In future
work, they planned to implement this
concept in the method of machine learning.
Baker Fleurys et al [2] have proposed a
system to perform certain task by
recognizing the sound in home automation
system. The system will generate poor
recognition results, when the noisy sounds
mixed with the target sound due to
occurrence of the sound simultaneously. To
solve this problem, this paper produces a
framework. The framework consists of the
sound verification and the sound separation
techniques based on wireless based sensor
networks. The applications of Wireless
Sensor Network are home automation
system, security system, power
management.
L. Korhonen, J. Pakka have proposed the
health care for the aged persons. The
monitoring can be done using the
telecommunication in the hospitals to reduce
the cost of hospitalization and also to
improve the comfort of the patients in the
hospital. In this paper the sound is classified
and detected in a noisy environment using
sound surveillance. There are two stages:
one detects the sound and extract the sound
from a signal flow. The sound classification
is the second stage is to identify the
unknown sounds and then it will be
validated. The future aim is to find the
fusion between the classification and the
analysis of the sound in a medical
telemonitoring system.
Lin Goldman et al[4] have proposed this
system for sensing the human behavior
using microphone which reveals the key
information. The person’s behavior is
produced by the key information. The
microphone will be present in the modern
smart phones or the laptop or pc. The
approach used for sensing the sound is
supervised learning which is the part of the
machine learning. The problem in this
system is time consuming and it is restricted
International Journal of Trendy Research in Engineering and Technology
Volume 4 Issue 2 April 2020
ISSN NO 2582-0958
_____________________________________________________________________________________________________________
www.trendytechjournals.com
5
to the various types of sounds. it explored
the general sound classification without
using explicit supervised training in the
smartphone. The supervised techniques will
produce better results compared to the fully
supervised DS.
F.Pachet and D.Cazaly et al [5] have a
proposed the system for classification of
audio signals. The characterization shared
by its members is music genre. The
characterization related to the instrument,
structure of the rhythm and the music of the
harmonic content. The music genres are
explored in a hierarchy from the automatic
classification of the audio signals. The
timbral texture, rhythmic content and pitch
content are the three important feature sets
have been proposed. The audio classification
is done here. The techniques include in the
audio classification are music and non-
music sounds. The audio signals are
classified into the music, speech and
laughter.And it also detects the
environmental sounds .The melody
extraction is a hard problem which is not
solved for general audio using from
imperfect melody extraction algorithms. The
pattern recognition, sound recognition is
contained in the C++ server.
N.Morgan, G.Dahl et al [6] have proposed
the system for speech recognition using
convolution neural network and hybrid
neural network .Hidden Markov model is
used to increase the accuracy of speech
recognition. Some types of speech
variability is accommodated by the
convolution neural network structure. It will
recognize the speech alone and it is not
recognized in the phone. The CNN can be
pre trained to improve the performance of
the recognition. The speech is recognized in
the method of the speech datasets.
Y.Peng,C.Lin et al [7] have proposed the
system for sound event classification using
semi supervised learning. In this paper, they
mainly focus on sound classification in a
large datasets., manually labeling the sound
data is expensive, so the large amount of sound
data will be available to public. It makes use of
the semi supervised learning in the approach of
the sound analysis. The future work will
focus on large unlabeled datasets to detect,
analyze and to classify what the sound is.
B.Najali,N.Noury etal [8] has proposed the
system for flats to recognize the sound and
speech. They placed eight microphones to
detect the sound which is trained the
environmental sounds. it will automatically
analyze and sort the different types of
sounds recorded in the flat. This paper
produces a complete sound and speech
recognition using unsupervised learning real
time conditions. After testing the event, it
will produce the results for sound
recognition is good and produce the accurate
results.
Y. LeCun, L. Bottou, Y. Bengio et al [9]
have proposed this for environmental sound
classification using convolution neural
network. Based on the 3 public data sets of
environmental and urban sounds are
International Journal of Trendy Research in Engineering and Technology
Volume 4 Issue 2 April 2020
ISSN NO 2582-0958
_____________________________________________________________________________________________________________
www.trendytechjournals.com
6
evaluated and produce the accuracy of the
sound. For significant progress in numerous
pattern recognition tasks, convolution neural
networks are used. The size of the datasets
influences the performances of the
supervised deep model. Increase in the size
of the dataset will improve the performance
of the trained models. it will detect the
environmental sound using machine learning
algorithm which uses convolution neural
network.
J. G. Ryan and R. A. Goubran et al [10]
have proposed a system for detecting
different type of sounds in a given area and
determining both the location and type of
the sound. For nonspeech audio segments,
additional features are computed to perform
audio classification, which determines the
nature of the sound (e.g., wind noise,
closing, footsteps ,door opening or closing,
fan noise).it is capable of working in a
signal to noise ratio (SNR) and degradation
environment is done by using speech/non
speech algorithm.This paper proposed a
security monitoring instrument that can
classify and detect the nature and location of
different sounds in a room.
IV.CONCLUSION AND FUTURE
WORK
A summary of the performance of the sound
detection and classifications of sound in the
system is evaluated. From the smart web
application for physically challenged people,
the sound event classification and detection
is proposed using internet of things and
machine learning algorithm.
In future work, this web application can be
made as a mobile application. Because
compared to web app, usage of mobile app
is more and it will work efficiently in mobile
application and it can also be done using
various deep learning algorithm.
V.REFERENCES
[1]Arnab Kumar Saha1, Sachet Sircar2,
Priyasha Chatterjee3, Souvik Dutta4,
Anwesha Mitra4,Aiswarya Chatterjee4,
Soummyo Priyo Chattopadhyay1, Himadri
Nath Saha1.,2018,”A Raspberry Pi
Controlled Cloud Based Air and Sound
Pollution Monitoring System with
Temperature and Humidity Sensing”., in
IEEE transaction paper.
[2]Jia-Ching Wang, Chang-Hong Lin,
Ernestasia Siahaan, Bo-Wei Chen, and
Hsiang-Lung Chuang.,2014,”Mixed Sound
Event Verification on Wireless Sensor
Network for Home Automation”., in IEEE
transactions on industrial informatics,vol.10.
[3]Dan Istrate, Eric Castelli, Michel Vacher,
Laurent Besacier, and Jean-Francois
Serignat.,2006.,”Information Extraction
From Sound for Medical Telemonitoring”.,
in IEEE transactions on information
technology in biomedicine,vol,10.
[4]Daniel Kelly and Brian Caulfield,
2015.”Pervasive Sound Sensing: A Weakly
Supervised Training Approach”, in IEEE
transactions on cybernetics.
International Journal of Trendy Research in Engineering and Technology
Volume 4 Issue 2 April 2020
ISSN NO 2582-0958
_____________________________________________________________________________________________________________
www.trendytechjournals.com
7
[5]George Tzanetakis, and Perry Cook.,
2002.”Musical Genre Classification of
Audio Signals”, in IEEE transactions on
speech and audio processing, vol.10.
[6]Osama Abdel-Hamid, Abdel-rahman
Mohamed, Hui Jiang, Li Deng, Gerald Penn,
and Dong Yu.,2014.,”Convolutional Neural
Networks for Speech Recognition”.,in
IEEE/ACM transactions on audio,speech
andlanguageprocessing,vol.22.,
[7]Zixing Zhang and Bjorn Schuller.,
2012.”Semi-
Supervisedlearninghelpsinsound event
classification”, in IEEEProc. Int. Conf
acoustics, speech, signalprocessing
(ICASSP)
[8]A. Fleury, N. Noury, M. Vacher, H.
Glasson and J.-F. Serignat, 2010.,”Sound
and Speech Detection and Classification in a
Health Smart Home”, in IEEE.
[9]Karol J. Piczak., 2015.”Environmental-
sound classification with convolutional
neural networks “ IEEE International
Workshop on Machine Learning for Signal
Processing.
[10]Ahmad R. Abu-El-Quran,Rafik A.
Goubran, and Adrian D. C.
Chan.,2006.,”Security Monitoring Using
Microphone Arrays and Audio
Classification”in IEEE Transactions On
Instrumentation And Measurement, Vol. 55

More Related Content

What's hot

REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEMREVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
IRJET - Boat Shrinking Alert System using IoT
IRJET -  	  Boat Shrinking Alert System using IoTIRJET -  	  Boat Shrinking Alert System using IoT
IRJET - Boat Shrinking Alert System using IoT
IRJET Journal
 
IRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic SystemIRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET Journal
 
IRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart Patient
IRJET Journal
 
Survey of a Symptoms Monitoring System for Covid-19
Survey of a Symptoms Monitoring System for Covid-19Survey of a Symptoms Monitoring System for Covid-19
Survey of a Symptoms Monitoring System for Covid-19
vivatechijri
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET Journal
 
IRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNOIRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNO
IRJET Journal
 
IRJET- Smart Garbage Monitoring System using Internet Of Things
IRJET-  	  Smart Garbage Monitoring System using Internet Of ThingsIRJET-  	  Smart Garbage Monitoring System using Internet Of Things
IRJET- Smart Garbage Monitoring System using Internet Of Things
IRJET Journal
 
IRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCU
IRJET Journal
 
IRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoTIRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET Journal
 
IoT Based Patient Health Monitoring System
IoT Based Patient Health Monitoring SystemIoT Based Patient Health Monitoring System
IoT Based Patient Health Monitoring System
IRJET Journal
 
IRJET - Smart Yoga Instructor
IRJET - Smart Yoga InstructorIRJET - Smart Yoga Instructor
IRJET - Smart Yoga Instructor
IRJET Journal
 
Io t based water level monitoring system of dams in
Io t based water level monitoring system of dams inIo t based water level monitoring system of dams in
Io t based water level monitoring system of dams in
sangamesh kumbar
 
IRJET- Automatic Recognition using Heartbeat Authentication
IRJET- Automatic Recognition using Heartbeat AuthenticationIRJET- Automatic Recognition using Heartbeat Authentication
IRJET- Automatic Recognition using Heartbeat Authentication
IRJET Journal
 
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLEPROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
IAEME Publication
 
IRJET - IoT based Pedometer using Raspberry-Pi
IRJET -  	  IoT based Pedometer using Raspberry-PiIRJET -  	  IoT based Pedometer using Raspberry-Pi
IRJET - IoT based Pedometer using Raspberry-Pi
IRJET Journal
 
Biometric Identification using Opencv Based on Arduino
Biometric Identification using Opencv Based on ArduinoBiometric Identification using Opencv Based on Arduino
Biometric Identification using Opencv Based on Arduino
IRJET Journal
 
MOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH DRIVER ASSISTANCE SYSTEM
MOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH  DRIVER ASSISTANCE SYSTEMMOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH  DRIVER ASSISTANCE SYSTEM
MOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH DRIVER ASSISTANCE SYSTEM
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
IRJET Journal
 
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoTIRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET Journal
 

What's hot (20)

REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEMREVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
 
IRJET - Boat Shrinking Alert System using IoT
IRJET -  	  Boat Shrinking Alert System using IoTIRJET -  	  Boat Shrinking Alert System using IoT
IRJET - Boat Shrinking Alert System using IoT
 
IRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic SystemIRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic System
 
IRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart Patient
 
Survey of a Symptoms Monitoring System for Covid-19
Survey of a Symptoms Monitoring System for Covid-19Survey of a Symptoms Monitoring System for Covid-19
Survey of a Symptoms Monitoring System for Covid-19
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring System
 
IRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNOIRJET- Automatic Irrigation System using Arduino UNO
IRJET- Automatic Irrigation System using Arduino UNO
 
IRJET- Smart Garbage Monitoring System using Internet Of Things
IRJET-  	  Smart Garbage Monitoring System using Internet Of ThingsIRJET-  	  Smart Garbage Monitoring System using Internet Of Things
IRJET- Smart Garbage Monitoring System using Internet Of Things
 
IRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCUIRJET - Voice Controlled Robot using NodeMCU
IRJET - Voice Controlled Robot using NodeMCU
 
IRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoTIRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoT
 
IoT Based Patient Health Monitoring System
IoT Based Patient Health Monitoring SystemIoT Based Patient Health Monitoring System
IoT Based Patient Health Monitoring System
 
IRJET - Smart Yoga Instructor
IRJET - Smart Yoga InstructorIRJET - Smart Yoga Instructor
IRJET - Smart Yoga Instructor
 
Io t based water level monitoring system of dams in
Io t based water level monitoring system of dams inIo t based water level monitoring system of dams in
Io t based water level monitoring system of dams in
 
IRJET- Automatic Recognition using Heartbeat Authentication
IRJET- Automatic Recognition using Heartbeat AuthenticationIRJET- Automatic Recognition using Heartbeat Authentication
IRJET- Automatic Recognition using Heartbeat Authentication
 
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLEPROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
 
IRJET - IoT based Pedometer using Raspberry-Pi
IRJET -  	  IoT based Pedometer using Raspberry-PiIRJET -  	  IoT based Pedometer using Raspberry-Pi
IRJET - IoT based Pedometer using Raspberry-Pi
 
Biometric Identification using Opencv Based on Arduino
Biometric Identification using Opencv Based on ArduinoBiometric Identification using Opencv Based on Arduino
Biometric Identification using Opencv Based on Arduino
 
MOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH DRIVER ASSISTANCE SYSTEM
MOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH  DRIVER ASSISTANCE SYSTEMMOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH  DRIVER ASSISTANCE SYSTEM
MOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH DRIVER ASSISTANCE SYSTEM
 
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
 
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoTIRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
IRJET - Dynamic Domestic Energy Utility Monitoring and Management using IoT
 

Similar to SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS

IOT BASED VIBRATION VEST FOR DEAF PEOPLE
IOT BASED VIBRATION VEST FOR DEAF PEOPLEIOT BASED VIBRATION VEST FOR DEAF PEOPLE
IOT BASED VIBRATION VEST FOR DEAF PEOPLE
IRJET Journal
 
ILLEGAL LOGGING DETECTION BASED ON ACOUSTICS
ILLEGAL LOGGING DETECTION BASED ON ACOUSTICSILLEGAL LOGGING DETECTION BASED ON ACOUSTICS
ILLEGAL LOGGING DETECTION BASED ON ACOUSTICS
IRJET Journal
 
Smart Sound Measurement and Control System for Smart City
Smart Sound Measurement and Control System for Smart CitySmart Sound Measurement and Control System for Smart City
Smart Sound Measurement and Control System for Smart City
IRJET Journal
 
Sign Language Recognition using Deep Learning
Sign Language Recognition using Deep LearningSign Language Recognition using Deep Learning
Sign Language Recognition using Deep Learning
IRJET Journal
 
IRJET- IoT based Portable Hand Gesture Recognition System
IRJET-  	  IoT based Portable Hand Gesture Recognition SystemIRJET-  	  IoT based Portable Hand Gesture Recognition System
IRJET- IoT based Portable Hand Gesture Recognition System
IRJET Journal
 
IRJET - Smart Vision System for Visually Impaired People
IRJET -  	  Smart Vision System for Visually Impaired PeopleIRJET -  	  Smart Vision System for Visually Impaired People
IRJET - Smart Vision System for Visually Impaired People
IRJET Journal
 
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
IRJET Journal
 
Human Computer Interface Glove for Sign Language Translation
Human Computer Interface Glove for Sign Language TranslationHuman Computer Interface Glove for Sign Language Translation
Human Computer Interface Glove for Sign Language Translation
PARNIKA GUPTA
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb People
IRJET Journal
 
IRJET - Smart Blind Stick using Image Processing
IRJET - Smart Blind Stick using Image ProcessingIRJET - Smart Blind Stick using Image Processing
IRJET - Smart Blind Stick using Image Processing
IRJET Journal
 
IRJET- Smart Speaking Glove for Speech Impaired People
IRJET- Smart Speaking Glove for Speech Impaired PeopleIRJET- Smart Speaking Glove for Speech Impaired People
IRJET- Smart Speaking Glove for Speech Impaired People
IRJET Journal
 
Voice Recognition Based Automation System for Medical Applications and for Ph...
Voice Recognition Based Automation System for Medical Applications and for Ph...Voice Recognition Based Automation System for Medical Applications and for Ph...
Voice Recognition Based Automation System for Medical Applications and for Ph...
IRJET Journal
 
Voice Recognition Based Automation System for Medical Applications and for Ph...
Voice Recognition Based Automation System for Medical Applications and for Ph...Voice Recognition Based Automation System for Medical Applications and for Ph...
Voice Recognition Based Automation System for Medical Applications and for Ph...
IRJET Journal
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car Parking
IRJET Journal
 
Two Way Communication System with Binary Code Medium for People with Multiple...
Two Way Communication System with Binary Code Medium for People with Multiple...Two Way Communication System with Binary Code Medium for People with Multiple...
Two Way Communication System with Binary Code Medium for People with Multiple...
IRJET Journal
 
IRJET - Threat Prediction using Speech Analysis
IRJET - Threat Prediction using Speech AnalysisIRJET - Threat Prediction using Speech Analysis
IRJET - Threat Prediction using Speech Analysis
IRJET Journal
 
Motion of curtains using Natural Language Processing
Motion of curtains using Natural Language ProcessingMotion of curtains using Natural Language Processing
Motion of curtains using Natural Language Processing
ijtsrd
 
A review of Noise Suppression Technology for Real-Time Speech Enhancement
A review of Noise Suppression Technology for Real-Time Speech EnhancementA review of Noise Suppression Technology for Real-Time Speech Enhancement
A review of Noise Suppression Technology for Real-Time Speech Enhancement
IRJET Journal
 
A survey on Enhancements in Speech Recognition
A survey on Enhancements in Speech RecognitionA survey on Enhancements in Speech Recognition
A survey on Enhancements in Speech Recognition
IRJET Journal
 
Indian sign language recognition system
Indian sign language recognition systemIndian sign language recognition system
Indian sign language recognition system
IRJET Journal
 

Similar to SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS (20)

IOT BASED VIBRATION VEST FOR DEAF PEOPLE
IOT BASED VIBRATION VEST FOR DEAF PEOPLEIOT BASED VIBRATION VEST FOR DEAF PEOPLE
IOT BASED VIBRATION VEST FOR DEAF PEOPLE
 
ILLEGAL LOGGING DETECTION BASED ON ACOUSTICS
ILLEGAL LOGGING DETECTION BASED ON ACOUSTICSILLEGAL LOGGING DETECTION BASED ON ACOUSTICS
ILLEGAL LOGGING DETECTION BASED ON ACOUSTICS
 
Smart Sound Measurement and Control System for Smart City
Smart Sound Measurement and Control System for Smart CitySmart Sound Measurement and Control System for Smart City
Smart Sound Measurement and Control System for Smart City
 
Sign Language Recognition using Deep Learning
Sign Language Recognition using Deep LearningSign Language Recognition using Deep Learning
Sign Language Recognition using Deep Learning
 
IRJET- IoT based Portable Hand Gesture Recognition System
IRJET-  	  IoT based Portable Hand Gesture Recognition SystemIRJET-  	  IoT based Portable Hand Gesture Recognition System
IRJET- IoT based Portable Hand Gesture Recognition System
 
IRJET - Smart Vision System for Visually Impaired People
IRJET -  	  Smart Vision System for Visually Impaired PeopleIRJET -  	  Smart Vision System for Visually Impaired People
IRJET - Smart Vision System for Visually Impaired People
 
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
IRJET- Review on Raspberry Pi based Assistive Communication System for Blind,...
 
Human Computer Interface Glove for Sign Language Translation
Human Computer Interface Glove for Sign Language TranslationHuman Computer Interface Glove for Sign Language Translation
Human Computer Interface Glove for Sign Language Translation
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb People
 
IRJET - Smart Blind Stick using Image Processing
IRJET - Smart Blind Stick using Image ProcessingIRJET - Smart Blind Stick using Image Processing
IRJET - Smart Blind Stick using Image Processing
 
IRJET- Smart Speaking Glove for Speech Impaired People
IRJET- Smart Speaking Glove for Speech Impaired PeopleIRJET- Smart Speaking Glove for Speech Impaired People
IRJET- Smart Speaking Glove for Speech Impaired People
 
Voice Recognition Based Automation System for Medical Applications and for Ph...
Voice Recognition Based Automation System for Medical Applications and for Ph...Voice Recognition Based Automation System for Medical Applications and for Ph...
Voice Recognition Based Automation System for Medical Applications and for Ph...
 
Voice Recognition Based Automation System for Medical Applications and for Ph...
Voice Recognition Based Automation System for Medical Applications and for Ph...Voice Recognition Based Automation System for Medical Applications and for Ph...
Voice Recognition Based Automation System for Medical Applications and for Ph...
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car Parking
 
Two Way Communication System with Binary Code Medium for People with Multiple...
Two Way Communication System with Binary Code Medium for People with Multiple...Two Way Communication System with Binary Code Medium for People with Multiple...
Two Way Communication System with Binary Code Medium for People with Multiple...
 
IRJET - Threat Prediction using Speech Analysis
IRJET - Threat Prediction using Speech AnalysisIRJET - Threat Prediction using Speech Analysis
IRJET - Threat Prediction using Speech Analysis
 
Motion of curtains using Natural Language Processing
Motion of curtains using Natural Language ProcessingMotion of curtains using Natural Language Processing
Motion of curtains using Natural Language Processing
 
A review of Noise Suppression Technology for Real-Time Speech Enhancement
A review of Noise Suppression Technology for Real-Time Speech EnhancementA review of Noise Suppression Technology for Real-Time Speech Enhancement
A review of Noise Suppression Technology for Real-Time Speech Enhancement
 
A survey on Enhancements in Speech Recognition
A survey on Enhancements in Speech RecognitionA survey on Enhancements in Speech Recognition
A survey on Enhancements in Speech Recognition
 
Indian sign language recognition system
Indian sign language recognition systemIndian sign language recognition system
Indian sign language recognition system
 

More from IJTRET-International Journal of Trendy Research in Engineering and Technology

A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATIONA NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
VIRTUAL TUTOR USING AUGMENTED REALITY
VIRTUAL TUTOR USING AUGMENTED REALITYVIRTUAL TUTOR USING AUGMENTED REALITY
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCENUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATIONEFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEMSAFETY NOTIFICATION AND BUS MONITORING SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEMPROVISION MULTI-VENDOR APPLICATION SYSTEM
Emission Control in CI Engine using Ethanol Emulsion
Emission Control in CI Engine using Ethanol EmulsionEmission Control in CI Engine using Ethanol Emulsion
Emission Control in CI Engine using Ethanol Emulsion
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON  THERMOMECHANICAL PROPERTI...EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON  THERMOMECHANICAL PROPERTI...
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
Analysis of Gravity Die Casted Aluminium parts using MAGMA
Analysis of Gravity Die Casted Aluminium parts  using MAGMAAnalysis of Gravity Die Casted Aluminium parts  using MAGMA
Analysis of Gravity Die Casted Aluminium parts using MAGMA
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
A review on Friction Stir Welding
A review on Friction Stir WeldingA review on Friction Stir Welding
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE  (LA3GA5.5NB0.5O14) CERAMICS...PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE  (LA3GA5.5NB0.5O14) CERAMICS...
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR  EXTRACTING ARTIFACT...AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR  EXTRACTING ARTIFACT...
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICSPRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PIIMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY PSENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
A REVIEW ON FERRITES – ITS CLASSIFICATION AND APPLICATIONS
A REVIEW ON FERRITES – ITS CLASSIFICATION AND APPLICATIONSA REVIEW ON FERRITES – ITS CLASSIFICATION AND APPLICATIONS
A REVIEW ON FERRITES – ITS CLASSIFICATION AND APPLICATIONS
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
ONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATION
ONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATIONONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATION
ONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATION
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
AUTOMATION IN ANESTHESIA ADMINISTRATION USING FIELD PROGRAMMABLE GATE ARRAY
AUTOMATION IN ANESTHESIA ADMINISTRATION  USING FIELD PROGRAMMABLE GATE ARRAYAUTOMATION IN ANESTHESIA ADMINISTRATION  USING FIELD PROGRAMMABLE GATE ARRAY
AUTOMATION IN ANESTHESIA ADMINISTRATION USING FIELD PROGRAMMABLE GATE ARRAY
IJTRET-International Journal of Trendy Research in Engineering and Technology
 

More from IJTRET-International Journal of Trendy Research in Engineering and Technology (20)

A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATIONA NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
 
VIRTUAL TUTOR USING AUGMENTED REALITY
VIRTUAL TUTOR USING AUGMENTED REALITYVIRTUAL TUTOR USING AUGMENTED REALITY
VIRTUAL TUTOR USING AUGMENTED REALITY
 
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
 
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCENUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
 
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATIONEFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
 
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEMSAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
 
PROVISION MULTI-VENDOR APPLICATION SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEMPROVISION MULTI-VENDOR APPLICATION SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEM
 
Emission Control in CI Engine using Ethanol Emulsion
Emission Control in CI Engine using Ethanol EmulsionEmission Control in CI Engine using Ethanol Emulsion
Emission Control in CI Engine using Ethanol Emulsion
 
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON  THERMOMECHANICAL PROPERTI...EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON  THERMOMECHANICAL PROPERTI...
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
 
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
 
Analysis of Gravity Die Casted Aluminium parts using MAGMA
Analysis of Gravity Die Casted Aluminium parts  using MAGMAAnalysis of Gravity Die Casted Aluminium parts  using MAGMA
Analysis of Gravity Die Casted Aluminium parts using MAGMA
 
A review on Friction Stir Welding
A review on Friction Stir WeldingA review on Friction Stir Welding
A review on Friction Stir Welding
 
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE  (LA3GA5.5NB0.5O14) CERAMICS...PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE  (LA3GA5.5NB0.5O14) CERAMICS...
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
 
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR  EXTRACTING ARTIFACT...AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR  EXTRACTING ARTIFACT...
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
 
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICSPRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
 
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PIIMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
 
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY PSENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
 
A REVIEW ON FERRITES – ITS CLASSIFICATION AND APPLICATIONS
A REVIEW ON FERRITES – ITS CLASSIFICATION AND APPLICATIONSA REVIEW ON FERRITES – ITS CLASSIFICATION AND APPLICATIONS
A REVIEW ON FERRITES – ITS CLASSIFICATION AND APPLICATIONS
 
ONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATION
ONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATIONONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATION
ONLINE BUS PASS GERANERATION AND RENEWAL SYSTEM USING MOBILE APPLICATION
 
AUTOMATION IN ANESTHESIA ADMINISTRATION USING FIELD PROGRAMMABLE GATE ARRAY
AUTOMATION IN ANESTHESIA ADMINISTRATION  USING FIELD PROGRAMMABLE GATE ARRAYAUTOMATION IN ANESTHESIA ADMINISTRATION  USING FIELD PROGRAMMABLE GATE ARRAY
AUTOMATION IN ANESTHESIA ADMINISTRATION USING FIELD PROGRAMMABLE GATE ARRAY
 

Recently uploaded

BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
obonagu
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
heavyhaig
 
Self-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptxSelf-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptx
iemerc2024
 
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
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.pptPROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
bhadouriyakaku
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
ChristineTorrepenida1
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
Kamal Acharya
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
Kamal Acharya
 
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
 

Recently uploaded (20)

BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
 
Self-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptxSelf-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptx
 
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...
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.pptPROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
 
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
 

SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS

  • 1. International Journal of Trendy Research in Engineering and Technology Volume 4 Issue 2 April 2020 ISSN NO 2582-0958 _____________________________________________________________________________________________________________ www.trendytechjournals.com 1 SMART APP FOR PHYSICALLY CHALLENGED PEOPLE USING INTERNET OF THINGS Mrs.V.Saraswathi1 ,R.Pavithra2 . 1 Assistant professor , 2 Final year student , Department of computer science S.A.Engineering College, Chennai – 77. ABSTRACT In this paper, we provide the solution for physically challenged people like hearing impaired people .It is a smart application works for the hearing impaired people. People with hearing loss have move through the activities of daily living at home, at work and in business situations. People may face the difficulty in hearing the environment sounds and identifying the sounds. Our main contribution for the hearing impaired people is to make them understand the type of sounds which is useful to them. The conventional sound recognition techniques are not directly applicable since the background noise and reverberations are high which leads to low performance. A deep neural network which is capable of classifying and predicting the information from unstructured data such as image, text or sounds that makes the machine to get the environmental sounds. In this paper, a deep learning algorithm called CNN(convolution neural network) which classify the sound audio clips. This model will results the accuracy of 80% which is higher than the conventional technique .It achieves good results comparable to other approaches. Keywords- deep learning; convolution neural network; feature extraction; sound recognition; sound event classification. I.INTRODUCTION Sound plays a vital role in everyone’s life by sharing the information with other people. Hearing impaired people will feel difficult to understand the sound with background noise. For example, Whoopi Goldberg, a comic writer with hearing loss discovered a portable listening platform for children to prevent from the hearing loss. Sound recognition is the only solution which guide the hearing impaired people to overcome the struggles of hearing the sound. This Smart app is used for physically challenged people like deaf and dumb people using internet of things and deep learning algorithm.The main aim is to give an alarm in emergency situation for physically challenged people .Alarm is nothing but it is a silent notification for the user. For example, the deaf and dumb people who is working in front of desktop or personal computer, they may not be aware of their surroundings and environment. This smart app gives an alarm/notification to the user through the desktop/personal computer. If a fire accident happens, then the fire alarm will be on, the application will detect the fire alarm sound and give the notification as fire alarm is detected. By using this notification, the physically challenged people will prevent themselves from the emergency situation. The urban sound 8K datasets is used . The CNN algorithm will detect the sound and then it will analyze the type of sound.
  • 2. International Journal of Trendy Research in Engineering and Technology Volume 4 Issue 2 April 2020 ISSN NO 2582-0958 _____________________________________________________________________________________________________________ www.trendytechjournals.com 2 After analyzing the sound, it will recognize the sound and gives a notification to the user. Within a given area, the system will be able to detect the type of sound. It will get the sound using hardware implementation using Internet of Things. After getting the sound based on deep learning, train the data sets. So based on the dataset it will analyze the type of sound and notify it to the user via notification. It will produce accurate result. II.METHODOLOGY The detection and classification of sound is a multilevel process: Sound dataset, Audio preprocessing, Feature extraction, CNN classification model, Hardware implementation, Sound classification, Notification. Sound Datasets: In this paper the urban sound 8K dataset is used .It contains 8732 recording samples with 10 classes of different sound sources such as: dog bark, car horn, siren etc.Most of the above sound samples have duration of 5-6 seconds. But some of the sound samples can be as short as 3 seconds. The urbansound8K are subdivided into 10 subgroups for 10 fold cross validation. The 8732 sound excerpts are cropped from a smaller number of longer recordings using librosa and it can result in optimistic results. The sub divided 10 folds will avoid the issues and make the results accurate. The urban sound dataset contains .wav format files. To convert the .wav files into matrix of numbers (10X10) matrix [10 sound files] using the python sound file library. Figure.1 Audio preprocessing:To represent audio clip in .wav files the data need to be preprocessed. For audio processing the librosa library provide useful functionalities. Using librosa, audio files are loaded into a numpy array which consists of amplitudes of the corresponding audio clip. Theses amplitudes are called as sampling rate which is usually 22050Hz or 44100Hz.After loading the audio clip into an array, noisiness should be removed. To suppress the noise in the audio, spectral gating algorithm is used which is implemented using noise reduce python library. In
  • 3. International Journal of Trendy Research in Engineering and Technology Volume 4 Issue 2 April 2020 ISSN NO 2582-0958 _____________________________________________________________________________________________________________ www.trendytechjournals.com 3 resulting audio clip the leading and trailing parts are trimmed to get the noise reduced audio file. Figure.2 Feature Extraction: In general, without feature extraction, the audio data is not understandable by the classification modal. To make it understand extract the audio features from the preprocessed audio clips.The absolute values of Short Time Fourier Transform (STFT) will be extracted from each audio clip. 1. To calculate STFT, find the window size of STFT using FFT window size. 2.According to the equation, n_stft=n_fft/2+1where n_stft is short fourier transform window size and n_fft is fourier transform window size from which STFT frequency binsf is calculated. 3. Consider t no of audio samples, f no of frequency bins in the STFT, h is the windows hop length and w is the window length. 4. Number of windows is calculated using 1+ (t-w)/h. 5. For each window,the amplitude of frequency bins ranges from 0 to sampling _rate/2 which is stored as a 2D array. 6. This 2D array is normalized to get a common loudness level. CNN Classification Model:From the feature extracted, the modal is trained to classify the audio events. Hence CNN classification modal is used. For classification, convert the data into spectrogram, for which librosa is utilized. After plotting and building a spectrogram of data, implement the two layer neural network which consists of input layer and output layer. The weights are defined by the hidden layer.It is used for mapping between the input and the output layer .The last layer of the neural network is the softmax layer is in the output layer from which the probability distribution for the audio clip is identified. This paper shows that CNN is used to classify the sound clips to the greater accuracy to predict the sound Figure.3 Hardware Implementation: The hardware implementation is used for getting the external sound. The hardware consists of raspberry pi3 and microphone. Raspberry Pi3:A raspberry pi 3 is an electronic board where it has the special features of recording the particular sound and stores it in memory card when the Wi-Fi is off. If the Wi-Fi is on,it will store the data in cloud. The raspberry pi gives the high
  • 4. International Journal of Trendy Research in Engineering and Technology Volume 4 Issue 2 April 2020 ISSN NO 2582-0958 _____________________________________________________________________________________________________________ www.trendytechjournals.com 4 level performance when it is compared to arduino. Sound classification: The sound is then processed by the classification part of the CNN algorithm and it will analyze the type of sound and then it will notify to the user via notification. Notification:It will send the notification to the user through desktop or personal computer when particular sound is detected. It will be useful for hearing impaired people. III.LITERATURE SURVEY There are different methods of the sound classification using Arduino and various machine learning techniques. Arushi Singh,L.Ezhilarasi et al[1]have proposed a system which uses sound sensors to detect the sound and then transmit the sound data. They focus on sound pollution monitoring system with sensing the sound using raspberry Pi . A raspberry Pi module interacts with the sensors and processes the sound data and sends the alert to the application. It can detect and monitor sound pollution levels using IOT which further send a mail or SMS to the system. In future work, they planned to implement this concept in the method of machine learning. Baker Fleurys et al [2] have proposed a system to perform certain task by recognizing the sound in home automation system. The system will generate poor recognition results, when the noisy sounds mixed with the target sound due to occurrence of the sound simultaneously. To solve this problem, this paper produces a framework. The framework consists of the sound verification and the sound separation techniques based on wireless based sensor networks. The applications of Wireless Sensor Network are home automation system, security system, power management. L. Korhonen, J. Pakka have proposed the health care for the aged persons. The monitoring can be done using the telecommunication in the hospitals to reduce the cost of hospitalization and also to improve the comfort of the patients in the hospital. In this paper the sound is classified and detected in a noisy environment using sound surveillance. There are two stages: one detects the sound and extract the sound from a signal flow. The sound classification is the second stage is to identify the unknown sounds and then it will be validated. The future aim is to find the fusion between the classification and the analysis of the sound in a medical telemonitoring system. Lin Goldman et al[4] have proposed this system for sensing the human behavior using microphone which reveals the key information. The person’s behavior is produced by the key information. The microphone will be present in the modern smart phones or the laptop or pc. The approach used for sensing the sound is supervised learning which is the part of the machine learning. The problem in this system is time consuming and it is restricted
  • 5. International Journal of Trendy Research in Engineering and Technology Volume 4 Issue 2 April 2020 ISSN NO 2582-0958 _____________________________________________________________________________________________________________ www.trendytechjournals.com 5 to the various types of sounds. it explored the general sound classification without using explicit supervised training in the smartphone. The supervised techniques will produce better results compared to the fully supervised DS. F.Pachet and D.Cazaly et al [5] have a proposed the system for classification of audio signals. The characterization shared by its members is music genre. The characterization related to the instrument, structure of the rhythm and the music of the harmonic content. The music genres are explored in a hierarchy from the automatic classification of the audio signals. The timbral texture, rhythmic content and pitch content are the three important feature sets have been proposed. The audio classification is done here. The techniques include in the audio classification are music and non- music sounds. The audio signals are classified into the music, speech and laughter.And it also detects the environmental sounds .The melody extraction is a hard problem which is not solved for general audio using from imperfect melody extraction algorithms. The pattern recognition, sound recognition is contained in the C++ server. N.Morgan, G.Dahl et al [6] have proposed the system for speech recognition using convolution neural network and hybrid neural network .Hidden Markov model is used to increase the accuracy of speech recognition. Some types of speech variability is accommodated by the convolution neural network structure. It will recognize the speech alone and it is not recognized in the phone. The CNN can be pre trained to improve the performance of the recognition. The speech is recognized in the method of the speech datasets. Y.Peng,C.Lin et al [7] have proposed the system for sound event classification using semi supervised learning. In this paper, they mainly focus on sound classification in a large datasets., manually labeling the sound data is expensive, so the large amount of sound data will be available to public. It makes use of the semi supervised learning in the approach of the sound analysis. The future work will focus on large unlabeled datasets to detect, analyze and to classify what the sound is. B.Najali,N.Noury etal [8] has proposed the system for flats to recognize the sound and speech. They placed eight microphones to detect the sound which is trained the environmental sounds. it will automatically analyze and sort the different types of sounds recorded in the flat. This paper produces a complete sound and speech recognition using unsupervised learning real time conditions. After testing the event, it will produce the results for sound recognition is good and produce the accurate results. Y. LeCun, L. Bottou, Y. Bengio et al [9] have proposed this for environmental sound classification using convolution neural network. Based on the 3 public data sets of environmental and urban sounds are
  • 6. International Journal of Trendy Research in Engineering and Technology Volume 4 Issue 2 April 2020 ISSN NO 2582-0958 _____________________________________________________________________________________________________________ www.trendytechjournals.com 6 evaluated and produce the accuracy of the sound. For significant progress in numerous pattern recognition tasks, convolution neural networks are used. The size of the datasets influences the performances of the supervised deep model. Increase in the size of the dataset will improve the performance of the trained models. it will detect the environmental sound using machine learning algorithm which uses convolution neural network. J. G. Ryan and R. A. Goubran et al [10] have proposed a system for detecting different type of sounds in a given area and determining both the location and type of the sound. For nonspeech audio segments, additional features are computed to perform audio classification, which determines the nature of the sound (e.g., wind noise, closing, footsteps ,door opening or closing, fan noise).it is capable of working in a signal to noise ratio (SNR) and degradation environment is done by using speech/non speech algorithm.This paper proposed a security monitoring instrument that can classify and detect the nature and location of different sounds in a room. IV.CONCLUSION AND FUTURE WORK A summary of the performance of the sound detection and classifications of sound in the system is evaluated. From the smart web application for physically challenged people, the sound event classification and detection is proposed using internet of things and machine learning algorithm. In future work, this web application can be made as a mobile application. Because compared to web app, usage of mobile app is more and it will work efficiently in mobile application and it can also be done using various deep learning algorithm. V.REFERENCES [1]Arnab Kumar Saha1, Sachet Sircar2, Priyasha Chatterjee3, Souvik Dutta4, Anwesha Mitra4,Aiswarya Chatterjee4, Soummyo Priyo Chattopadhyay1, Himadri Nath Saha1.,2018,”A Raspberry Pi Controlled Cloud Based Air and Sound Pollution Monitoring System with Temperature and Humidity Sensing”., in IEEE transaction paper. [2]Jia-Ching Wang, Chang-Hong Lin, Ernestasia Siahaan, Bo-Wei Chen, and Hsiang-Lung Chuang.,2014,”Mixed Sound Event Verification on Wireless Sensor Network for Home Automation”., in IEEE transactions on industrial informatics,vol.10. [3]Dan Istrate, Eric Castelli, Michel Vacher, Laurent Besacier, and Jean-Francois Serignat.,2006.,”Information Extraction From Sound for Medical Telemonitoring”., in IEEE transactions on information technology in biomedicine,vol,10. [4]Daniel Kelly and Brian Caulfield, 2015.”Pervasive Sound Sensing: A Weakly Supervised Training Approach”, in IEEE transactions on cybernetics.
  • 7. International Journal of Trendy Research in Engineering and Technology Volume 4 Issue 2 April 2020 ISSN NO 2582-0958 _____________________________________________________________________________________________________________ www.trendytechjournals.com 7 [5]George Tzanetakis, and Perry Cook., 2002.”Musical Genre Classification of Audio Signals”, in IEEE transactions on speech and audio processing, vol.10. [6]Osama Abdel-Hamid, Abdel-rahman Mohamed, Hui Jiang, Li Deng, Gerald Penn, and Dong Yu.,2014.,”Convolutional Neural Networks for Speech Recognition”.,in IEEE/ACM transactions on audio,speech andlanguageprocessing,vol.22., [7]Zixing Zhang and Bjorn Schuller., 2012.”Semi- Supervisedlearninghelpsinsound event classification”, in IEEEProc. Int. Conf acoustics, speech, signalprocessing (ICASSP) [8]A. Fleury, N. Noury, M. Vacher, H. Glasson and J.-F. Serignat, 2010.,”Sound and Speech Detection and Classification in a Health Smart Home”, in IEEE. [9]Karol J. Piczak., 2015.”Environmental- sound classification with convolutional neural networks “ IEEE International Workshop on Machine Learning for Signal Processing. [10]Ahmad R. Abu-El-Quran,Rafik A. Goubran, and Adrian D. C. Chan.,2006.,”Security Monitoring Using Microphone Arrays and Audio Classification”in IEEE Transactions On Instrumentation And Measurement, Vol. 55