Metadata-Version: 1.1
Name: bob.kaldi
Version: 1.0.2
Summary: Kaldi Python bindings for BEAT
Home-page: http://gitlab.idiap.ch/biometric/bob.kaldi
Author: Milos Cernak
Author-email: milo.cernak@idiap.ch
License: BSD
Description: .. vim: set fileencoding=utf-8 :
        .. Milos Cernak <milos.cernak@idiap.ch>
        .. Tue Apr  4 15:28:26 CEST 2017
        
        .. image:: http://img.shields.io/badge/docs-stable-yellow.svg
           :target: http://pythonhosted.org/bob.kaldi/index.html
        .. image:: http://img.shields.io/badge/docs-latest-orange.svg
           :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.kaldi/master/index.html
        .. image:: https://gitlab.idiap.ch/bob/bob.kaldi/badges/v1.0.2/build.svg
           :target: https://gitlab.idiap.ch/bob/bob.kaldi/commits/v1.0.2
        .. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
           :target: https://gitlab.idiap.ch/bob/bob.kaldi
        .. image:: http://img.shields.io/pypi/v/bob.kaldi.svg
           :target: https://pypi.python.org/pypi/bob.kaldi
        .. image:: http://img.shields.io/pypi/dm/bob.kaldi.svg
           :target: https://pypi.python.org/pypi/bob.kaldi
        
        
        ===========================
         Python Bindings for Kaldi
        ===========================
        
        This package provides pythonic bindings for Kaldi_ functionality so it can be
        seamlessly integrated with Python-based workflows. It is a part fo the signal-
        processing and machine learning toolbox Bob_.
        
        
        Installation
        ------------
        
        Follow our `installation`_ instructions. Kaldi_ is bundled in our conda 
        channnels which means you will install Kaldi_ using conda easily too. Then, to
        install this pacakge, run::
        
          $ conda install bob.kaldi
          
        
        Contact
        -------
        
        For questions or reporting issues to this software package, contact our
        development `mailing list`_.
        
        .. _bob: https://www.idiap.ch/software/bob
        .. _kaldi: http://kaldi-asr.org/
        .. _installation: https://www.idiap.ch/software/bob/install
        .. _mailing list: https://www.idiap.ch/software/bob/discuss
        
        
Platform: UNKNOWN
Classifier: Framework :: Bob
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
