Skip to content

Files

Latest commit

vinod reddyvinod reddy
vinod reddy
and
vinod reddy
Jun 20, 2022
68bda6c · Jun 20, 2022

History

History

api

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 ❤