What will You Look Like 20 Years From Now

Developing Data Products Course Project

Arushi Gulati

Introduction

This project calculates BMI (Body Mass Index) and predicts what you will look like 20 years from now.

The fourmula used for calculating BMI is:


Weight in pounds/(height in inches squared) * 703

The weight is taken in pounds and height in feet/inches. It then asks 2 more questions, and displays image depending on the answer.

Information required to run the Application

  1. Weight in Pounds
    In order to convert weight from kilograms to pounds, multiple weight in kilograms by 2.2.
    Example:
    If you weigh 55 kilograms, your weight in pounds will be as follows:
55 * 2.2
## [1] 121
  1. Height in feet or inches
  2. Sex (Male or Female)
  3. Perception that you are a good person or bad

Further Details

The project contains 2 parts:

1.The first part calculates BMI based on values entered in weight and height sections.

2.The second part takes values for the sex of the person and if they consider themselves to be good or bad. Based on these answers, it displays the image.

Result

The BMI is calculated and image displayed depending on answers entered.