Healthcare
Healthcare
Healthcare
Database
Block Diagram
Symptoms Analysis
The Healthcare chat bot application asks
series of questions relevant to symptoms you
are experiencing.
After questioning the user, application
analysis the data, which is received from
user.
Diagnose Description
Improving
efficiency and
quality of care
Reducing Healthcare costs
Predicting epidemics
Avoiding preventable deaths
USES
Chat bots can help patients make sense of their
symptoms when paired with natural language
processing and adaptable learning algorithms. They
can also help them more accurately determine
whether they need a trip to the doctor or hospital.
Python Modules
Numpy
Scikit-learn
CSV
Pandas
MODULES
Numpy
CSV
While we can use the built in module to work
with csv files in python, there is a dedicated
csv module makes working with csv files
much easier.
pandas
pandas is a fast, powerful, flexible and easy to
use open source data analysis and manipulation
tool, built on top of the Python programming
language.
Scikit-learn
Scikit-learn is a free software machine learning
library for the python. It features various
classification, regression and clustering.
THANK YOU