This Application predicts Heart Disease by using different models. Here, the data is used from SAheart which resides in ElemStatLearn Library. Shiny package is used for the web application. Logistic and KNN Regression are the classification algorithms to train the data.
Shiny is an R package that makes it easy to build interactive web apps
straight from R. You can host standalone apps on a webpage or embed them
in R Markdown documents or build dashboards. You can also extend your
Shiny apps with CSS themes, htmlwidgets, and JavaScript actions.