Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.01 KB

File metadata and controls

37 lines (24 loc) · 1.01 KB

Chronic Kidney Disease Prediction

This project uses the concepts of Machine Learning in order to facilitate early prediction (detection) of Chronic Kidney Diseases.

Dataset

The dataset was taken from https://archive.ics.uci.edu/ml/datasets/Chronic_Kidney_Disease.

Get Started

Clone the repository (or download zipped version of the repository and extract it).

Install the requirements

Locate requirements.txt file in the base directory. Then run:

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Now, with virtual environment activated, run the flask app:

flask run

Team Members

The following is the list of our team members: