cybboysamrat / Health-Care-Chat-Bot

Chatbots allow users to communicate via text or voice interface and receive responses from artificial intelligence. A chat bot will normally converse with a human. Applications for chat bots include contact centers, online gaming, and e-commerce customer care. Programs called chatbots are designed to automatically interact with incoming messages.

Repository from Github https://github.comcybboysamrat/Health-Care-Chat-BotRepository from Github https://github.comcybboysamrat/Health-Care-Chat-Bot

πŸ’• Health Care Chat-Bot πŸ€–

Project -> Machine Learning

Health Care Chat-Bot is a Healthcare Domain Chatbot to simulate the predictions of a General Physician.

πŸ“ƒ Brief

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

  1. E-commerce customer service,
  2. Call centres,
  3. 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.

πŸ“‡ Features

  • 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.

πŸ“œ Modules Used

Our program uses a number of python modules to work properly:

  1. tkinter
  2. os
  3. webbrowser
  4. numpy
  5. pandas
  6. matplotlib

πŸ”³ Installation

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

About

Chatbots allow users to communicate via text or voice interface and receive responses from artificial intelligence. A chat bot will normally converse with a human. Applications for chat bots include contact centers, online gaming, and e-commerce customer care. Programs called chatbots are designed to automatically interact with incoming messages.


Languages

Language:Python 100.0%