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: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3509
IOT Based Anesthesia Parameters Monitoring with Doctor
Decision Assistance using Machine Learning
DR. RADHA R1, NAGA SAI RAM AELLA2
1Associate Professor, School of computer science and engineering, Vellore Institute of Technology, Chennai, India
2Undergraduate student, School of computer science and engineering, Vellore Institute of Technology, Chennai,
India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Anesthesia plays a very important role in the
surgery. In a long surgery anesthesia is given multiple times
but not at a time to avoid the high dose which may affect the
patient. If the dose is not given in time there is a chance where
the patient will be conscious and the situation like these tends
to panic. Even the anesthesia overdose may lead to deaths.
There are some factors which should be noticed to the
concerned anesthesia doctor before giving the anesthesia to
the patient. The anesthesia doctor can get assistance with the
help of advancements in Computer science by using IOT and
ML. The raspberry pi used in this project will collect the data
from the sensors and with the help of an in-built wi-fi module
in the raspberry pi the data will be transmitted to the
Thingspeak. Earlier this system was purely based on the
Arduino for just collecting the data and automatic injector
was used which is not safe for the patient as during surgery
anesthesia is given at different parts of the body based on
where the surgery is going to be done. So, It is not possible to
use the automatic injectors for anesthesia. To overcome the
dose fluctuations and to get assistance from the Machine
learning algorithm to doctor which shows the risk prediction
based on the parameters entered by the doctor. The
Immediate message will be sent to the concerned staff if there
is any fluctuation in the reading.
Key Words: IOT, ML, wi-fi, Thingspeak, Raspberry pi,
Anaesthesia assistant, Arduino, Logistic Regression.
1. INTRODUCTION
While performing long duration surgeries the anaesthesia is
given to the patient several times but it is not delivered at a
time as it may lead to overdose. Overdose may even end up
in patient deaths. As, It is given multiple times to the patient
during surgery the doctor needs to visualize the parameters
every time he needs to inject the anaesthesia.
Not only overdose but low dose than required may make
situations panic during the surgery. Here Computer Science
fields like IOT and Machine learning logistic regression
algorithm will help us to overcome the above with
Indications when the parameter values go beyondor behind
the par value and the machine learning algorithm predicts
the risk based on the parameters. It is a hassle - free for the
doctor as he gets assistance from the risk predictor. It is not
possible to monitor every value every time for the doctor
there are chances the parameter may get skipped.
The data from the sensors and the data is transmitted to the
thingspeak cloud and from the cloudthedata fromsensorsis
retrieved to the website and different visualizations are
shown based on the par values of the parameters. Even, If
the values are fluctuating below or above the threshold
immediate message will be sent to the concerned doctor.
1.1 Objective
The main objective of my project is to develop a IOT based
anesthesia parameter monitoring machine and apply the
algorithms for prediction and make it in Low cost and User
Friendly. The device will also have safety features to ensure
smooth operation at the patient’s bedside and assist the
doctor. This procedure is easy, riskless and time saving for
doctors, patients and staff.
1.2 Challenges
The challenges faced while completing the project are
discussed briefly here. First everything started from the
decision of the domain. As, the project is in the health
domain the main issue with these types of domains is that a
lot of data is very restricted, closed and private. The case
study to find the base paper took a lot of hours and even
then, most of those are not open source and it struggled to
get the required data from the limited sources.
Next, the main concern arises when we need to get the
dataset for training the model. The anaesthesia parameter
dataset in the internet is either limited or can state it is
almost null available as open source. As Every hospital
maintains the data of patients as private no where we can
get the related data for the work. Anyway, after going
through a lot of research papers there is an experiment
performed by the University of Queensland on anaesthesia.
They collected the data from 32 patients during the surgery.
Finally, the dataset is taken from the experiment as the data
is open sourced.
Next, the selection of the sensors based on the parameters
needed for the doctor to get assistance. The parameters that
should be taken into consideration took a lot of time to
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3510
eliminate the unnecessary variables and get the required
ones. The step is sending the data from sensors to
thingspeak cloud through raspberry pi using python code.
There was an error while connecting the sensors and
sending the date. The code is changed andadjustedsuchthat
the data successfully reaches the thingspeak cloud. Again,
the main challenge is the project scope is not limited to one
device but is to develop for multiple devices. To do that the
website must be added with database connectivity and the
login for different accounts should be provided to the user.
2. LITERATURE SURVEY
2.1 ANESTHESIA CONTROL SYSTEM WITH MULTI
SENSOR USING ARDUINO IJIRAE: AM Publications,India,
2019
In the above paper, published 2019 by Thiyagarajan
proposed the concept of control system with multi sensors
using Arduino. The existing system is automatedandisdone
without the use of the doctor but here comes the clash. The
anaesthesia must be administered at different places on the
patient body based on the surgery. The paper only statesthe
offline use of the automated anaesthesia control but this is
different when we come to real time application as stated
above. Even the amount of anaesthesia should not be given
as if. It should be crossed checked with parameters and the
place where they have to be injected. So, This model fails
automatically.
2.2 Microfluidic Syringe Pump Using Arduino Dr.Azha
Periyasamy1, R. Jeya Kumar2, T. Karuppiah3 IJIRAEVol.
8, Issue 4, April 2019
In the above paper, published 2019 by Azha & co proposed
the concept of Microfluidic Syringe using Arduino. The
existing system is automated and is done without the use of
the doctor but here comes the clash. The anesthesia must be
administered at different places on the patient body based
on the surgery. The paper only states the offline use of the
automated anesthesia control but this is different when we
come to real time application as stated above. The
Microfluidic syringe cannot be used to do the automated
anesthesia machine control.
3. METHODOLOGY
3.1 BLOCK DIAGRAM
In the system, The Temperature sensor and humiditysensor
which is DHT11 is used and spo2 and heart rate senor is
MAX30102 is used and co2, wet sensors. All are taken as
parameters. Thesesensorsareconnectedtotheraspberrypi.
When the power supply is on the sensor send the data to the
raspberry pi and the data from the raspberry is sent to the
thinspeak cloud using inbuilt wi-fi module present in the
raspberry pi using API keysofthingspeak.Thetrainedmodel
is deployed in the website for the prediction andthechannel
data in thingspeak is exported to the website using APIkeys.
When the values cross thethresholdimmediatemessage will
be sent to the concerned person.
Figure 1: Block Diagram
3.2 REQUIREMENTS
3.2.1 HARDWARE:
1. RASPBERRY PI
2. DHT11 TEMPERATURE SENSOR
3. HEART RATE SENSOR
4. SPO2 SENSOR
5. CO2 SENSOR
6. WET SENSOR
3.2.2 SOFTWARE:
1. THINGSPEAK
2. TWILIO
3. WEBSITE, GOOGLE COLLAB
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3511
4. OUTPUTS AND DISCUSSION
Figure 2: ThingSpeak Channel
Figure 3: Website for results
Figure 4: Messages received to phone
5. CONCLUSION
This project attains high logistic accuracy and the as you see
the immediate message will be sent to the concerned staff
when the sensor crosses the threshold and even assist the
doctor with decision and the website stores the data asitgot
fetched from the ThingSpeak cloudandfurtherthisprojectis
not just limited to one device, the website supports for
multiple devices.
6. ACKNOWLEDGEMENT
This paper is a project work done by NAGA SAI RAM AELLA
under the guidance of DR. RADHA R, Associate Professor,
Department of Computer Science and Engineering, Vellore
Institute of Technology, as the final year project for the
fulfillment of the degree of Bachelor of Technology in
Computer Science and Engineering. I thank my guide for her
full support and encouragement throughout the project.
REFERENCES
[1] S. Dubey and A. Gambhir and S. K. Jain and A. V. Jha and
A. Jain and S. Sharma, “IoT application for the design of
digital drug administration interface” 2017
International Conference on Information,
Communication, Instrumentation and Control (ICICIC),
pp.1-5, 2017.
[2] ANESTHESIA CONTROL SYSTEM WITH MULTI SENSOR
USING ARDUINO IJIRAE: AM Publications,India, 2019
[3] John R L, Keith C H, Warren C R 2017 Low-cost
feedback-controlled syringe pressure pumps for
microfluidics applications. PLoS ONE 12(4): 1-12.
[4] David Miller, Sharon R Lewis, Michael W Pritchard,
Oliver J Schofield-Robinson, Cliff L Shelton, Phil
Alderson, et al., "Intravenous versus inhalational
maintenance of anaesthesia for postoperative cognitive
outcomes in elderly people undergoing non-cardiac
surgery", Cochrane Database Syst Rev, vol. 8, August
2018..
[5] Barkha Bindu, Ashish Bindra and Girija Rath,
"Temperature management under general
anesthesia:Compulsion or option", J Anaesthesiol Clin
Pharmacol, vol. 33, pp. 306-316, Jul-Sep 2017.

