Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.38 KB

File metadata and controls

27 lines (17 loc) · 1.38 KB

Disease Prediction system using Fuzzy Logic

The existing repo provided a soft computing method based web project which helps in predicting the disease based on the symptoms of the patient. It also informs the patients about nearby doctors availability and precautions to be taken. The heart of the project is Fuzzy Logic , a soft computing technique which makes use of knowledge base made by the experts(doctors in this case) to predict the disease severity.

I have worked on the project UI to make it more simplistic, intutive and more attractive.

Attaching some ss of the project to show my work on UI:

INDEX Page: image

LOGIN Page (same UI for both doctor & patient) image

REGISTRATION Page ((same UI for both doctor & patient) image

PATIENT FORM image

To view the complete project,:

  • download this project,
  • load the sql file in phpmyadmin with db details from db.php,
  • store the folder in htdocs of Xampp folder
  • Open the project in localhost