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.
- Host: GitHub
- URL: https://github.com/abderrahmane-stack/bmi-calculator-notebook
- Owner: abderrahmane-stack
- Created: 2024-08-17T10:38:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T10:50:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T04:09:19.324Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.