More Related Content

Similar to IOT and ML Assist Anesthesia Monitoring

IRJET - Biometric based Medical Record System
IRJET -  	  Biometric based Medical Record SystemIRJET -  	  Biometric based Medical Record System
IRJET - Biometric based Medical Record SystemIRJET 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
 
IoT based attendance system
IoT based attendance systemIoT based attendance system
IoT based attendance systemIRJET Journal
 
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...IRJET Journal
 
IoT Based Smart Ventilator & Patient Monitoring System
IoT Based Smart Ventilator & Patient Monitoring SystemIoT Based Smart Ventilator & Patient Monitoring System
IoT Based Smart Ventilator & Patient Monitoring 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- An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET Journal
 
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...IRJET Journal
 
IRJET- An IoT with Cloud Computing to Monitor the Anesthetic Patient by N...
IRJET-  	  An IoT with Cloud Computing to Monitor the Anesthetic Patient by N...IRJET-  	  An IoT with Cloud Computing to Monitor the Anesthetic Patient by N...
IRJET- An IoT with Cloud Computing to Monitor the Anesthetic Patient by N...IRJET Journal
 
IRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoTIRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoTIRJET Journal
 
Cloud Based Covid 19 Testing Management System
Cloud Based Covid 19 Testing Management SystemCloud Based Covid 19 Testing Management System
Cloud Based Covid 19 Testing Management Systemijtsrd
 
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET-  	  Implementation of Cloud based Health Care Monitoring System using IoTIRJET-  	  Implementation of Cloud based Health Care Monitoring System using IoT
IRJET- Implementation of Cloud based Health Care Monitoring System using IoTIRJET Journal
 
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET- Implementation of Cloud based Health Care Monitoring System using IoTIRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET- Implementation of Cloud based Health Care Monitoring System using IoTIRJET Journal
 
