Metadata-Version: 1.1
Name: bob.bio.gmm
Version: 4.0.0
Summary: Tools for running biometric recognition experiments using GMM-based approximation
Home-page: https://gitlab.idiap.ch/bob/bob.bio.gmm
Author: Andre Anjos
Author-email: andre.anjos@idiap.ch
License: BSD
Description: .. vim: set fileencoding=utf-8 :
        .. Sun Aug 21 21:38:15 CEST 2016
        
        .. image:: https://img.shields.io/badge/docs-available-orange.svg
           :target: https://www.idiap.ch/software/bob/docs/bob/bob.bio.gmm/master/index.html
        .. image:: https://gitlab.idiap.ch/bob/bob.bio.gmm/badges/v4.0.0/pipeline.svg
           :target: https://gitlab.idiap.ch/bob/bob.bio.gmm/commits/v4.0.0
        .. image:: https://gitlab.idiap.ch/bob/bob.bio.gmm/badges/v4.0.0/coverage.svg
           :target: https://gitlab.idiap.ch/bob/bob.bio.gmm/commits/v4.0.0
        .. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
           :target: https://gitlab.idiap.ch/bob/bob.bio.gmm
        
        
        ============================================
         Run Gaussian mixture model based algorithms
        ============================================
        
        This package is part of the signal-processing and machine learning toolbox
        Bob_.
        This package is part of the ``bob.bio`` packages, which allow to run comparable and reproducible biometric recognition experiments on publicly available databases.
        
        This package contains functionality to run biometric recognition algorithms based on Gaussian mixture models (GMMs).
        It is an extension to the `bob.bio.base <http://pypi.python.org/pypi/bob.bio.base>`_ package, which provides the basic scripts.
        In this package, utilities that are specific for using GMM-based algorithms are defined:
        
        * Recognition algorithms based on Gaussian mixture models
        * Scripts to run the training of these algorithms in parallel
        
        
        
        Installation
        ------------
        
        Complete Bob's `installation`_ instructions. Then, to install this package,
        run::
        
          $ conda install bob.bio.gmm
        
        
        Contact
        -------
        
        For questions or reporting issues to this software package, contact our
        development `mailing list`_.
        
        
        .. Place your references here:
        .. _bob: https://www.idiap.ch/software/bob
        .. _installation: https://www.idiap.ch/software/bob/install
        .. _mailing list: https://www.idiap.ch/software/bob/discuss
        
Keywords: bob,biometric recognition,evaluation
Platform: UNKNOWN
Classifier: Framework :: Bob
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
