Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.16 KB

Nurse-Mi

A medical chatbot that suggests home remedies and doctor visits for certain diseases diagnosed by the entered symptoms.

Building the application

  • Python to write the code along with the help of machine learning concepts.
  • For the backend part of the project decision trees( using Sklearn library) are used to test the model and make sure it follows through each decision and moves onto the next one.
  • Now for the front-end part of the project, tkinter is used which is the standard GUI library for Python. Making the use of the message box, the application will be able to run on the system itself instead of the net.

Login/Register page:

Login

Main page:

Main

Click on start to start the application. The sympton is shown on the first dialog box. Click on yes if you have it, else no. When you click on yes, it shows your diagnosis and suggests a doctor as well. If you click no, it will move on to other symptom.

Diagnosis page:

Diagnosis

Limitations :

  • Only one diagnosis is checked
  • Offline environment

Acknowledgements:

vishalkumarsrivastava