SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1513
Smart Medical Assistant using Wearable Device
Prof. E. Jayanthi1, Vinit V. Korade2, Neha P. Durgude3, Samiksha S. Mohite4,
Jesse Viren H. Mehta5
1Assistant Professor, Department of Computer Engineering, Sinhgad College of Engineering, Pune
2,3,4,5U.G. Students Department of Computer Engineering, Sinhgad College of Engineering,
Vadgaon (BK), Pune, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - More than 2 million people are at high risk of
having medical-related incidents like heart-related problems
mostly leading to death due to delay in emergency medical
attention. So, it will be helpful if there wasawayof monitoring
the events before the occurrence of a health crisis. Also, there
is a need for a personal assistant which would provide
solutions to the medical problems of a person. The
implementation will be in 5 modules. Heart attack prediction
Module will collect real-time data from the wearable band.
This data will be used to predict the occurrenceofheartattack
and accordingly send alert to the Alert Module. Alert Module
sends alert to the nearby hospital along with the user’s details
and the user’s current location. Mobile Application Module
provides a feature where the user is provided with the
diagnosis of symptoms entered by the user. Web Application
Module provides a platform where the hospital administrator
may accept the user’s emergency help request. It provides an
interface between the mobileapplicationand webapplication.
Keywords: Heart Attack Prediction Module, Alert
Module, Personal Assistant Module, Wearable device
1. INTRODUCTION
Nowadays, due to the current lifestyle, people are less
concerned about their health which results in a further
increase in health issues. According to the present scenario,
people prefer to consume junk foods due to work pressure
which is unhealthy and it leads to obesity. Between the busy
hours of work and managing house and family,people rarely
find time to focus on their health. Due to technological
development and environmental factors, people suffer
because of stress which will affect their health. Health is
something that changes daily.
Any action that we take impacts our body in some of the
other ways. Considering the currentenvironmental changes,
regular health monitoring is of prime importance. Toensure
that we are healthy, we need to monitorourhealthregularly.
A Personal Health Monitoring system would be the right
choice as it can help users in managing their health status
daily. We aim to propose a system consisting of a wearable
device for regular health monitoring. The device will
continuously sense the temperature and pulse rate of the
user, also keeping track of the user’s location as well as the
date and time. If the user’s temperature orpulseratecrosses
the set threshold, the device will notify the user with the
location of nearby hospitals. In situations when the critical
level is crossed, the user’s relatives will be alerted about
his/her deteriorating condition with the user’s current
location.
2. EXISTING SYSTEM
Nowadays, many fitness monitoring devices are available in
the market which is capableofmonitoringuser’sfitnesslevel
and notifying him/her accordingly. But measuring only
physical fitness is not sufficient, continuous health
monitoring is also needed for better living. There are many
embedded systems[3] present which monitor either
temperature or pulse rate of user for better notification, but
measuring a combination of both will get us more detail and
precise information about person’scurrenthealthcondition.
There is some system which is an area or person-specific
like “IOT based Wearable Health Monitoring System for
Pregnant Ladies”[9],” Health Companion Device using IoT
and Wearable Computing” [1] and “Safety Wristband for
active security network”[4].
Existing systems provide only notification about fitness
and health conditions but the report of daily and monthly
variations is needed for better diagnosis which is absent in
many of the existing systems.
3. SYSTEM IMPLEMENTATION
The system being developed has the following
modules:
3.1 Hardware Module (Wearable device):
Wearable device contains a PPG sensor, a temperature
sensor for real-time monitoring of heart rate and body
temperature.
3.2 Web Application Module:
The web application will take a user’s current medical
status along with his location value (latitude & longitude)
and will provide service accordingly
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1514
3.3 Heart Attack Prediction Module:
Heart Attack Prediction Module will take the user’s real-
time values (heart rate and temperature)andwill determine
the occurrence of heart attack using a machine learning
algorithm.
3.4 Mobile Application Module:
The mobile application consists of two applications –
Patient Heath application and Ambulance application.
Patient Health application containstheuser’ssaveddata like
height, weight, age, gender, etc. It also provides a feature
where the user enters the symptoms and accordingly
application will provide a preventive action (firstaidbased).
Ambulance application shows the current location of the
ambulance when requested for it.
3.5 API Functions Module:
API Module provides an interface between web
application and mobile application. API Module consists of
various defined methods that are interacting while web
application and mobile application.
4. METHODOLOGY
4.1 Pre-processing
Input for prediction is taken from the wearable device. The
wearable device senses heart rate and temperature using
sensors and sends data to a server which is used as input for
classifier class.
4.2 Classifier class
This class predicts the occurrence of heart attack using
Naive Bayes Text Classification. Text classifier is a simple
(naive) classification method basedonBayesrule.Itdepends
on an awfully easy illustration of the document (called the
bag of words representation).
4.3 Alert module
When the classifier class detects an abnormality it then
passes the control to the alert model. Alert module gets a
notification and sends an emergency request along with the
user’s location to a nearby hospital. Google API’s is used to
search for nearby hospital and an ambulance is sent
accordingly.
4.4 Update Ambulance location class
The class continuously updates the location of the
ambulance. It uses Google API to show the current location
of the ambulance on its way to the person who asked for
help.
4.5 Diet Plan class
This class calculates the BMI of the user according to the
values stored in the application and suggests a Diet Plan
accordingly by accessing a dataset.
4.6 Get Hospital class
This class searches for the hospital near to the user
requesting for help. It uses Google API to search nearby
hospital by using the user’s latitude and longitude values.
The following figure Fig. 1 showsthesystemarchitecture:
Fig - 1: System Architecture
5. UML DIAGRAMS
5.1. Class Diagram
The class diagram shows a static view of the system. All the
classes, their attributes and the methods in each class.
Following figure fig. 5.1 shows the classes in the system and
their dependency on other classes of the system.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1515
Fig - 2: Class Diagram of System
5.2. Activity Diagram
Activity Diagramrepresents thedynamic behaviourofthe
system. Activity diagram exhibits the flow from one activity
to another activity. The activity is delineated as associate
degree operation ofthesystem.Activitydiagrams don’tseem
to be solely used for visualizing the dynamic nature of a
system; however, they’re additionally accustomedconstruct
the practicable system by exploitation forward and reverse
engineering techniques. Following figure fig - 3 shows an
activity diagram of our system:
Fig - 3: Activity Diagram of System
6. RESULTS AND DISCUSSION
6.1 User Login
Snapshot - 1: User Login (Android)
6.2 User Dashboard
Snapshot - 2: User Dashboard (Android)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1516
6.3 Hospital Dashboard
Snapshot - 3: Hospital Dashboard (Web Application)
6.4 API's
Snapshot - 4: Hospital Dashboard (Web Services)
6.5 Ambulance Application
Snapshot - 5: Ambulance App (Android)
6.6 Conclusion
Smart Medical Assistant helps in the detection of a
medical emergency (heart abnormality) using a wearable
device. It uses technology to provide immediate help by
notifying the nearby hospitals about the user’s location. It
also assists the user in providing first-aid based help on the
symptoms provided by the user. The application also helps
the user maintain a healthy lifestyle byprovidinga feature of
Diet Plan. It eases the work of the user and reduces the risk
of heart failures to some extent by providing immediate
medical assistance.
REFERENCES
1) Chaitali Kulkarni, Himani Karhade, Sonali Gupta,
Prashant Bhende“Health Companion Device using
IoT And Wearable
Computing”2016InternationalConference on
Internet of Things and Applications (IOTA)
Maharashtra Institute of Technology,Pune,India 22
Jan - 24 Jan 2016.
2) Supriya Kale, Pravin Patil, Satendra Mane “IOT
based Wearable Biomedical Monitoring System
“International Conference on Trends in Electronics
and Informatics ICEI 2017
3) Butean, C. Buduleci, A. David, A. Daian, “Auxilum
Medicine: a cloud-based platform for real-time
monitoring medical devices”, 20th International
Conference on Control Systems and Science, 2015.
4) Jesús Blanco Rodríguez de Guzmán, Andrés García
Higuera, Javier de las Morenas de la Flor Autolog
group, School of Industrial Engineering. University
of Castilla” Safety Wristband for Active Security
Network” Smart SysTech, July 1-2, 2014 in
Dortmund, Germany.
5) M. U. Ahmed, M. Bj¨orkman, and A. Cauˇsevic, et al.
An overview on the internet of things for health
monitoring systems. In IoT Technologies for
HealthCare, 2015.
6) F. Samie and L. Bauer and C.-M. Hsieh et al. Online
binding of applications to multiple clock domainsin
shared FPGA-based systems. In DATE, pp. 25–30,
2015.
7) Review”, 2016 IEEE 40th Annual computersoftware
and application conference, DOI
10.1109/COMPSAC.2016.8.
8) V.Santhi K.Ramya, APJ.Tarana, G.Vinitha “IOTBased
Wearable Health Monitoring System for Pregnant
Ladies Using CC3200” International Journal of
Advanced Research Methodology in Engineering &
Technology, ISSN 2456 6446 Volume1,Issue3,May
2017

