Skip to content

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

Notifications You must be signed in to change notification settings

deepakshisud/Nurse-Mi

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages