A website that predicts the probability of Patient's Lung Cancer Status according to given 15 Parameters.
'AGE','GENDER', 'ANXIETY','COUGHING', 'SMOKING', 'WHEEZING','YELLOW_FINGERS',
'PEER_PRESSURE', 'CHRONIC DISEASE', 'FATIGUE ',
'ALCOHOL CONSUMING', 'SHORTNESS OF BREATH','ALLERGY ',
'SWALLOWING DIFFICULTY', 'CHEST PAIN' .
Using these parameters output predicts the particular patient is disease or Not. Instructions for Pycharm :
- In project , add the forest html file in the templates folder
- In the static folder add the css and js file for css js elements to work on webpage.Get it from here : https://materializecss.com/getting-started.html
1) Python 3.7.X >
2) Pycharm Community Edition (Optional but Having this Convenient)
- Training the Lung Cancer notebook with given Csv File
Lung Cancer Prediction.ipynb
- Create the Pickle file for the Prediction Analysis
Lung_Cancer.pkl
- Installing Environment requirements
Using requirements.txt
- Run this Command in your cmd for depolyment of flask
python app.py