A medical chatbot that suggests home remedies and doctor visits for certain diseases diagnosed by the entered symptoms.
- 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:
Main page:
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:
- Only one diagnosis is checked
- Offline environment
vishalkumarsrivastava