SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2401
Design of Self-Learning System for Diagnosing Health Parameters using
ANFIS
Anitha.A [1], Mahalakshmi.R [2], Vidhya.J3, Jayanthi.G4
Student[1,2,3]Assistant professor[4], Department of ECE, Parisutham Institute of Technology & Science, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract –Nowadays, predictingofheartdiseasesiscritical
issue for humans. In previous, heart diseases cannot be
identified before it attacks. This paper describes the work of
self learning system for monitoring heart activities using
ANFIS. Here, heart diseases can be understood after reaching
abnormal state or in any fall detection stage. This paper
develops a method of classifying thedegreeofheartdiseasesin
patients using ANFIS. Neural networkwillpredictthetargeted
level and fuzzy-logic compares the targeted level with current
inputs and optimizes it. Here IoT plays a major role. The
predicted and optimized data about heart disease is posted in
the server for continuous information and it will be posted for
every 10seconds interval. Hence the preliminary stages of
heart diseases can be identified and recovered and also
current problems and future directions can be identified.
Key Words: ECG, Pulse Oximeter, Arduino UNO,
ThingSpeak server.
1. INTRODUCTION
Heart diseases mainly occur due toblockingofbloodvessels.
It includes coronary artery diseases, myocardial infarction,
bradycardia and tachycardia. This may be caused by high
blood pressure, obesity, smoking, poor diet. High blood
pressure results in 13% of CVD deaths, tobacco results in
9%, stoutness 5% and diabetes 6%. Coronary vascular
disease is avoidable by predicting it earlier. Human
computer interaction system is a study of relationship
between people and computers mediated information. The
future of human computer interaction system lies in how
intelligently these systems can take into account the user’s
context like Application areas, social organisation andwork.
Researchers on recognising the daily activities of peoplehas
progressed steadily but little focus has been devoted to
recognizing jointly activities as well as movements in a
specific activity.
1.1 EXISTING APPROACH
In the existing system, health care system was used to
monitor the physiological signal and current position of a
patient by automatic learning feature. Health care box was
used for automatic detection of ECG signals and position of
the patient. ECG acquisition module detects the signal and
transmits it to the health care centre. The position of the
patient position of patient can be recognized using an
outdoor precision GPS. Through health care centre, doctors
can assist the detailed health condition of a patient when the
patient reached the abnormal stage or fall, that notification
for rescuing them is send to healthcare box. Healthcare box
constantly record the status oftheECGsignal.Onceabnormal
stage is reached, it will give an emergency notification to
doctors and concerned family members. It has some
disadvantages like remotemonitoringofpatients,prediction
of diseases is not possible, heavy cost.
2. PROPOSED SYSTEM
In this paper, Neuro-Fuzzy based health diagnosis and
Arduino is used as a gateway to communicate to the various
sensors such as ECG sensor, Temperature sensor, and Pulse
Oximeter sensor. The microcontroller picks up the sensor
data and sends it to the network through WiFi and hence
provides real time monitoring of the health care parameters
for doctors. Initially, ANFIS algorithm is converted as
embedded C code and it is dumped in microcontroller.
Usually ANFIS has two parts: a) Training b) Testing. In the
training part, targeted level is set by giving some data as
input from the data set of LVM file. During testing, the
clinical input data from the patient body is compared with
the targeted values. The data canbeaccessedanytime bythe
doctor. In this, remote monitoring system is that the data as
to be securely transmitted to the destination end and
provision is made to allow only authorizedusertoaccessthe
data. User/doctor can access the data by logging in to the
html webpage. At the time of extremity situation in order to
prevent the patient from abnormal situation, a twitter alert
message is sent to the doctor through ThingSpeak server
(Internet of Things) which is connected to the controller. A
mobile applicationsoftware(ThingsView)isalsoprovidedto
check the health conditions of a patient continuously
through the mobile phone.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2402
2.1 BLOCK DIAGRAM
Fig -1: Block diagram
2.2 BLOCK DIAGRAM DESCRIPTION
2.2.1 INPUTS
Pulse Oximeter
Pulse Oximeter indicates fastness of blood and
measures oxygen content in blood. It has IR
transmitter and a photo detector which indicates
the flow of oxygen as 0’s and 1’s.The ‘1’ will be
taken as 1023 because of 10 bit ADC usage.
ECG
In this, three electrode ECG is used.Oneelectrodeis
placed in left arm and another in right arm and the
other will be taken as a referenceelectrode. Theleft
arm and right arm electrodes will determine the
heart pulses.
Temperature sensor
It senses the temperature of patient’s body.
2.2.2 Instrumentation amplifier
The sensor values are given as an input to the IA. It
has two parts a) amplifier b) Filter. Filter will
remove unnecessary signals, amplifier will amplify
the filtered sensor values.
2.2.3 ADC
The amplified analog signal isconvertedintodigital
signal by using ADC. The outputwill be represented
as 0’s and 1’s which will be given to
microcontroller.
2.2.4 ESP8266
It is a wifi module. It has a firmer in which
operating system (OS) is installed. For checking
network connection of ESP8266, putty software is
used.
2.2.5 ThingSpeak server
It is free server and is used for posting the data and
also for monitoring the health values continuously.
For this, each person is havinga separateusername
and password to login.
3.METHDOLOGY
3.1 ANFIS
It refers to Adaptive NeuroFuzzyInferenceSystem.
Neural network has learning abilitylikesupervised
and unsupervised learning. This paper describes
backward propagation in supervised learning. In
backward propagation mainly uses multi-layer
perceptrons which includes input, hidden and
output layer. This algorithm uses a computed
output error to change the weight values in the
backward direction. The formula for sigmoid
activation is
1
f(x) = ---------
1 + e-input
4. Result
4.1 ThingSpeak Server output
Chart -1: Pulse Oximeter Chart- 2: ECG Sensor
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2403
4.2 Twitter Output
Fig 2: Twitter output
4.3 Snapshot
Fig 3: Implemented Circuit
5. CONCLUSION
Nowadays, heart disease plays a major role in human life
because of the lifestyle changes. This design of self learning
system for diagnosing health parameters using ANFIS will
predict the heart diseases before it severely attacks the
human. This device is successfully designed and verified.
REFERENCES
[1] G. Virone, A. Wood, may 2011, “Advanced wireless
network for health monitoring system”.
[2] “Innovative approach for wireless health monitoring
system using client-server architecture” Ms. Poonam
Agrawal ,Prof. S. P. Hingway,jun 2013
[3] Manisha Shelar,Jaykaran Sing, Jan 2013, “Wireless
Patient HealthMonitoring System”
Chart-3: Temperature Sensor