MEDIBIOMETRIC – EMERGENCY HEALTHCARE SYSTEM
MEDIBIOMETRIC – EMERGENCY HEALTHCARE SYSTEMMEDIBIOMETRIC – EMERGENCY HEALTHCARE SYSTEM
MEDIBIOMETRIC – EMERGENCY HEALTHCARE SYSTEMIRJET 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
 
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
 
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- Live Stock Monitoring in Agriculture using IoT
IRJET-  	  Live Stock Monitoring in Agriculture using IoTIRJET-  	  Live Stock Monitoring in Agriculture using IoT
IRJET- Live Stock Monitoring in Agriculture using IoTIRJET Journal
 
Design of Self-Learning System for Diagnosing Health Parameters using ANFIS
Design of Self-Learning System for Diagnosing Health Parameters using ANFISDesign of Self-Learning System for Diagnosing Health Parameters using ANFIS
Design of Self-Learning System for Diagnosing Health Parameters using ANFISIRJET Journal
 
IRJET - Medibox – IoT Enabled Patient Assisting Device
IRJET - Medibox – IoT Enabled Patient Assisting DeviceIRJET - Medibox – IoT Enabled Patient Assisting Device
IRJET - Medibox – IoT Enabled Patient Assisting DeviceIRJET Journal
 

