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
- Host: GitHub
- URL: https://github.com/usama7871/python-streamlit-bmi-calculator-web-app
- Owner: usama7871
- Created: 2025-03-03T22:52:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T22:55:25.000Z (about 1 year ago)
- Last Synced: 2025-05-30T16:16:41.821Z (9 months ago)
- Topics: ai, giaic, giaic-quarter-02-projects, panaverse, python, streamlit-webapp, webapps
- Language: Python
- Homepage: https://usama7871-python-streamlit-bmi-calculator-web-app-app-n6m1dv.streamlit.app/
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.