Project -> Machine Learning
Health Care Chat-Bot is a Healthcare Domain Chatbot to simulate the predictions of a General Physician.
Through chatbots one can communicate with text or voice interface and get reply through artificial intelligence
Typically, a chat bot will communicate with a real person. Chat bots are used in applications such as
- E-commerce customer service,
- Call centres,
- Internet gaming.
Programs designed to automatically respond to messages are known as chatbots. Chatbots can be configured to react consistently, to react differently to messages that contain specific keywords, or even to utilize machine learning to tailor their responses to the context of the message. Online chatbots are being used by an increasing number of healthcare facilities, assisted living facilities, and even private centers to provide human services on their websites. By interacting with potential patients on the website, these bots assist them in finding specialists, scheduling appointments, and gaining access to the appropriate care. Nevertheless, the application of artificial intelligence in a field where people's lives may be at stake continues to raise concerns. It brings up issues about whether the task mentioned above ought to be assigned to human staff. This healthcare chatbot system will help hospitals to provide healthcare support online 24 x 7, it answers deep as well as general questions. It also helps to generate leads and automatically delivers the information of leads to sales. By asking the questions in series it helps patients by guiding what exactly he/she is looking for.
- Register Screen.
- Sign-in Screen.
- Generates database for user login system.
- Offers you a GUI Based Chatbot for patients for diagnosing. [A pragmatic Approach for Diagnosis]
- Reccomends an appropriate doctor to you for the following symptom.
Our program uses a number of python modules to work properly:
- tkinter
- os
- webbrowser
- numpy
- pandas
- matplotlib
Install the following package by typing the following in CMD
pip install numpy
pip install pandas
pip install matplotlib
To make sure it is installed correctly, open IDLE and execute :
import numpy
import pandas
import matplotlib
If no errors appeared then the installation is done correctly.
Then, Go to your directory and run the file QuestionDiagonosisTkinter.py