More Related Content

What's hot

IRJET- A Framework for Disease Risk Prediction
IRJET- A Framework for Disease Risk PredictionIRJET- A Framework for Disease Risk Prediction
IRJET- A Framework for Disease Risk Prediction
IRJET Journal
 
IRJET- Hybrid App for Health Record System
IRJET-  	  Hybrid App for Health Record SystemIRJET-  	  Hybrid App for Health Record System
IRJET- Hybrid App for Health Record System
IRJET Journal
 
NEXTGEN’S HOSPILOGICS USING APACHE TOMCAT SERVER AND MYSQLDATABASE
NEXTGEN’S HOSPILOGICS USING APACHE TOMCAT  SERVER AND MYSQLDATABASENEXTGEN’S HOSPILOGICS USING APACHE TOMCAT  SERVER AND MYSQLDATABASE
NEXTGEN’S HOSPILOGICS USING APACHE TOMCAT SERVER AND MYSQLDATABASE
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
Best Healthcare and Hospital Website Project Work Done by E Vision Technologi...
Best Healthcare and Hospital Website Project Work Done by E Vision Technologi...Best Healthcare and Hospital Website Project Work Done by E Vision Technologi...
Best Healthcare and Hospital Website Project Work Done by E Vision Technologi...
Raj Gupta
 
