Metadata-Version: 2.4
Name: h5features
Version: 2.0.0
Summary: Easy and efficient storage of large features data in HDF5 file format
Keywords: HDF5,speech,machine learning
Author-Email: CoML <dev@cognitive-ml.fr>
License-Expression: GPL-3.0-or-later
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Project-URL: homepage, https://docs.cognitive-ml.fr/h5features
Project-URL: documentation, https://docs.cognitive-ml.fr/h5features
Project-URL: repository, https://github.com/bootphon/h5features
Project-URL: changelog, https://github.com/bootphon/h5features/releases
Requires-Python: >=3.12
Requires-Dist: numpy>=1.26.4
Description-Content-Type: text/x-rst

==========
h5features
==========

* The h5features library provides easy to use and efficient storage of **large
  features data** on the HDF5 binary file format.

* It has been primarly designed to store speech features extracted from huge
  corpora.

* It is implemented in **C++** and exposes **Python bindings**.

* The Python package is available on PyPI: ``pip install h5features``.

* See the complete documentation at https://docs.cognitive-ml.fr/h5features.
