this code estimates human body mass index (bmi) value, weight category and risk categories. and this code works with json only for now to estimate large scale data.
pip install -r requirements
usage: main.py [-h] [-i JSON_FILE]
BMI Calcualtor
optional arguments:
-h, --help show this help message and exit
-i JSON_FILE, --json_file JSON_FILE
Load json File
** write only for coding evalution interview purpose **