24*7 Virtual Doctor
Project for the 6th Semester -> Machine Learning
Robusness is a Healthcare Domain virtual doctor to simulate the predictions of a General Physician.
Through this one can communicate with text or voice interface and get reply through artificial intelligence
Typically, this will communicate with a real person. Chat bots are used in applications such as
- E-commerce customer service,
- Call centres,
- Internet gaming.
Chatbots are programs built to automatically engage with received messages. Chatbots can be programmed to respond the same way each time, to respond differently to messages containing certain keywords and even to use machine learning to adapt their responses to fit the situation. A developing number of hospitals, nursing homes, and even private centres, presently utilize online Chatbots for human services on their sites. These bots connect with potential patients visiting the site, helping them discover specialists, booking their appointments, and getting them access to the correct treatment. In any case, the utilization of artificial intelligence in an industry where individuals’ lives could be in question, still starts misgivings in individuals. It brings up issues about whether the task mentioned above ought to be assigned to human staff. This healthcare 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.
- Home 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.
- Offers you a GUI Based Home Screen to know more about ongoing pandemic and for contacting Hospital
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 numpypip install pandaspip install matplotlib
To make sure it is installed correctly, open IDLE and execute :
import numpyimport pandasimport matplotlib
If no errors appeared then the installation is done correctly.
Then, Go to your directory and run the file QuestionDiagonosisTkinter.py
- Kushal
- [Bhuvan Sharma]