More Related Content

What's hot

An IoT Based Patient Health Monitoring System
An IoT Based Patient Health Monitoring SystemAn IoT Based Patient Health Monitoring System
An IoT Based Patient Health Monitoring Systemvishal dineshkumar soni
 
IRJET- An Efficient Health Care System for Human Anatomy using IoT
IRJET- An Efficient Health Care System for Human Anatomy using IoTIRJET- An Efficient Health Care System for Human Anatomy using IoT
IRJET- An Efficient Health Care System for Human Anatomy using IoTIRJET Journal
 
Health care application system using io t
Health care application system using io tHealth care application system using io t
Health care application system using io tIJARIIT
 
IRJET - Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...
IRJET -  	  Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...IRJET -  	  Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...
IRJET - Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...IRJET Journal
 
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...IRJET Journal
 
An intelligent patient tele monitoring system using android technology
An intelligent patient tele monitoring system using android technologyAn intelligent patient tele monitoring system using android technology
An intelligent patient tele monitoring system using android technologyeSAT Journals
 
IRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET Journal
 
IRJET- Intelligent Health Monitoring System using NRF
IRJET- Intelligent Health Monitoring System using NRFIRJET- Intelligent Health Monitoring System using NRF
IRJET- Intelligent Health Monitoring System using NRFIRJET Journal
 
IRJET- Health Monitoring System using IoT using Arduino Uno Microcontroller
IRJET- Health Monitoring System using IoT using Arduino Uno MicrocontrollerIRJET- Health Monitoring System using IoT using Arduino Uno Microcontroller
IRJET- Health Monitoring System using IoT using Arduino Uno MicrocontrollerIRJET Journal
 
