Diff of /README.md [000000] .. [fd0c0d]

Switch to unified view

a b/README.md
1
### Parkinson's Disease Predictor
2
3
![home](https://user-images.githubusercontent.com/64016811/198979528-deb039b2-abde-49a8-9a2a-832a8c1eb19d.png)
4
5
6
### Problem : 
7
8
Heart Attack is a chronic health condition that affects how your heart pumps blood throughout your body. It is not a disease but a phenomena, where there are sudden cardiac arrests. Having healthy, low-cholesterol food, and being active can really help in reducing the chances of cardiac arrest. 
9
10
### Solution:
11
12
This Web app will help you to predict whether a person has chances of cardiac arrest or is prone to get it in future by analysing the values of several features using the Decision Tree Classifier.
13
14
### Idea: 
15
Building an application that can predict the occurrence of a cardiac arrest or the possible causes of it by indicating the highly relevant factors. 
16
17
### Layout
18
19
```
20
├───images
21
├───Tabs
22
│   └───__pycache__
23
|   └─── home.py
24
|   └─── data.py
25
|   └─── predict.py
26
|   └─── visualize.py
27
|   └─── about.py
28
└───__pycache__
29
└─── main.py
30
└─── web_functions.py
31
└─── requirements.txt
32
└─── Procfile
33
└─── setup.sh
34
```
35
36
37
### Note:
38
**Incase the application demo doesn't start real quick, you can get an idea about how it looks like from the screenshots**
39
40
![image](https://user-images.githubusercontent.com/64016811/198981322-e41c7a73-bcd1-4902-b00d-53fe81277ea4.png)
41
![image](https://user-images.githubusercontent.com/64016811/198981403-7f0266c3-51e6-41c4-b4d4-73e169ac316c.png)
42
![image](https://user-images.githubusercontent.com/64016811/198981647-ebf69696-e2e9-4430-b321-96879a65dd46.png)
43
![image](https://user-images.githubusercontent.com/64016811/198981810-9bcb3159-ee17-46d1-9cb5-b9a32e7d03d3.png)
44
![image](https://user-images.githubusercontent.com/64016811/198981916-b6425efb-b48a-4b72-95cb-733623da1c58.png)
45
![image](https://user-images.githubusercontent.com/64016811/198981964-64c397d9-aeed-45ff-ac3a-ed96e8c3059e.png)
46
47
### Made with 💙 by:
48
![maker](https://user-images.githubusercontent.com/64016811/198821378-09bf5224-a537-4154-9df9-d9b29da95af7.jpg)
49
50
## MAINAK CHAUDHURI