Skip to content

yosbelm/pediatric_percentile_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Porfolio pic

Getting Started with Pediatric Percentile Calculator

🌃 Features

This code is a calculator for pediatric percentiles, specifically for the weight-for-age, height-for-age, and weight-for-height percentiles. It takes in the child's sex, age (in months or years), height, and weight as inputs and returns the corresponding percentile values.

🪶 Notes

  1. The calculator uses the WHO child growth standards to calculate the percentiles.
  2. The age input can be in months or years, but it must be consistent (i.e. all months or all years).
  3. The height and weight inputs must be in centimeters and kilograms, respectively (this feature may be updated in the future).

📜 Installation Guide

1. ⬇️ Clone the repository

git clone https://github.com/yosbelm/pediatric_percentile_calculator.git

2. 📖 Install dependencies

cd pediatric_percentile_calculator
pip install -r requirements.txt

3. 🚀 Run the application

python main.py

👥 Contributing

Contributions are welcome! Fork the repository and submit a pull request. :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages