This presentation is created for the final Course Project submission of Developing Data Products Course. As a part of this project I have developed a Web App for Air Quality Prediction using Shiny.
The UI of the Web App contains 3 slider inputs for getting values of Temperature, Solar Radiation and Wind.
The Server side coding includes building three Linear Regression data models based on one of the input parameters. Each individual model performs linear regression to find the relationship of Ozone with either Temperature, Solar Radiation or Wind Speed. Once the models are built, these are used to predict the Ozone value for the values selected by users on slider inputs. The results of prediction are returned to the UI. The server side coding also includes plots for showing relationship between individual input parameters (predictor) and Ozone (target).
The results of predictions based on the slider input and and plots are displayed on the UI at appropriate tabs.