Ijsrdv7 i10842
Ijsrdv7 i10842Ijsrdv7 i10842
Ijsrdv7 i10842
aissmsblogs
 
Vaccine Stock Management Tool - System documentation
Vaccine Stock Management Tool - System documentationVaccine Stock Management Tool - System documentation
Vaccine Stock Management Tool - System documentation
Otieno Julie
 
IRJET- Smart ICU using IoT
IRJET- Smart ICU using IoTIRJET- Smart ICU using IoT
IRJET- Smart ICU using IoT
IRJET Journal
 
IRJET- An Information Forwarder for Healthcare Service and analysis using Big...
IRJET- An Information Forwarder for Healthcare Service and analysis using Big...IRJET- An Information Forwarder for Healthcare Service and analysis using Big...
IRJET- An Information Forwarder for Healthcare Service and analysis using Big...
IRJET Journal
 
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEMSAFETY NOTIFICATION AND BUS 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
IRJET Journal
 
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
 
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
IRJET Journal
 
Implementation Of Online Treatment System
Implementation Of Online Treatment SystemImplementation Of Online Treatment System
Implementation Of Online Treatment System
IRJET Journal
 
IRJET- A Survey on IoT based Real Time Healthcare Emergency System by using B...
IRJET- A Survey on IoT based Real Time Healthcare Emergency System by using B...IRJET- A Survey on IoT based Real Time Healthcare Emergency System by using B...
IRJET- A Survey on IoT based Real Time Healthcare Emergency System by using B...
IRJET Journal
 
