Skip to content

Kaveri1410/Capstone-Design-Project

Repository files navigation

Stroke Prediction Project ❤

This repository consists of files required to deploy a Machine Learning Web App created with Flask and deployed using Heroku platform.

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

https://stroke-project.herokuapp.com/

Demo

Dataset

Stroke Prediction Dataset

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

Chronic Kidney Disease

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 ❤

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published