theraghavjuneja / Heart_Disease_Predictor

Will predict the probability whether a person will have heart disease in the coming ten years

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HERE IS THE LINK OF SITE "https://theraghavjuneja-heart-disease-predictor-interface-stz4qc.streamlit.app/"

HEART DISEASE PREDICTOR


We have taken the data from a Framingham dataset publically available online

You can access the dataset from kaggle or from file framingham.csv in our code

The cleaned data file is also available in our code named godCLeanedData.csv

HOW TO USE THIS HEART DISEASE PREDICTOR IN YOUR PC?

STEP1: Clone this in your pc using git clone


STEP 2: Now you need to run interface.py file in your pc
STEP 3: Make sure to download the excel files nd change the address of read_csv corresponding to your system.
STEP 4: Now when you run this file , make sure to type streamlit run interface.py in the terminal
STEP 5: After this, you will be redirected to the webpage deployed in streamlit

About

Will predict the probability whether a person will have heart disease in the coming ten years


Languages

Language:Jupyter Notebook 97.6%Language:Python 2.4%