Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

International Journal of Electrical, Electronics and Computers

Vol-6, Issue-3 | May-Jun, 2021


Available: https://aipublications.com/ijeec/
Peer-Reviewed Journal

Medical Assistant Design during this Pandemic Like


Covid-19
Kshitij Chouhan, Mukul Porwal, Rahul Gupta, Rahul Mehta, Loveleen Kumar

1,2,3,4B.Tech Students, Department of Computer Science and Engineering, Global Institute of Technology, Jaipur, Rajasthan, India.
5Assistant Professor, Department of Computer Science and Engineering, Global Institute of Technology, Jaipur, Rajasthan, India.

Received: 02 Jun 2021; Accepted: 18 Jun 2021; Date of Publication: 23 Jun 2021
©2021 The Author(s). Published by Infogain Publication. This is an open access article under the CC BY license
(https://creativecommons.org/licenses/by/4.0/).

Abstract— In the current world scenario, individuals square measure additional involved regarding their health.
However, it's terribly troublesome to get consultation with the doctor just in case of any health problems. Since
the invention of the Coronavirus (nCOV-19), it's become a world pandemic. At an equivalent time, it's been a
good challenge to hospitals or health care employees to manage the flow of the high variety of cases. particularly
in remote areas, it's becoming tougher to consult a doctor once the immediate hit of the epidemic has occurred.
So, to steer an honest life, care is incredibly vital. The planned plan is to form a medical chatbot victimization
Machine Learning algorithm which will diagnose the illness and supply basic details regarding the illness before
consulting a doctor. Several studies will solve this downside with some reasonably chatbot or health assistant.
This project report proposes a colloquial care larva that's designed to order, counsel and provides data on
generic medicines for diseases to the patients. During this paper, we would like to explore and deepen additional
information regarding chatbots that would facilitate individuals to urge an equivalent and correct treatment as a
doctor would do. In addition, presenting a virtual assistant may live with the infection severity and connect with
registered doctors once symptoms become serious.
Keywords— Chatbot Health service, Prediction, Pattern matching, Disease, Query processing.

I. INTRODUCTION and machines with the intervention of language process


We have seen robot’s activity and capital punishment jobs (NLP). Chatbots are probably spoken because of the most
while not human help in over the last ten years. Not simply promising and advanced style of human-machine
the mechanical robots however additionally machine- interactions. Eventually, these virtual agents are becoming
controlled programs which might modify their output concerned within the main international sectors like health
supported self-learning. Use of machine learning is care, banking, education, agriculture, etc. The health care
increasing hugely within the industry. There are multiple sector is closely related to human interaction, and it
industries that have considerably wedged through machine appears unreasonable that informal AI applications like
learning. The tending sector isn't completely different. chatbots are a lot of rife. Hospital director’s area unit
Without delay Machine learning or AI is getting used in payment their day in appointment planning and respondent
diagnosing and treatment. Use of Pattern matching has routine queries of patients. continued or repetition of
accumulated in sickness detection supported health consonant actions and words is neither necessary nor
knowledge. the combination of Machine Learning in productive. Such jobs may be simply finished larva
tending with a Chabot as your doctor is about to witness a applications. It's obvious that patient feedback assessments
major paradigm shift. are doable by grouping user responses to keep up smart
patient flow. Within the prevalence of great pandemics
After the increase of the net and mobile apps, virtual
like novel Coronavirus (nCOV-19), health bots are a unit
chatbot applications are the newest inventions of digital
useful as a supplement to private clinical care or
style. These applications are unit documented for
immediate medication Through chat bots one will
automatic informal agents that run on programming or a
communicate with text or voice interface and find reply
sort of computer science (AI) interaction between the users
through computer science. Typically, a talk larva can

ISSN: 2456-2319
https://dx.doi.org/10.22161/eec.63.5 38
Kshitij Chouhan et al. Medical Assistant design during this Pandemic Like COVID-19

communicate with a true person. Chat bots are a unit awfully active space of analysis and development, there's
utilized in applications like ecommerce client service, not one agreed-upon definition that will satisfy everybody,
decision centers and web diversion. Chatbot’s area unit however there are some aspects, which might be a part of
programs designed to mechanically have interaction with any knowledgeable person’s definition. The definition
received messages. principally offers is:
Chat bots are often programmed to reply in a constant DEFINITION: Ability of a machine to boost its own
manner on every occasion, to reply otherwise to messages performance through the utilization of a code that employs
containing sure keywords and even to use machine AI techniques to mimic the ways in {which} by which
learning to adapt their responses to suit matters. A humans appear. Machine Learning (ML) could be a
developing range of hospitals, nursing homes, and even subfield of AI (AI) that considerations developing process
personal centers, presently utilize on-line Chat bots for theories of learning and building learning machines. The
human services on their sites. These bots connect with goal of machine learning, closely let alone the goal of AI,
potential patients visiting the positioning, serving to is to attain an intensive understanding concerning the
discover specialists, booking their appointments, and character of the training method (both human learning and
obtaining them access to the proper treatment. A milliliter alternative varieties of learning), concerning the process
model must be created whereby we have a tendency to aspects of learning behaviors, and to implant the training
might provide any text input and on the idea of coaching capability in laptop systems. Machine learning has been
information it should analyze the symptoms. A supervised recognized as central to the success of AI, and its
supply Regression machine learning formula is often applications in numerous areas of science, engineering and
enforced to coach the model with information sets society.
containing numerous disease CSV files. The goal is to ● ALGORITHMS USED
match outputs of assorted models and recommend the
DECISION TREE CLASSIFIER:
simplest model which will be used for symptoms in real-
world inputs. The information set contains a CSV file Decision tree is the most powerful and widespread tool for
having all diseases compiled along. The supply regression classification and prediction. A choice tree could be a flow
formula in milliliter permits the United States to method chart like tree structure, wherever every internal node
the information with efficiency. The goal here is to model denotes a check on Associate in Nursing attribute, every
the underlying structure or distribution of the information branch represents Associate in Nursing outcome of the
so as to find out a lot from the coaching set. In any case, check, and every leaf node (terminal node) holds a
the employment of AI in AN trade wherever individuals’ category label.
lives may be in question, still starts misgivings in people.
It brings up problems regarding whether or not the tasks
A tree may be “learned” by cacophonous the supply set
mentioned above need to be allotted to human employees.
into subsets supported AN attribute worth taking a look at.
This attention chatbot system can facilitate hospitals to
This method is continual on every derived set in a very
produce attention support on-line 24x7, it answers deep
algorithmic manner known as algorithmic partitioning.
moreover as general queries. It additionally helps to come
The rule is completed once the set at a node all has
up with leads and mechanically delivers the data that ends
constant worth of the target variable, or once cacophonous
up in sales. By asking the queries serial it helps patients by
not adds worth to the predictions. the development of a
guiding what specifically he/she is trying to find.
choice tree classifier doesn't need any domain information
● PURPOSE & SCOPE or parameter setting, and so is acceptable for explorative
The purpose of this project is to collect the patients’ information discovery. call trees will handle high
medical history of records and filter it appropriately by dimensional information. In general, the choice tree
applying data preprocessing techniques. Once the data classifier has smart accuracy. call tree induction could be a
comes into the structured shape it can then be fed into the typical inductive approach to be told information on
relational database structure of MS Excel file. The admin classification.
also needs to monitor the predictions and replies of the STRENGTHS AND WEAKNESS OF DECISION
model to ascertain quality. TREE APPROACH
● TECHNOLOGY USED The strengths of decision tree methods are:
Machine Learning (ML) is the computerized approach to • Decision trees square measure ready to generate
analyzing machine work that supports a collection of comprehendible rules.
theories and a collection of technologies. And, being an

ISSN: 2456-2319
https://dx.doi.org/10.22161/eec.63.5 39
Kshitij Chouhan et al. Medical Assistant design during this Pandemic Like COVID-19

• Decision trees perform classification while not requiring II. METHODOLOGY


a lot of computation. The Health-Care Chatbot System ought to be written in
• Decision trees square measure ready to handle each Python, GUI links and a straightforward, accessible
continuous and categorical variable. network API. The system should offer a capability for
• Decision trees offer a transparent indication of that field simultaneous operation and system style mustn't introduce
square measure most significant for prediction or measurability problems with respect to the amount of
classification. surface computers, tablets or displays connected at any
time. the top system ought to additionally provide
seamless recovery, while not information loss, from
The weaknesses of decision tree methods: individual device failure. There should be a robust audit
• Decision trees are a unit less applicable for estimation chain with all system actions logged. whereas interfaces
tasks wherever the goal is to predict the worth of never- are price noting that this method is probably going to
ending attributes. evolve to what's out there. Thereupon in mind, the
foremost pliable and transportable technologies ought to
• Decision trees are a unit vulnerable to errors in
be used for the implementation. The system has criticality
classification issues with several categories and a
to this point because it could be a live system. If the
comparatively tiny range of coaching examples.
system is down, then customers should not notice, or
• Decision trees will be computationally overpriced to notice that the system recovers quickly (seconds). The
coach. The method of growing a call tree is system should be reliable enough to run, crash and bug
computationally overpriced. At every node, every free a lot of or less indefinitely, or facilitate error recovery
candidate cacophonous field should be sorted. sturdy enough such glitches are ne'er discovered to its end-
users.
PROJECT DESIGN
ScreenShots:

ISSN: 2456-2319
https://dx.doi.org/10.22161/eec.63.5 40
Kshitij Chouhan et al. Medical Assistant design during this Pandemic Like COVID-19

III. RESULTS IV. CONCLUSION


We can conclude that this system gives the accurate result. In conclusion the chatbot or healthcare bot was
As we are using a large dataset which will ensure better successfully able to understand user/patients healthcare
performance. related queries and lead the conversation to final diagnosis
Thus we build up a system which is useful for people or by an effective text based diagnostic technique. It applied
hospitals to help the users to freely ask medical doubts and various Machine Learning algorithms in background for
concerns over text. System will get output for the disease. effective text analysis. As a future scope we are working
Users can get related answers displayed on software and on adding more intents and better specification of entities
refer it for analysis. to cover more symptoms and to make chatbot able to
diagnose more diseases.

ISSN: 2456-2319
https://dx.doi.org/10.22161/eec.63.5 41
Kshitij Chouhan et al. Medical Assistant design during this Pandemic Like COVID-19

V. ACKNOWLEDGEMENT
This work has been carried out by a team of 4 students,
studying Engineering in Computer Science. Under the
Guidance of Mr. Loveleen Kumar at Global Institute of
Technology, Jaipur affiliated to R.T.U. We would like to
thank Mr. Loveleen Kumar for his support and motivation
to publish this paper. We will also like to thank various
other individuals without whom this collaboration and
Research could not have been possible.

REFERENCES
[1] En.wikipedia.org. 2021. Chatbot - Wikipedia. [online]
Available at: <https://en.wikipedia.org/wiki/Chatbot>
[Accessed 2 May 2021].
[2] En.wikipedia.org. 2021. Disease - Wikipedia. [online]
Available at: <https://en.wikipedia.org/wiki/Disease>
[Accessed 3 May 2021].
[3] DataFlair. 2021. Python Chatbot Project - Learn to build
your first chatbot using NLTK & Keras - DataFlair.
[online] Available at: <https://data-
flair.training/blogs/python-chatbot-project/> [Accessed 6
May 2021].
[4] Youtube.com. 2021. Before you continue to YouTube.
[online] Available at:
<https://www.youtube.com/playlist?list=PLQVvvaa0QuDd
c2k5dwtDTyT9aCja0on8j> [Accessed 7 May 2021].
[5] Battineni, G., Chintalapudi, N. and Amenta, F., 2020. AI
Chatbot Design during an Epidemic like the Novel
Coronavirus. Healthcare, 8(2), p.154.
[6] Authors, V., 2001. Download complete issue (in pdf
format). Disability Studies Quarterly, 21(4).
[7] Chaudhry, A., Aniol, H. and Shegos, C., 2020.
https://www.consultant360.com/article/consultant360/cong
enital-hypothyroidism-due-thyroid-agenesis. Consultant,.
[8] Choice Reviews Online, 2010. IEEExplore Digital Library.
47(11), pp.47-6268-47-6268.

ISSN: 2456-2319
https://dx.doi.org/10.22161/eec.63.5 42

You might also like