Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
20c9087
Delete admin1.css
maitreyeepaliwal May 7, 2021
6e23ce4
Delete add_disease.css
maitreyeepaliwal May 7, 2021
6b08795
Delete footer.css
maitreyeepaliwal May 7, 2021
7349261
Delete header.css
maitreyeepaliwal May 7, 2021
3f558db
Delete list.css
maitreyeepaliwal May 7, 2021
0bcc719
Delete profile.css
maitreyeepaliwal May 7, 2021
54bbd8e
Delete style.css
maitreyeepaliwal May 7, 2021
f7753f2
Create basic style.css
maitreyeepaliwal May 7, 2021
53bbd7c
Delete html directory
maitreyeepaliwal May 7, 2021
76dcafd
Create info
maitreyeepaliwal May 7, 2021
ab937a7
Add files via upload
maitreyeepaliwal May 7, 2021
e60ab8a
Delete info
maitreyeepaliwal May 7, 2021
ab53772
Add files via upload
maitreyeepaliwal May 7, 2021
b4ffa53
Delete doctor.jpg
maitreyeepaliwal May 7, 2021
6665778
Delete load1.gif
maitreyeepaliwal May 7, 2021
939df3a
Delete infinity_logo.gif
maitreyeepaliwal May 7, 2021
8464769
Delete loading.gif
maitreyeepaliwal May 7, 2021
1e119da
Delete logo.png
maitreyeepaliwal May 7, 2021
3f62cf3
Delete patient.png
maitreyeepaliwal May 7, 2021
d1ae4aa
Delete admin1.js
maitreyeepaliwal May 7, 2021
e52db46
Delete php directory
maitreyeepaliwal May 7, 2021
046f7c8
Create info
maitreyeepaliwal May 7, 2021
45f4e37
Add files via upload
maitreyeepaliwal May 7, 2021
e36b959
Delete diseasedb.sql
maitreyeepaliwal May 7, 2021
bb3c869
Delete diseasedb_1.sql
maitreyeepaliwal May 7, 2021
362b7fb
Delete diseasedb_2.sql
maitreyeepaliwal May 7, 2021
42ece81
Delete diseasedb_3.sql
maitreyeepaliwal May 7, 2021
3d4d623
Delete diseasedb_4.sql
maitreyeepaliwal May 7, 2021
c702396
Delete diseasedb_5.sql
maitreyeepaliwal May 7, 2021
c9e9a58
Update README.md
maitreyeepaliwal May 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# Medical-diagnosis-using-fuzzy-logic
A soft computing method based web project which helps in predicting the disease based on the symptoms of the patient. 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.
# 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](https://user-images.githubusercontent.com/65955491/117435324-5ba6d400-af4b-11eb-8164-5622409b4509.png)

**LOGIN Page (same UI for both doctor & patient)**
![image](https://user-images.githubusercontent.com/65955491/117435483-8abd4580-af4b-11eb-839c-50570ed81493.png)

**REGISTRATION Page ((same UI for both doctor & patient)**
![image](https://user-images.githubusercontent.com/65955491/117435853-f0113680-af4b-11eb-9a8b-82e5c409115a.png)

**PATIENT FORM**
![image](https://user-images.githubusercontent.com/65955491/117436068-2e0e5a80-af4c-11eb-9b94-0ca49041ae5e.png)


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

20 changes: 0 additions & 20 deletions css/add_disease.css

This file was deleted.

55 changes: 0 additions & 55 deletions css/admin1.css

This file was deleted.

83 changes: 83 additions & 0 deletions css/basic style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
.image{
filter: blur(2px);
-webkit-filter: blur(3px);
height: 750px;
width: 1528px;
object-fit: cover;

background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.inside{
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
color: black;
font-weight: bold;
border: 3px solid #f1f1f1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
width: 80%;
padding: 20px;
text-align: center;
}

.inside2{
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
color: black;
font-weight: bold;
border: 3px solid #f1f1f1;
position: absolute;
top:10%;
left:10%;
right: 10%;
z-index: 2;
width: 80%;
padding: 20px;
text-align: center;
}

.form{
width: 50%;
margin: 0 auto;
}

input {
width: 200px;
background: transparent;
border: transparent;
border-bottom: whitesmoke 1px solid;
padding: 10px;
color: black;
font-size: 14px;
margin-top: 10px;
font-weight: bold;
}

::placeholder {
color: wheat;
opacity: 1;
text-align: center;
}

input[type='submit']{
padding: 10px 25px 8px;
color: #fff;
background-color: maroon;
text-shadow: rgba(231,208,58,0.24) 0 1px 0;
font-size: 16px;
box-shadow: rgba(231,208,58,0.24) 0 2px 0 0 inset,#fff 0 1px 0 0;
border: 1px solid #e7d03a;
border-radius: 2px;
margin-top: 10px;
cursor:pointer;
}

input[type='submit']:hover {
background-color: f0df74;
}
27 changes: 0 additions & 27 deletions css/footer.css

This file was deleted.

72 changes: 0 additions & 72 deletions css/header.css

This file was deleted.

9 changes: 0 additions & 9 deletions css/list.css

This file was deleted.

42 changes: 0 additions & 42 deletions css/profile.css

This file was deleted.

24 changes: 0 additions & 24 deletions css/style.css

This file was deleted.

Loading