Skip to content

cygnus55/Chronic-Kidney-Disease-Prediction-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Web platform for detecting Chronic Kidney Disease early

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published