WEARABLE HEALTH MONITORING SYSTEM FOR BABIES
WEARABLE HEALTH MONITORING SYSTEM FOR BABIESWEARABLE HEALTH MONITORING SYSTEM FOR BABIES
WEARABLE HEALTH MONITORING SYSTEM FOR BABIES
IAEME Publication
 
Health portal an android smarter healthcare application
Health portal an android smarter healthcare application Health portal an android smarter healthcare application
Health portal an android smarter healthcare application
eSAT Journals
 
Health portal an android smarter healthcare
Health portal an android smarter healthcareHealth portal an android smarter healthcare
Health portal an android smarter healthcare
eSAT Publishing House
 
PATIENT MANAGEMENT SYSTEM project
PATIENT MANAGEMENT SYSTEM projectPATIENT MANAGEMENT SYSTEM project
PATIENT MANAGEMENT SYSTEM project
Laud Randy Amofah
 
Application of mobile cloud computing in emergency health care
Application of mobile cloud computing in emergency health careApplication of mobile cloud computing in emergency health care
Application of mobile cloud computing in emergency health care
journalBEEI
 
Sport Monitoring System_Article form
Sport Monitoring System_Article formSport Monitoring System_Article form
Sport Monitoring System_Article formParviz Abbasov
 

What's hot (20)

IRJET- A Framework for Disease Risk Prediction
IRJET- A Framework for Disease Risk PredictionIRJET- A Framework for Disease Risk Prediction
IRJET- A Framework for Disease Risk Prediction
 
IRJET- Hybrid App for Health Record System
IRJET-  	  Hybrid App for Health Record SystemIRJET-  	  Hybrid App for Health Record System
IRJET- Hybrid App for Health Record System
 
NEXTGEN’S HOSPILOGICS USING APACHE TOMCAT SERVER AND MYSQLDATABASE
NEXTGEN’S HOSPILOGICS USING APACHE TOMCAT  SERVER AND MYSQLDATABASENEXTGEN’S HOSPILOGICS USING APACHE TOMCAT  SERVER AND MYSQLDATABASE
NEXTGEN’S HOSPILOGICS USING APACHE TOMCAT SERVER AND MYSQLDATABASE
 
Best Healthcare and Hospital Website Project Work Done by E Vision Technologi...
Best Healthcare and Hospital Website Project Work Done by E Vision Technologi...Best Healthcare and Hospital Website Project Work Done by E Vision Technologi...
Best Healthcare and Hospital Website Project Work Done by E Vision Technologi...
 
Ijsrdv7 i10842
Ijsrdv7 i10842Ijsrdv7 i10842
Ijsrdv7 i10842
 
Vaccine Stock Management Tool - System documentation
Vaccine Stock Management Tool - System documentationVaccine Stock Management Tool - System documentation
Vaccine Stock Management Tool - System documentation
 
IRJET- Smart ICU using IoT
IRJET- Smart ICU using IoTIRJET- Smart ICU using IoT
IRJET- Smart ICU using IoT
 
IRJET- An Information Forwarder for Healthcare Service and analysis using Big...
IRJET- An Information Forwarder for Healthcare Service and analysis using Big...IRJET- An Information Forwarder for Healthcare Service and analysis using Big...
IRJET- An Information Forwarder for Healthcare Service and analysis using Big...
 
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEMSAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS 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
 
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
 
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
 
Implementation Of Online Treatment System
Implementation Of Online Treatment SystemImplementation Of Online Treatment System
Implementation Of Online Treatment System
 
IRJET- A Survey on IoT based Real Time Healthcare Emergency System by using B...
IRJET- A Survey on IoT based Real Time Healthcare Emergency System by using B...IRJET- A Survey on IoT based Real Time Healthcare Emergency System by using B...
IRJET- A Survey on IoT based Real Time Healthcare Emergency System by using B...
 
WEARABLE HEALTH MONITORING SYSTEM FOR BABIES
WEARABLE HEALTH MONITORING SYSTEM FOR BABIESWEARABLE HEALTH MONITORING SYSTEM FOR BABIES
WEARABLE HEALTH MONITORING SYSTEM FOR BABIES
 
