An open API service indexing awesome lists of open source software.

https://github.com/abderrahmane-stack/bmi-calculator-notebook

This repository contains a Jupyter Notebook for calculating Body Mass Index (BMI). The notebook takes a user's weight and height as input and calculates their BMI, providing an interpretation of the result based on standard BMI categories. Suitable for anyone learning Python and exploring health-related calculations.
https://github.com/abderrahmane-stack/bmi-calculator-notebook

Last synced: over 1 year ago
JSON representation

This repository contains a Jupyter Notebook for calculating Body Mass Index (BMI). The notebook takes a user's weight and height as input and calculates their BMI, providing an interpretation of the result based on standard BMI categories. Suitable for anyone learning Python and exploring health-related calculations.

Awesome Lists containing this project

README

          

# BMI Calculator Notebook

This repository contains a Jupyter Notebook for calculating Body Mass Index (BMI). The notebook takes a user's weight and height as input and calculates their BMI, providing an interpretation of the result based on standard BMI categories (e.g., underweight, normal weight, overweight, obese).

## Features

- Input your weight and height
- Calculate your BMI instantly
- Categorize your BMI into standard health categories
## Installation

To run this notebook, you need to have Jupyter installed. You can install it using pip:

```bash
pip install jupyter
```

## Usage
Clone this repository to your local machine:
```bash
git clone https://github.com/abderrahmane-stack/bmi-calculator-notebook.git
```
Navigate to the project directory:
```bash
cd bmi-calculator-notebook
```
Launch the Jupyter Notebook:
```bash
jupyter notebook bmi_calculator.ipynb
```
Follow the instructions within the notebook to input your weight and height, and calculate your BMI.