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

https://github.com/usama7871/python-streamlit-bmi-calculator-web-app

part of a project in our giaic section A class
https://github.com/usama7871/python-streamlit-bmi-calculator-web-app

ai giaic giaic-quarter-02-projects panaverse python streamlit-webapp webapps

Last synced: 5 months ago
JSON representation

part of a project in our giaic section A class

Awesome Lists containing this project

README

          

# Python Streamlit BMI Calculator Web App

## Description
This is a simple BMI (Body Mass Index) Calculator web application built using Streamlit. It allows users to calculate their BMI based on their weight and height, providing feedback on their weight category.

## Features
- Input weight in both metric (kg) and imperial (lbs) units.
- Input height in both metric (m) and imperial (in) units.
- Calculate BMI and display the result.
- Visual representation of BMI categories using bar charts.
- Store and display BMI history for user reference.

## Installation
1. Clone the repository:
```bash
git clone https://github.com/usama7871/Python-Streamlit-BMI-Calculator-Web-App.git
```
2. Navigate to the project directory:
```bash
cd Python-Streamlit-BMI-Calculator-Web-App
```
3. Install the required packages:
```bash
pip install streamlit
```

## Usage
To run the application, use the following command:
```bash
streamlit run app.py
```
Open your web browser and go to `http://localhost:8501` to access the BMI Calculator.

## Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.

## License
This project is licensed under the MIT License.