|
a |
|
b/README.md |
|
|
1 |
### Parkinson's Disease Predictor |
|
|
2 |
|
|
|
3 |
 |
|
|
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 |
 |
|
|
41 |
 |
|
|
42 |
 |
|
|
43 |
 |
|
|
44 |
 |
|
|
45 |
 |
|
|
46 |
|
|
|
47 |
### Made with 💙 by: |
|
|
48 |
 |
|
|
49 |
|
|
|
50 |
## MAINAK CHAUDHURI |