IRJET- Advanced Ambulance Monitoring System using IoT
IRJET- Advanced Ambulance Monitoring System using IoTIRJET- Advanced Ambulance Monitoring System using IoT
IRJET- Advanced Ambulance Monitoring System using IoTIRJET Journal
 
Real-time Heart Pulse Monitoring Technique Using Wireless Sensor Network and ...
Real-time Heart Pulse Monitoring Technique Using Wireless Sensor Network and ...Real-time Heart Pulse Monitoring Technique Using Wireless Sensor Network and ...
Real-time Heart Pulse Monitoring Technique Using Wireless Sensor Network and ...IJECEIAES
 
Dynamic Medical Machine
Dynamic Medical MachineDynamic Medical Machine
Dynamic Medical MachineIRJET Journal
 
Ecis final paper-june2017_two way architecture between iot sensors and cloud ...
Ecis final paper-june2017_two way architecture between iot sensors and cloud ...Ecis final paper-june2017_two way architecture between iot sensors and cloud ...
Ecis final paper-june2017_two way architecture between iot sensors and cloud ...Oliver Neuland
 
Software Application for E-Health Monitoring System
Software Application for E-Health Monitoring SystemSoftware Application for E-Health Monitoring System
Software Application for E-Health Monitoring SystemIOSR Journals
 
IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...
IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...
IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...IRJET Journal
 
An IoT Based Patient Health Monitoring System
An IoT Based Patient Health Monitoring SystemAn IoT Based Patient Health Monitoring System
An IoT Based Patient Health Monitoring SystemSubmissionResearchpa
 
IRJET- Android base Healthcare Monitoring and Management System using IoT
IRJET- Android base Healthcare Monitoring and Management System using IoTIRJET- Android base Healthcare Monitoring and Management System using IoT
IRJET- Android base Healthcare Monitoring and Management System using IoTIRJET Journal
 
Automatic and low cost saline level monitoring system using wireless bluetoot...
Automatic and low cost saline level monitoring system using wireless bluetoot...Automatic and low cost saline level monitoring system using wireless bluetoot...
Automatic and low cost saline level monitoring system using wireless bluetoot...eSAT Journals
 

What's hot (20)

An IoT Based Patient Health Monitoring System
An IoT Based Patient Health Monitoring SystemAn IoT Based Patient Health Monitoring System
An IoT Based Patient Health Monitoring System
 
IRJET- An Efficient Health Care System for Human Anatomy using IoT
IRJET- An Efficient Health Care System for Human Anatomy using IoTIRJET- An Efficient Health Care System for Human Anatomy using IoT
IRJET- An Efficient Health Care System for Human Anatomy using IoT
 
Health care application system using io t
Health care application system using io tHealth care application system using io t
Health care application system using io t
 