Health portal an android smarter healthcare application
Health portal an android smarter healthcare application Health portal an android smarter healthcare application
Health portal an android smarter healthcare application
 
Health portal an android smarter healthcare
Health portal an android smarter healthcareHealth portal an android smarter healthcare
Health portal an android smarter healthcare
 
PATIENT MANAGEMENT SYSTEM project
PATIENT MANAGEMENT SYSTEM projectPATIENT MANAGEMENT SYSTEM project
PATIENT MANAGEMENT SYSTEM project
 
Application of mobile cloud computing in emergency health care
Application of mobile cloud computing in emergency health careApplication of mobile cloud computing in emergency health care
Application of mobile cloud computing in emergency health care
 
Sport Monitoring System_Article form
Sport Monitoring System_Article formSport Monitoring System_Article form
Sport Monitoring System_Article form
 

Similar to IRJET- Smart Medical Assistant using Wearable Device

Smart Wearable System For Patients With Respiratory DisordersUsing IOT
Smart Wearable System For Patients With Respiratory DisordersUsing IOTSmart Wearable System For Patients With Respiratory DisordersUsing IOT
Smart Wearable System For Patients With Respiratory DisordersUsing IOT
IRJET Journal
 
HealthBuddy
HealthBuddyHealthBuddy
HealthBuddy
IRJET Journal
 
Android Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemAndroid Based Patient Health Monitoring System
Android Based Patient Health Monitoring System
IRJET Journal
 
IRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record System
IRJET Journal
 
Smart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningSmart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine Learning
IRJET Journal
 
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 Journal
 
SMART PRENATAL HEALTH CARE MONITORING SYSTEM FOR PREGNANCY WOMEN IN RURAL ARE...
SMART PRENATAL HEALTH CARE MONITORING SYSTEM FOR PREGNANCY WOMEN IN RURAL ARE...SMART PRENATAL HEALTH CARE MONITORING SYSTEM FOR PREGNANCY WOMEN IN RURAL ARE...
SMART PRENATAL HEALTH CARE MONITORING SYSTEM FOR PREGNANCY WOMEN IN RURAL ARE...
IRJET Journal
 
A Review Paper on Doctorless Intelligent Covid Center
A Review Paper on Doctorless Intelligent Covid CenterA Review Paper on Doctorless Intelligent Covid Center
A Review Paper on Doctorless Intelligent Covid Center
IRJET Journal
 
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
IRJET Journal
 
Irjet v7 i31040
Irjet v7 i31040Irjet v7 i31040
Irjet v7 i31040
aissmsblogs
 
Eating Habit and Health Monitoring System using Android Based Machine Learning
Eating Habit and Health Monitoring System using Android Based Machine LearningEating Habit and Health Monitoring System using Android Based Machine Learning
Eating Habit and Health Monitoring System using Android Based Machine Learning
IRJET 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 ESP8266
IRJET Journal
 
IRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New ApproachIRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET Journal
 
SMART WAIST BELT FOR HEALTH MONITORING
SMART WAIST BELT FOR HEALTH MONITORINGSMART WAIST BELT FOR HEALTH MONITORING
SMART WAIST BELT FOR HEALTH MONITORING
IRJET 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 Rurals
IRJET Journal
 
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
IRJET Journal
 
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEMSMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
IRJET 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 Systems
IRJET Journal
 
Medic - Artificially Intelligent System for Healthcare Services ...
Medic - Artificially Intelligent System for Healthcare Services              ...Medic - Artificially Intelligent System for Healthcare Services              ...
Medic - Artificially Intelligent System for Healthcare Services ...
IRJET Journal
 
UPHAR (Universal Patient Hospital and Administration Registry)
UPHAR (Universal Patient Hospital and Administration Registry)UPHAR (Universal Patient Hospital and Administration Registry)
UPHAR (Universal Patient Hospital and Administration Registry)
IRJET Journal
 

Similar to IRJET- Smart Medical Assistant using Wearable Device (20)

