Skip to content

Python-BMI-Calculator is a Python Flask-based web application that helps users calculate and monitor their Body Mass Index (BMI) with ease. It provides valuable insights into one's health status and allows for the recording and retrieval of historical BMI data for better health management."

Notifications You must be signed in to change notification settings

sampathshivakumar/Python-BMI-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-BMI-Calculator

Python-BMI-Calculator is a Python Flask-based web application that helps users calculate and monitor their Body Mass Index (BMI) with ease. It provides valuable insights into one's health status and allows for the recording and retrieval of historical BMI data for better health management."

Command to Build Docker Image.

docker build -t <image-name>:<tag> .

Command to Run Docker Image.

docker run -p 5000:5000 <docker image-name>:<tag>

Access the Python-BMI-Calculator Application using a web browser on.

http://localhost:5000/
http://<public-ip>:<port-exposed>/

image

You can see the Old readings by clicking on "Show Old Readings".

image

Input your Weight, Height, Age, Select Gender, and click on Calculate BMI to find out your BMI.

image

Your Result.

image

Now you can see the Old Results by clicking on "Show Old Readings".

image

image

About

Python-BMI-Calculator is a Python Flask-based web application that helps users calculate and monitor their Body Mass Index (BMI) with ease. It provides valuable insights into one's health status and allows for the recording and retrieval of historical BMI data for better health management."

Resources

Stars

Watchers

Forks

Packages

No packages published