GithubHelp home page GithubHelp logo

getufkka / child-growth-charts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dqsis/child-growth-charts

0.0 2.0 0.0 376 KB

Graphically assess a child's development according to the World Health Organization growth standards

Python 100.00%

child-growth-charts's Introduction

growthcharts.py

What is it

growthcharts.py is a python script that allows the (graphical) assessment of a child's development according to the World Health Organization (WHO) growth standards.

Main features

The script, using as input data the child's:

  • gender
  • age
  • weight
  • length
  • head circumference

generates a series plots showing:

  • the curve and rate of child's growth, and
  • in which percentile of population the child lies.

An example of the output plots is shown in this figure.

Where to get it

The source code is hosted on GitHub at: http://github.com/dqsis/child-growth-charts.

Dependencies

Documentation

The only input required by growthcharts.py is the population of the file child_data.csv which contains the child's:

  • gender
  • weight
  • length
  • head circumference

at different ages. The structure of the file is as following:

ageweightlenghthead circumference

An example can be found here.

Background

growthcharts.py is a rather simple script.

My primary goal developing growthcharts.py -besides following my baby girl's development- was to get acquainted with:

  • python (and in particular NumPy and matplotlib) for data analysis - as an alternative to Matlab, and
  • Git

Without doubt, more simplistic approaches (e.g., spreadsheets) can be used to address this topic.

Discussion and development

Future features for implementation and development ideas are listed in the TODO.md file.

Licence

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

Contact

Mail

Twitter (@dqsis)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.