Smart Wearable System For Patients With Respiratory DisordersUsing IOT
Smart Wearable System For Patients With Respiratory DisordersUsing IOTSmart Wearable System For Patients With Respiratory DisordersUsing IOT
Smart Wearable System For Patients With Respiratory DisordersUsing IOT
 
HealthBuddy
HealthBuddyHealthBuddy
HealthBuddy
 
Android Based Patient Health Monitoring System
Android Based Patient Health Monitoring SystemAndroid Based Patient Health Monitoring System
Android Based Patient Health Monitoring System
 
IRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record SystemIRJET- An Android Application for Electronic Health Record System
IRJET- An Android Application for Electronic Health Record System
 
Smart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine LearningSmart Healthcare Prediction System Using Machine Learning
Smart Healthcare Prediction System Using Machine Learning
 
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
 
SMART PRENATAL HEALTH CARE MONITORING SYSTEM FOR PREGNANCY WOMEN IN RURAL ARE...
SMART PRENATAL HEALTH CARE MONITORING SYSTEM FOR PREGNANCY WOMEN IN RURAL ARE...SMART PRENATAL HEALTH CARE MONITORING SYSTEM FOR PREGNANCY WOMEN IN RURAL ARE...
SMART PRENATAL HEALTH CARE MONITORING SYSTEM FOR PREGNANCY WOMEN IN RURAL ARE...
 
A Review Paper on Doctorless Intelligent Covid Center
A Review Paper on Doctorless Intelligent Covid CenterA Review Paper on Doctorless Intelligent Covid Center
A Review Paper on Doctorless Intelligent Covid Center
 
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
 
Irjet v7 i31040
Irjet v7 i31040Irjet v7 i31040
Irjet v7 i31040
 
Eating Habit and Health Monitoring System using Android Based Machine Learning
Eating Habit and Health Monitoring System using Android Based Machine LearningEating Habit and Health Monitoring System using Android Based Machine Learning
Eating Habit and Health Monitoring System using Android Based Machine Learning
 
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- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New ApproachIRJET- IoT based Advanced Healthcare Architecture: A New Approach
IRJET- IoT based Advanced Healthcare Architecture: A New Approach
 
SMART WAIST BELT FOR HEALTH MONITORING
SMART WAIST BELT FOR HEALTH MONITORINGSMART WAIST BELT FOR HEALTH MONITORING
SMART WAIST BELT FOR HEALTH MONITORING
 
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
 
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
 
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEMSMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
SMART VILLAGE - DIGITAL HEALTHCARE SYSTEM
 
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
 
Medic - Artificially Intelligent System for Healthcare Services ...
Medic - Artificially Intelligent System for Healthcare Services              ...Medic - Artificially Intelligent System for Healthcare Services              ...
Medic - Artificially Intelligent System for Healthcare Services ...
 
UPHAR (Universal Patient Hospital and Administration Registry)
UPHAR (Universal Patient Hospital and Administration Registry)UPHAR (Universal Patient Hospital and Administration Registry)
UPHAR (Universal Patient Hospital and Administration Registry)
 

More from IRJET Journal

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

More from IRJET Journal (20)

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

Recently uploaded

Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
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
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 

Recently uploaded (20)

Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
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
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 

