This project uses the concepts of Machine Learning in order to facilitate early prediction (detection) of Chronic Kidney Diseases.
The dataset was taken from https://archive.ics.uci.edu/ml/datasets/Chronic_Kidney_Disease.
Clone the repository (or download zipped version of the repository and extract it).
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
The following is the list of our team members: