2024-12-07

Introduction

This presentation showcases a Shiny app for predicting car fuel efficiency (MPG) using user-provided inputs such as weight, horsepower, and transmission type.

How It Works

  • Input: Specify car specifications using sliders and dropdowns.
  • Output: The app calculates and displays the predicted MPG based on a linear regression model.

Try the Application

Code and Deployment

  • App Code: Hosted on GitHub.
  • Deployment: Hosted on RStudio’s Shiny server.