Similar to IOT and ML Assist Anesthesia Monitoring (20)

IRJET - Biometric based Medical Record System
IRJET -  	  Biometric based Medical Record SystemIRJET -  	  Biometric based Medical Record System
IRJET - Biometric based Medical Record System
 
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
 
IoT based attendance system
IoT based attendance systemIoT based attendance system
IoT based attendance system
 
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
 
IoT Based Smart Ventilator & Patient Monitoring System
IoT Based Smart Ventilator & Patient Monitoring SystemIoT Based Smart Ventilator & Patient Monitoring System
IoT Based Smart Ventilator & Patient Monitoring 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- An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive PatientsIRJET-  	  An IoT based Remote HRV Monitoring System for Hypertensive Patients
IRJET- An IoT based Remote HRV Monitoring System for Hypertensive Patients
 
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...
IRJET- Real Time Analysis of Patient Health Monitoring and Home Automation us...
 
IRJET- An IoT with Cloud Computing to Monitor the Anesthetic Patient by N...
IRJET-  	  An IoT with Cloud Computing to Monitor the Anesthetic Patient by N...IRJET-  	  An IoT with Cloud Computing to Monitor the Anesthetic Patient by N...
IRJET- An IoT with Cloud Computing to Monitor the Anesthetic Patient by N...
 
IRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoTIRJET- Body Sensor Network using Raspberry Pi3: IoT
IRJET- Body Sensor Network using Raspberry Pi3: IoT
 
Cloud Based Covid 19 Testing Management System
Cloud Based Covid 19 Testing Management SystemCloud Based Covid 19 Testing Management System
Cloud Based Covid 19 Testing Management System
 
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET-  	  Implementation of Cloud based Health Care Monitoring System using IoTIRJET-  	  Implementation of Cloud based Health Care Monitoring System using IoT
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
 
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET- Implementation of Cloud based Health Care Monitoring System using IoTIRJET- Implementation of Cloud based Health Care Monitoring System using IoT
IRJET- Implementation of Cloud based Health Care Monitoring System using IoT
 
MEDIBIOMETRIC – EMERGENCY HEALTHCARE SYSTEM
MEDIBIOMETRIC – EMERGENCY HEALTHCARE SYSTEMMEDIBIOMETRIC – EMERGENCY HEALTHCARE SYSTEM
MEDIBIOMETRIC – EMERGENCY HEALTHCARE SYSTEM
 
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- 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
 
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- Live Stock Monitoring in Agriculture using IoT
IRJET-  	  Live Stock Monitoring in Agriculture using IoTIRJET-  	  Live Stock Monitoring in Agriculture using IoT
IRJET- Live Stock Monitoring in Agriculture using IoT
 
Design of Self-Learning System for Diagnosing Health Parameters using ANFIS
Design of Self-Learning System for Diagnosing Health Parameters using ANFISDesign of Self-Learning System for Diagnosing Health Parameters using ANFIS
Design of Self-Learning System for Diagnosing Health Parameters using ANFIS
 
