Age-Gender Inference ==================== This example showcases the usage of multi-stage neural network pipeline to make age and gender inference on a video frame. .. include:: /includes/blocking_behavior.rst Demo #### .. image:: /_static/images/demos/sdk_age_gender.png :alt: Age/gender demo Setup ##### .. include:: /includes/install_from_pypi.rst Pipeline ######## .. image:: /_static/images/pipelines/age-gender.png :alt: Pipeline graph Source Code ########### .. tabs:: .. tab:: Python Also `available on GitHub `_. .. literalinclude:: ../../../../examples/NNComponent/age-gender.py :language: python :linenos: .. include:: /includes/footer-short.rst