Skip to content

Latest commit

 

History

History
124 lines (77 loc) · 2.14 KB

README.md

File metadata and controls

124 lines (77 loc) · 2.14 KB

Chronic Kidney Disease Prediction Project ❤

If you want to view the deployed model, click on the following link

https://kidney-disease.herokuapp.com/

Demo

Dataset

Chronic Kidney Disease Dataset

Dataset Description

Download Description

Tech Stack

  • Python
  • Machine Learning
  • Pandas
  • Numpy
  • Scikit-learn
  • Flask
  • HTML
  • CSS
  • Pycharm
  • Heroku

Running Tests

To run app, run the following command

  python app.run

Screenshots

App Screenshot

Deployment

To deploy this project run following command in the project folder

  git bash open

Create .git file

  git init

Track all the files

  git add .

Cheacking file track or not

  git status

Store as separate version

  git commit -m 'message'

Deployment on Heroku

Heroku login on git bash

  heroku login

Create new app

  heroku create

Push Code

  git remote -v

Push code to Master Branch

  git push heroku master

Related

Here are some related projects

Liver Disease

Heart Disease

Diabetes Disease

Stroke Prediction

Breast Cancer Disease

Feedback

If you have any feedback, please reach out to me at https://www.linkedin.com/in/sagardhandare/

Please do ⭐ the repository, if you like this 😊

Thank you ❤