Skip to content

pnzrdlr17/web3-hackathon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chronic-Kidney-Disease-Prediction

This webapp was developed using Flask Web Framework. The models used to predict the diseases were trained on large Datasets. All the links for datasets and the python notebooks used for model creation are mentioned below in this readme. The webapp can predict following Disease:

  • Chronic-Kidney-Disease-Prediction

Screenshot 2022-11-19 at 18 42 03

Screenshot 2022-11-19 at 17 46 07

Screenshot 2022-11-19 at 18 31 50

Screenshot 2022-11-19 at 18 33 18

Steps to run this application in your system

  1. Clone or download the repo.
  2. Open command prompt in the downloaded folder.
  3. Create a virtual environment
python -m venv /path/to/new/virtual/environment
  1. Install all the dependencies:
pip install -r requirements.txt
  1. Run the application
python app.py

Dataset Links

The dataset were used from kaggle.

Models with their Accuracy of Prediction

Disease Type of Model Accuracy
Kidney-Disease Machine Learning Model 98.33%

I Hope this Will be Useful to practise the Machine Learning.

  • If you like this Project - Give me a Star⭐⭐
  • For more Intresting Project, Follow me on Github

Best regards:

WinArc😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.6%
  • HTML 2.3%
  • Other 0.1%