IRJET - Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...
IRJET -  	  Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...IRJET -  	  Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...
IRJET - Heartbeat Monitoring and Heart Attack Detection using IoT(Interne...
 
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...Designing an Architecture  for Monitoring Patients at Home: Ontologies and We...
Designing an Architecture for Monitoring Patients at Home: Ontologies and We...
 
An intelligent patient tele monitoring system using android technology
An intelligent patient tele monitoring system using android technologyAn intelligent patient tele monitoring system using android technology
An intelligent patient tele monitoring system using android technology
 
IRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction SystemIRJET- GDPS - General Disease Prediction System
IRJET- GDPS - General Disease Prediction System
 
IRJET- Intelligent Health Monitoring System using NRF
IRJET- Intelligent Health Monitoring System using NRFIRJET- Intelligent Health Monitoring System using NRF
IRJET- Intelligent Health Monitoring System using NRF
 
IRJET- Health Monitoring System using IoT using Arduino Uno Microcontroller
IRJET- Health Monitoring System using IoT using Arduino Uno MicrocontrollerIRJET- Health Monitoring System using IoT using Arduino Uno Microcontroller
IRJET- Health Monitoring System using IoT using Arduino Uno Microcontroller
 
Ijcet 06 06_004
Ijcet 06 06_004Ijcet 06 06_004
Ijcet 06 06_004
 
IRJET- Advanced Ambulance Monitoring System using IoT
IRJET- Advanced Ambulance Monitoring System using IoTIRJET- Advanced Ambulance Monitoring System using IoT
IRJET- Advanced Ambulance Monitoring System using IoT
 
Real-time Heart Pulse Monitoring Technique Using Wireless Sensor Network and ...
Real-time Heart Pulse Monitoring Technique Using Wireless Sensor Network and ...Real-time Heart Pulse Monitoring Technique Using Wireless Sensor Network and ...
Real-time Heart Pulse Monitoring Technique Using Wireless Sensor Network and ...
 
Dynamic Medical Machine
Dynamic Medical MachineDynamic Medical Machine
Dynamic Medical Machine
 
Ecis final paper-june2017_two way architecture between iot sensors and cloud ...
Ecis final paper-june2017_two way architecture between iot sensors and cloud ...Ecis final paper-june2017_two way architecture between iot sensors and cloud ...
Ecis final paper-june2017_two way architecture between iot sensors and cloud ...
 
Software Application for E-Health Monitoring System
Software Application for E-Health Monitoring SystemSoftware Application for E-Health Monitoring System
Software Application for E-Health Monitoring System
 
IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...
IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...
IRJET- A Block Chain Technology based Data Security in Medical Report for Hea...
 
An IoT Based Patient Health Monitoring System
An IoT Based Patient Health Monitoring SystemAn IoT Based Patient Health Monitoring System
An IoT Based Patient Health Monitoring System
 
IRJET- Android base Healthcare Monitoring and Management System using IoT
IRJET- Android base Healthcare Monitoring and Management System using IoTIRJET- Android base Healthcare Monitoring and Management System using IoT
IRJET- Android base Healthcare Monitoring and Management System using IoT
 
Automatic and low cost saline level monitoring system using wireless bluetoot...
Automatic and low cost saline level monitoring system using wireless bluetoot...Automatic and low cost saline level monitoring system using wireless bluetoot...
Automatic and low cost saline level monitoring system using wireless bluetoot...
 
Ijetcas14 323
Ijetcas14 323Ijetcas14 323
Ijetcas14 323
 

Similar to Design of Self-Learning System for Diagnosing Health Parameters using ANFIS

ealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A Reviewealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A ReviewIRJET Journal
 
IRJET- IoT based Patient Health Monitoring using ESP8266
IRJET-  	  IoT based Patient Health Monitoring using ESP8266IRJET-  	  IoT based Patient Health Monitoring using ESP8266
IRJET- IoT based Patient Health Monitoring using ESP8266IRJET Journal
 
IRJET- Design and Implementation of Health Monitoring System
IRJET-  	  Design and Implementation of Health Monitoring SystemIRJET-  	  Design and Implementation of Health Monitoring System
IRJET- Design and Implementation of Health Monitoring SystemIRJET Journal
 
IRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoTIRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoTIRJET Journal
 
IRJET- Patient Health Monitoring with Health Assistant
IRJET- Patient Health Monitoring with Health AssistantIRJET- Patient Health Monitoring with Health Assistant
IRJET- Patient Health Monitoring with Health AssistantIRJET Journal
 
IRJET - IoT based E-Prognosis System
IRJET - IoT based E-Prognosis SystemIRJET - IoT based E-Prognosis System
IRJET - IoT based E-Prognosis SystemIRJET Journal
 
IRJET - An Efficient Approach for Monitoring the Patient’s Condition usin...
IRJET -  	  An Efficient Approach for Monitoring the Patient’s Condition usin...IRJET -  	  An Efficient Approach for Monitoring the Patient’s Condition usin...
IRJET - An Efficient Approach for Monitoring the Patient’s Condition usin...IRJET Journal
 
Patient Privacy Control for Health Care in Cloud Computing System
Patient Privacy Control for Health Care in Cloud Computing  SystemPatient Privacy Control for Health Care in Cloud Computing  System
Patient Privacy Control for Health Care in Cloud Computing SystemIRJET Journal
 
Android Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemAndroid Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemIRJET Journal
 
IRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for RuralsIRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for RuralsIRJET Journal
 
Patient Health Monitoring System using IOT
Patient Health Monitoring System using IOTPatient Health Monitoring System using IOT
Patient Health Monitoring System using IOTIRJET Journal
 
A Healthcare Monitoring System Using Wifi Module
A Healthcare Monitoring  System Using Wifi ModuleA Healthcare Monitoring  System Using Wifi Module
A Healthcare Monitoring System Using Wifi ModuleIRJET Journal
 
IRJET- Human Health monitoring System using IOT and Raspberry PI3
IRJET-  	  Human Health monitoring System using IOT and Raspberry PI3IRJET-  	  Human Health monitoring System using IOT and Raspberry PI3
IRJET- Human Health monitoring System using IOT and Raspberry PI3IRJET Journal
 
IOT BASED HEALTH MONITORING SYSTEM FOR COVID 19 PATIENT
IOT BASED HEALTH MONITORING SYSTEM FOR COVID 19 PATIENTIOT BASED HEALTH MONITORING SYSTEM FOR COVID 19 PATIENT
IOT BASED HEALTH MONITORING SYSTEM FOR COVID 19 PATIENTIRJET Journal
 
Transforming Healthcare with Online Health Monitoring Systems
Transforming Healthcare with Online Health Monitoring SystemsTransforming Healthcare with Online Health Monitoring Systems
Transforming Healthcare with Online Health Monitoring SystemsIRJET Journal
 
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...IRJET Journal
 
IOT Based Anesthesia Parameters Monitoring with Doctor Decision Assistance us...
IOT Based Anesthesia Parameters Monitoring with Doctor Decision Assistance us...IOT Based Anesthesia Parameters Monitoring with Doctor Decision Assistance us...
IOT Based Anesthesia Parameters Monitoring with Doctor Decision Assistance us...IRJET Journal
 
IRJET- Health Monitoring system using IoT
IRJET- Health Monitoring system using IoTIRJET- Health Monitoring system using IoT
IRJET- Health Monitoring system using IoTIRJET Journal
 

Similar to Design of Self-Learning System for Diagnosing Health Parameters using ANFIS (20)

ealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A Reviewealth Monitoring System in Emergency Using IoT: A Review
ealth Monitoring System in Emergency Using IoT: A Review
 
IRJET- IoT based Patient Health Monitoring using ESP8266
IRJET-  	  IoT based Patient Health Monitoring using ESP8266IRJET-  	  IoT based Patient Health Monitoring using ESP8266
IRJET- IoT based Patient Health Monitoring using ESP8266
 
IRJET- Design and Implementation of Health Monitoring System
IRJET-  	  Design and Implementation of Health Monitoring SystemIRJET-  	  Design and Implementation of Health Monitoring System
IRJET- Design and Implementation of Health Monitoring System
 
IRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoTIRJET - Patient Health Monitoring System using IoT
IRJET - Patient Health Monitoring System using IoT
 
IRJET- Patient Health Monitoring with Health Assistant
IRJET- Patient Health Monitoring with Health AssistantIRJET- Patient Health Monitoring with Health Assistant
IRJET- Patient Health Monitoring with Health Assistant
 
IRJET - IoT based E-Prognosis System
IRJET - IoT based E-Prognosis SystemIRJET - IoT based E-Prognosis System
IRJET - IoT based E-Prognosis System
 
IRJET - An Efficient Approach for Monitoring the Patient’s Condition usin...
IRJET -  	  An Efficient Approach for Monitoring the Patient’s Condition usin...IRJET -  	  An Efficient Approach for Monitoring the Patient’s Condition usin...
IRJET - An Efficient Approach for Monitoring the Patient’s Condition usin...
 
Patient Privacy Control for Health Care in Cloud Computing System
Patient Privacy Control for Health Care in Cloud Computing  SystemPatient Privacy Control for Health Care in Cloud Computing  System
Patient Privacy Control for Health Care in Cloud Computing System
 
Android Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemAndroid Based Patient Health Monitoring System
Android Based Patient Health Monitoring System
 
Irjet v7 i31040
Irjet v7 i31040Irjet v7 i31040
Irjet v7 i31040
 
IRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for RuralsIRJET- Wireless Real Time Implementation of Health Assist System for Rurals
IRJET- Wireless Real Time Implementation of Health Assist System for Rurals
 
Patient Health Monitoring System using IOT
Patient Health Monitoring System using IOTPatient Health Monitoring System using IOT
Patient Health Monitoring System using IOT
 
A Healthcare Monitoring System Using Wifi Module
A Healthcare Monitoring  System Using Wifi ModuleA Healthcare Monitoring  System Using Wifi Module
A Healthcare Monitoring System Using Wifi Module
 
IRJET- Human Health monitoring System using IOT and Raspberry PI3
IRJET-  	  Human Health monitoring System using IOT and Raspberry PI3IRJET-  	  Human Health monitoring System using IOT and Raspberry PI3
IRJET- Human Health monitoring System using IOT and Raspberry PI3
 
Iot in Healthcare
Iot in HealthcareIot in Healthcare
Iot in Healthcare
 
IOT BASED HEALTH MONITORING SYSTEM FOR COVID 19 PATIENT
IOT BASED HEALTH MONITORING SYSTEM FOR COVID 19 PATIENTIOT BASED HEALTH MONITORING SYSTEM FOR COVID 19 PATIENT
IOT BASED HEALTH MONITORING SYSTEM FOR COVID 19 PATIENT
 
Transforming Healthcare with Online Health Monitoring Systems
Transforming Healthcare with Online Health Monitoring SystemsTransforming Healthcare with Online Health Monitoring Systems
Transforming Healthcare with Online Health Monitoring Systems
 
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...
 
IOT Based Anesthesia Parameters Monitoring with Doctor Decision Assistance us...
IOT Based Anesthesia Parameters Monitoring with Doctor Decision Assistance us...IOT Based Anesthesia Parameters Monitoring with Doctor Decision Assistance us...
IOT Based Anesthesia Parameters Monitoring with Doctor Decision Assistance us...
 
IRJET- Health Monitoring system using IoT
IRJET- Health Monitoring system using IoTIRJET- Health Monitoring system using IoT
IRJET- Health Monitoring system using IoT
 

More from IRJET Journal

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

More from IRJET Journal (20)

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

Recently uploaded

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 

Design of Self-Learning System for Diagnosing Health Parameters using ANFIS

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2401 Design of Self-Learning System for Diagnosing Health Parameters using ANFIS Anitha.A [1], Mahalakshmi.R [2], Vidhya.J3, Jayanthi.G4 Student[1,2,3]Assistant professor[4], Department of ECE, Parisutham Institute of Technology & Science, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract –Nowadays, predictingofheartdiseasesiscritical issue for humans. In previous, heart diseases cannot be identified before it attacks. This paper describes the work of self learning system for monitoring heart activities using ANFIS. Here, heart diseases can be understood after reaching abnormal state or in any fall detection stage. This paper develops a method of classifying thedegreeofheartdiseasesin patients using ANFIS. Neural networkwillpredictthetargeted level and fuzzy-logic compares the targeted level with current inputs and optimizes it. Here IoT plays a major role. The predicted and optimized data about heart disease is posted in the server for continuous information and it will be posted for every 10seconds interval. Hence the preliminary stages of heart diseases can be identified and recovered and also current problems and future directions can be identified. Key Words: ECG, Pulse Oximeter, Arduino UNO, ThingSpeak server. 1. INTRODUCTION Heart diseases mainly occur due toblockingofbloodvessels. It includes coronary artery diseases, myocardial infarction, bradycardia and tachycardia. This may be caused by high blood pressure, obesity, smoking, poor diet. High blood pressure results in 13% of CVD deaths, tobacco results in 9%, stoutness 5% and diabetes 6%. Coronary vascular disease is avoidable by predicting it earlier. Human computer interaction system is a study of relationship between people and computers mediated information. The future of human computer interaction system lies in how intelligently these systems can take into account the user’s context like Application areas, social organisation andwork. Researchers on recognising the daily activities of peoplehas progressed steadily but little focus has been devoted to recognizing jointly activities as well as movements in a specific activity. 1.1 EXISTING APPROACH In the existing system, health care system was used to monitor the physiological signal and current position of a patient by automatic learning feature. Health care box was used for automatic detection of ECG signals and position of the patient. ECG acquisition module detects the signal and transmits it to the health care centre. The position of the patient position of patient can be recognized using an outdoor precision GPS. Through health care centre, doctors can assist the detailed health condition of a patient when the patient reached the abnormal stage or fall, that notification for rescuing them is send to healthcare box. Healthcare box constantly record the status oftheECGsignal.Onceabnormal stage is reached, it will give an emergency notification to doctors and concerned family members. It has some disadvantages like remotemonitoringofpatients,prediction of diseases is not possible, heavy cost. 2. PROPOSED SYSTEM In this paper, Neuro-Fuzzy based health diagnosis and Arduino is used as a gateway to communicate to the various sensors such as ECG sensor, Temperature sensor, and Pulse Oximeter sensor. The microcontroller picks up the sensor data and sends it to the network through WiFi and hence provides real time monitoring of the health care parameters for doctors. Initially, ANFIS algorithm is converted as embedded C code and it is dumped in microcontroller. Usually ANFIS has two parts: a) Training b) Testing. In the training part, targeted level is set by giving some data as input from the data set of LVM file. During testing, the clinical input data from the patient body is compared with the targeted values. The data canbeaccessedanytime bythe doctor. In this, remote monitoring system is that the data as to be securely transmitted to the destination end and provision is made to allow only authorizedusertoaccessthe data. User/doctor can access the data by logging in to the html webpage. At the time of extremity situation in order to prevent the patient from abnormal situation, a twitter alert message is sent to the doctor through ThingSpeak server (Internet of Things) which is connected to the controller. A mobile applicationsoftware(ThingsView)isalsoprovidedto check the health conditions of a patient continuously through the mobile phone.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2402 2.1 BLOCK DIAGRAM Fig -1: Block diagram 2.2 BLOCK DIAGRAM DESCRIPTION 2.2.1 INPUTS Pulse Oximeter Pulse Oximeter indicates fastness of blood and measures oxygen content in blood. It has IR transmitter and a photo detector which indicates the flow of oxygen as 0’s and 1’s.The ‘1’ will be taken as 1023 because of 10 bit ADC usage. ECG In this, three electrode ECG is used.Oneelectrodeis placed in left arm and another in right arm and the other will be taken as a referenceelectrode. Theleft arm and right arm electrodes will determine the heart pulses. Temperature sensor It senses the temperature of patient’s body. 2.2.2 Instrumentation amplifier The sensor values are given as an input to the IA. It has two parts a) amplifier b) Filter. Filter will remove unnecessary signals, amplifier will amplify the filtered sensor values. 2.2.3 ADC The amplified analog signal isconvertedintodigital signal by using ADC. The outputwill be represented as 0’s and 1’s which will be given to microcontroller. 2.2.4 ESP8266 It is a wifi module. It has a firmer in which operating system (OS) is installed. For checking network connection of ESP8266, putty software is used. 2.2.5 ThingSpeak server It is free server and is used for posting the data and also for monitoring the health values continuously. For this, each person is havinga separateusername and password to login. 3.METHDOLOGY 3.1 ANFIS It refers to Adaptive NeuroFuzzyInferenceSystem. Neural network has learning abilitylikesupervised and unsupervised learning. This paper describes backward propagation in supervised learning. In backward propagation mainly uses multi-layer perceptrons which includes input, hidden and output layer. This algorithm uses a computed output error to change the weight values in the backward direction. The formula for sigmoid activation is 1 f(x) = --------- 1 + e-input 4. Result 4.1 ThingSpeak Server output Chart -1: Pulse Oximeter Chart- 2: ECG Sensor
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2403 4.2 Twitter Output Fig 2: Twitter output 4.3 Snapshot Fig 3: Implemented Circuit 5. CONCLUSION Nowadays, heart disease plays a major role in human life because of the lifestyle changes. This design of self learning system for diagnosing health parameters using ANFIS will predict the heart diseases before it severely attacks the human. This device is successfully designed and verified. REFERENCES [1] G. Virone, A. Wood, may 2011, “Advanced wireless network for health monitoring system”. [2] “Innovative approach for wireless health monitoring system using client-server architecture” Ms. Poonam Agrawal ,Prof. S. P. Hingway,jun 2013 [3] Manisha Shelar,Jaykaran Sing, Jan 2013, “Wireless Patient HealthMonitoring System” Chart-3: Temperature Sensor