• https://kidney-disease.herokuapp.com/
Chronic Kidney Disease Dataset
- Python
- Machine Learning
- Pandas
- Numpy
- Scikit-learn
- Flask
- HTML
- CSS
- Pycharm
- Heroku
To run app, run the following command
python app.run
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'
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
Here are some related projects
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 ❤