Awesome-Python-Scripts/BMI_and_BMR_Calculator
2024-10-31 13:55:26 +05:30
..
pages add a small streamlit application 2024-10-31 13:55:26 +05:30
1_Home.py add a small streamlit application 2024-10-31 13:55:26 +05:30
ranges.png add a small streamlit application 2024-10-31 13:55:26 +05:30
README.md add a small streamlit application 2024-10-31 13:55:26 +05:30

BMI and BMR Calculator

This Streamlit application calculates BMI and BMR for adults. Users input their height, weight, age, and gender to get their BMI, BMR, and a short analysis of their weight category, including insights on whether they are underweight, normal weight, overweight, or obese.

Run the application

Download the repo

  git clone https://github.com/gitarshmah/Awesome-Python-Scripts.git

Go to the project directory

  cd BMI_and_BMR_Calculator/

Install Streamlit

   pip install streamlit

Run the app

  streamlit run 1_Home.py