IRJET- Smart Medical Assistant using Wearable Device

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1513 Smart Medical Assistant using Wearable Device Prof. E. Jayanthi1, Vinit V. Korade2, Neha P. Durgude3, Samiksha S. Mohite4, Jesse Viren H. Mehta5 1Assistant Professor, Department of Computer Engineering, Sinhgad College of Engineering, Pune 2,3,4,5U.G. Students Department of Computer Engineering, Sinhgad College of Engineering, Vadgaon (BK), Pune, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - More than 2 million people are at high risk of having medical-related incidents like heart-related problems mostly leading to death due to delay in emergency medical attention. So, it will be helpful if there wasawayof monitoring the events before the occurrence of a health crisis. Also, there is a need for a personal assistant which would provide solutions to the medical problems of a person. The implementation will be in 5 modules. Heart attack prediction Module will collect real-time data from the wearable band. This data will be used to predict the occurrenceofheartattack and accordingly send alert to the Alert Module. Alert Module sends alert to the nearby hospital along with the user’s details and the user’s current location. Mobile Application Module provides a feature where the user is provided with the diagnosis of symptoms entered by the user. Web Application Module provides a platform where the hospital administrator may accept the user’s emergency help request. It provides an interface between the mobileapplicationand webapplication. Keywords: Heart Attack Prediction Module, Alert Module, Personal Assistant Module, Wearable device 1. INTRODUCTION Nowadays, due to the current lifestyle, people are less concerned about their health which results in a further increase in health issues. According to the present scenario, people prefer to consume junk foods due to work pressure which is unhealthy and it leads to obesity. Between the busy hours of work and managing house and family,people rarely find time to focus on their health. Due to technological development and environmental factors, people suffer because of stress which will affect their health. Health is something that changes daily. Any action that we take impacts our body in some of the other ways. Considering the currentenvironmental changes, regular health monitoring is of prime importance. Toensure that we are healthy, we need to monitorourhealthregularly. A Personal Health Monitoring system would be the right choice as it can help users in managing their health status daily. We aim to propose a system consisting of a wearable device for regular health monitoring. The device will continuously sense the temperature and pulse rate of the user, also keeping track of the user’s location as well as the date and time. If the user’s temperature orpulseratecrosses the set threshold, the device will notify the user with the location of nearby hospitals. In situations when the critical level is crossed, the user’s relatives will be alerted about his/her deteriorating condition with the user’s current location. 2. EXISTING SYSTEM Nowadays, many fitness monitoring devices are available in the market which is capableofmonitoringuser’sfitnesslevel and notifying him/her accordingly. But measuring only physical fitness is not sufficient, continuous health monitoring is also needed for better living. There are many embedded systems[3] present which monitor either temperature or pulse rate of user for better notification, but measuring a combination of both will get us more detail and precise information about person’scurrenthealthcondition. There is some system which is an area or person-specific like “IOT based Wearable Health Monitoring System for Pregnant Ladies”[9],” Health Companion Device using IoT and Wearable Computing” [1] and “Safety Wristband for active security network”[4]. Existing systems provide only notification about fitness and health conditions but the report of daily and monthly variations is needed for better diagnosis which is absent in many of the existing systems. 3. SYSTEM IMPLEMENTATION The system being developed has the following modules: 3.1 Hardware Module (Wearable device): Wearable device contains a PPG sensor, a temperature sensor for real-time monitoring of heart rate and body temperature. 3.2 Web Application Module: The web application will take a user’s current medical status along with his location value (latitude & longitude) and will provide service accordingly
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1514 3.3 Heart Attack Prediction Module: Heart Attack Prediction Module will take the user’s real- time values (heart rate and temperature)andwill determine the occurrence of heart attack using a machine learning algorithm. 3.4 Mobile Application Module: The mobile application consists of two applications – Patient Heath application and Ambulance application. Patient Health application containstheuser’ssaveddata like height, weight, age, gender, etc. It also provides a feature where the user enters the symptoms and accordingly application will provide a preventive action (firstaidbased). Ambulance application shows the current location of the ambulance when requested for it. 3.5 API Functions Module: API Module provides an interface between web application and mobile application. API Module consists of various defined methods that are interacting while web application and mobile application. 4. METHODOLOGY 4.1 Pre-processing Input for prediction is taken from the wearable device. The wearable device senses heart rate and temperature using sensors and sends data to a server which is used as input for classifier class. 4.2 Classifier class This class predicts the occurrence of heart attack using Naive Bayes Text Classification. Text classifier is a simple (naive) classification method basedonBayesrule.Itdepends on an awfully easy illustration of the document (called the bag of words representation). 4.3 Alert module When the classifier class detects an abnormality it then passes the control to the alert model. Alert module gets a notification and sends an emergency request along with the user’s location to a nearby hospital. Google API’s is used to search for nearby hospital and an ambulance is sent accordingly. 4.4 Update Ambulance location class The class continuously updates the location of the ambulance. It uses Google API to show the current location of the ambulance on its way to the person who asked for help. 4.5 Diet Plan class This class calculates the BMI of the user according to the values stored in the application and suggests a Diet Plan accordingly by accessing a dataset. 4.6 Get Hospital class This class searches for the hospital near to the user requesting for help. It uses Google API to search nearby hospital by using the user’s latitude and longitude values. The following figure Fig. 1 showsthesystemarchitecture: Fig - 1: System Architecture 5. UML DIAGRAMS 5.1. Class Diagram The class diagram shows a static view of the system. All the classes, their attributes and the methods in each class. Following figure fig. 5.1 shows the classes in the system and their dependency on other classes of the system.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1515 Fig - 2: Class Diagram of System 5.2. Activity Diagram Activity Diagramrepresents thedynamic behaviourofthe system. Activity diagram exhibits the flow from one activity to another activity. The activity is delineated as associate degree operation ofthesystem.Activitydiagrams don’tseem to be solely used for visualizing the dynamic nature of a system; however, they’re additionally accustomedconstruct the practicable system by exploitation forward and reverse engineering techniques. Following figure fig - 3 shows an activity diagram of our system: Fig - 3: Activity Diagram of System 6. RESULTS AND DISCUSSION 6.1 User Login Snapshot - 1: User Login (Android) 6.2 User Dashboard Snapshot - 2: User Dashboard (Android)
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1516 6.3 Hospital Dashboard Snapshot - 3: Hospital Dashboard (Web Application) 6.4 API's Snapshot - 4: Hospital Dashboard (Web Services) 6.5 Ambulance Application Snapshot - 5: Ambulance App (Android) 6.6 Conclusion Smart Medical Assistant helps in the detection of a medical emergency (heart abnormality) using a wearable device. It uses technology to provide immediate help by notifying the nearby hospitals about the user’s location. It also assists the user in providing first-aid based help on the symptoms provided by the user. The application also helps the user maintain a healthy lifestyle byprovidinga feature of Diet Plan. It eases the work of the user and reduces the risk of heart failures to some extent by providing immediate medical assistance. REFERENCES 1) Chaitali Kulkarni, Himani Karhade, Sonali Gupta, Prashant Bhende“Health Companion Device using IoT And Wearable Computing”2016InternationalConference on Internet of Things and Applications (IOTA) Maharashtra Institute of Technology,Pune,India 22 Jan - 24 Jan 2016. 2) Supriya Kale, Pravin Patil, Satendra Mane “IOT based Wearable Biomedical Monitoring System “International Conference on Trends in Electronics and Informatics ICEI 2017 3) Butean, C. Buduleci, A. David, A. Daian, “Auxilum Medicine: a cloud-based platform for real-time monitoring medical devices”, 20th International Conference on Control Systems and Science, 2015. 4) Jesús Blanco Rodríguez de Guzmán, Andrés García Higuera, Javier de las Morenas de la Flor Autolog group, School of Industrial Engineering. University of Castilla” Safety Wristband for Active Security Network” Smart SysTech, July 1-2, 2014 in Dortmund, Germany. 5) M. U. Ahmed, M. Bj¨orkman, and A. Cauˇsevic, et al. An overview on the internet of things for health monitoring systems. In IoT Technologies for HealthCare, 2015. 6) F. Samie and L. Bauer and C.-M. Hsieh et al. Online binding of applications to multiple clock domainsin shared FPGA-based systems. In DATE, pp. 25–30, 2015. 7) Review”, 2016 IEEE 40th Annual computersoftware and application conference, DOI 10.1109/COMPSAC.2016.8. 8) V.Santhi K.Ramya, APJ.Tarana, G.Vinitha “IOTBased Wearable Health Monitoring System for Pregnant Ladies Using CC3200” International Journal of Advanced Research Methodology in Engineering & Technology, ISSN 2456 6446 Volume1,Issue3,May 2017