IRJET - Medibox – IoT Enabled Patient Assisting Device
IRJET - Medibox – IoT Enabled Patient Assisting DeviceIRJET - Medibox – IoT Enabled Patient Assisting Device
IRJET - Medibox – IoT Enabled Patient Assisting Device
 

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

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
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
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
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
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
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
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
(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
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 

Recently uploaded (20)

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
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 )
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
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
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
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
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
(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
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 

IOT and ML Assist Anesthesia Monitoring

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3509 IOT Based Anesthesia Parameters Monitoring with Doctor Decision Assistance using Machine Learning DR. RADHA R1, NAGA SAI RAM AELLA2 1Associate Professor, School of computer science and engineering, Vellore Institute of Technology, Chennai, India 2Undergraduate student, School of computer science and engineering, Vellore Institute of Technology, Chennai, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Anesthesia plays a very important role in the surgery. In a long surgery anesthesia is given multiple times but not at a time to avoid the high dose which may affect the patient. If the dose is not given in time there is a chance where the patient will be conscious and the situation like these tends to panic. Even the anesthesia overdose may lead to deaths. There are some factors which should be noticed to the concerned anesthesia doctor before giving the anesthesia to the patient. The anesthesia doctor can get assistance with the help of advancements in Computer science by using IOT and ML. The raspberry pi used in this project will collect the data from the sensors and with the help of an in-built wi-fi module in the raspberry pi the data will be transmitted to the Thingspeak. Earlier this system was purely based on the Arduino for just collecting the data and automatic injector was used which is not safe for the patient as during surgery anesthesia is given at different parts of the body based on where the surgery is going to be done. So, It is not possible to use the automatic injectors for anesthesia. To overcome the dose fluctuations and to get assistance from the Machine learning algorithm to doctor which shows the risk prediction based on the parameters entered by the doctor. The Immediate message will be sent to the concerned staff if there is any fluctuation in the reading. Key Words: IOT, ML, wi-fi, Thingspeak, Raspberry pi, Anaesthesia assistant, Arduino, Logistic Regression. 1. INTRODUCTION While performing long duration surgeries the anaesthesia is given to the patient several times but it is not delivered at a time as it may lead to overdose. Overdose may even end up in patient deaths. As, It is given multiple times to the patient during surgery the doctor needs to visualize the parameters every time he needs to inject the anaesthesia. Not only overdose but low dose than required may make situations panic during the surgery. Here Computer Science fields like IOT and Machine learning logistic regression algorithm will help us to overcome the above with Indications when the parameter values go beyondor behind the par value and the machine learning algorithm predicts the risk based on the parameters. It is a hassle - free for the doctor as he gets assistance from the risk predictor. It is not possible to monitor every value every time for the doctor there are chances the parameter may get skipped. The data from the sensors and the data is transmitted to the thingspeak cloud and from the cloudthedata fromsensorsis retrieved to the website and different visualizations are shown based on the par values of the parameters. Even, If the values are fluctuating below or above the threshold immediate message will be sent to the concerned doctor. 1.1 Objective The main objective of my project is to develop a IOT based anesthesia parameter monitoring machine and apply the algorithms for prediction and make it in Low cost and User Friendly. The device will also have safety features to ensure smooth operation at the patient’s bedside and assist the doctor. This procedure is easy, riskless and time saving for doctors, patients and staff. 1.2 Challenges The challenges faced while completing the project are discussed briefly here. First everything started from the decision of the domain. As, the project is in the health domain the main issue with these types of domains is that a lot of data is very restricted, closed and private. The case study to find the base paper took a lot of hours and even then, most of those are not open source and it struggled to get the required data from the limited sources. Next, the main concern arises when we need to get the dataset for training the model. The anaesthesia parameter dataset in the internet is either limited or can state it is almost null available as open source. As Every hospital maintains the data of patients as private no where we can get the related data for the work. Anyway, after going through a lot of research papers there is an experiment performed by the University of Queensland on anaesthesia. They collected the data from 32 patients during the surgery. Finally, the dataset is taken from the experiment as the data is open sourced. Next, the selection of the sensors based on the parameters needed for the doctor to get assistance. The parameters that should be taken into consideration took a lot of time to
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3510 eliminate the unnecessary variables and get the required ones. The step is sending the data from sensors to thingspeak cloud through raspberry pi using python code. There was an error while connecting the sensors and sending the date. The code is changed andadjustedsuchthat the data successfully reaches the thingspeak cloud. Again, the main challenge is the project scope is not limited to one device but is to develop for multiple devices. To do that the website must be added with database connectivity and the login for different accounts should be provided to the user. 2. LITERATURE SURVEY 2.1 ANESTHESIA CONTROL SYSTEM WITH MULTI SENSOR USING ARDUINO IJIRAE: AM Publications,India, 2019 In the above paper, published 2019 by Thiyagarajan proposed the concept of control system with multi sensors using Arduino. The existing system is automatedandisdone without the use of the doctor but here comes the clash. The anaesthesia must be administered at different places on the patient body based on the surgery. The paper only statesthe offline use of the automated anaesthesia control but this is different when we come to real time application as stated above. Even the amount of anaesthesia should not be given as if. It should be crossed checked with parameters and the place where they have to be injected. So, This model fails automatically. 2.2 Microfluidic Syringe Pump Using Arduino Dr.Azha Periyasamy1, R. Jeya Kumar2, T. Karuppiah3 IJIRAEVol. 8, Issue 4, April 2019 In the above paper, published 2019 by Azha & co proposed the concept of Microfluidic Syringe using Arduino. The existing system is automated and is done without the use of the doctor but here comes the clash. The anesthesia must be administered at different places on the patient body based on the surgery. The paper only states the offline use of the automated anesthesia control but this is different when we come to real time application as stated above. The Microfluidic syringe cannot be used to do the automated anesthesia machine control. 3. METHODOLOGY 3.1 BLOCK DIAGRAM In the system, The Temperature sensor and humiditysensor which is DHT11 is used and spo2 and heart rate senor is MAX30102 is used and co2, wet sensors. All are taken as parameters. Thesesensorsareconnectedtotheraspberrypi. When the power supply is on the sensor send the data to the raspberry pi and the data from the raspberry is sent to the thinspeak cloud using inbuilt wi-fi module present in the raspberry pi using API keysofthingspeak.Thetrainedmodel is deployed in the website for the prediction andthechannel data in thingspeak is exported to the website using APIkeys. When the values cross thethresholdimmediatemessage will be sent to the concerned person. Figure 1: Block Diagram 3.2 REQUIREMENTS 3.2.1 HARDWARE: 1. RASPBERRY PI 2. DHT11 TEMPERATURE SENSOR 3. HEART RATE SENSOR 4. SPO2 SENSOR 5. CO2 SENSOR 6. WET SENSOR 3.2.2 SOFTWARE: 1. THINGSPEAK 2. TWILIO 3. WEBSITE, GOOGLE COLLAB
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3511 4. OUTPUTS AND DISCUSSION Figure 2: ThingSpeak Channel Figure 3: Website for results Figure 4: Messages received to phone 5. CONCLUSION This project attains high logistic accuracy and the as you see the immediate message will be sent to the concerned staff when the sensor crosses the threshold and even assist the doctor with decision and the website stores the data asitgot fetched from the ThingSpeak cloudandfurtherthisprojectis not just limited to one device, the website supports for multiple devices. 6. ACKNOWLEDGEMENT This paper is a project work done by NAGA SAI RAM AELLA under the guidance of DR. RADHA R, Associate Professor, Department of Computer Science and Engineering, Vellore Institute of Technology, as the final year project for the fulfillment of the degree of Bachelor of Technology in Computer Science and Engineering. I thank my guide for her full support and encouragement throughout the project. REFERENCES [1] S. Dubey and A. Gambhir and S. K. Jain and A. V. Jha and A. Jain and S. Sharma, “IoT application for the design of digital drug administration interface” 2017 International Conference on Information, Communication, Instrumentation and Control (ICICIC), pp.1-5, 2017. [2] ANESTHESIA CONTROL SYSTEM WITH MULTI SENSOR USING ARDUINO IJIRAE: AM Publications,India, 2019 [3] John R L, Keith C H, Warren C R 2017 Low-cost feedback-controlled syringe pressure pumps for microfluidics applications. PLoS ONE 12(4): 1-12. [4] David Miller, Sharon R Lewis, Michael W Pritchard, Oliver J Schofield-Robinson, Cliff L Shelton, Phil Alderson, et al., "Intravenous versus inhalational maintenance of anaesthesia for postoperative cognitive outcomes in elderly people undergoing non-cardiac surgery", Cochrane Database Syst Rev, vol. 8, August 2018.. [5] Barkha Bindu, Ashish Bindra and Girija Rath, "Temperature management under general anesthesia:Compulsion or option", J Anaesthesiol Clin Pharmacol, vol. 33, pp. 306-316, Jul-Sep 2017.