Skip to content
Snippets Groups Projects
Commit 92b98fb2 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

Merge branch 'readme-markdown' into 'master'

meta [readme]: Switch the README.rst to markdown

See merge request !80
parents f9f3df6f 8efa937d
Branches
Tags v2.2.6
1 merge request!80meta [readme]: Switch the README.rst to markdown
Pipeline #74515 passed
include README.rst COPYING include README.md COPYING
recursive-include doc *.py *.rst recursive-include doc *.py *.rst
recursive-include tests/data *.hdf5 *.wav *.npy recursive-include tests/data *.hdf5 *.wav *.npy
recursive-include src/bob/bio/spear/config/database *.py *.lst recursive-include src/bob/bio/spear/config/database *.py *.lst
[![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.spear/master/sphinx/index.html)
[![badge pipeline](https://gitlab.idiap.ch/bob/bob.bio.spear/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.bio.spear/commits/master)
[![badge coverage](https://gitlab.idiap.ch/bob/bob.bio.spear/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.spear/master/coverage/index.html)
[![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.bio.spear)
# Run speaker recognition algorithms
This package is part of the signal-processing and machine learning toolbox
[Bob](https://www.idiap.ch/software/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 speaker recognition experiments.
It is an extension to the
[bob.bio.base](https://pypi.python.org/pypi/bob.bio.base) package, which
provides the basic scripts.
This package contains utilities that are specific for speaker recognition, such
as:
* Audio databases
* Voice activity detection preprocessing
* Acoustic feature extractors
* Recognition algorithms based on acoustic features
For further information about `bob.bio`, please read
[its Documentation](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/sphinx/index.html).
## Installation
Complete Bob's
[installation instructions](https://www.idiap.ch/software/bob/install). Then,
to install this package, run:
``` sh
pip install bob.bio.spear
```
## Contact
For questions or reporting issues to this software package, contact our
development [mailing list](https://www.idiap.ch/software/bob/discuss).
.. vim: set fileencoding=utf-8 :
.. Sun Aug 21 09:26:51 CEST 2016
.. image:: https://img.shields.io/badge/docs-latest-orange.svg
:target: https://www.idiap.ch/software/bob/docs/bob/bob.bio.spear/master/sphinx/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.bio.spear/badges/master/pipeline.svg
:target: https://gitlab.idiap.ch/bob/bob.bio.spear/commits/master
.. image:: https://gitlab.idiap.ch/bob/bob.bio.spear/badges/master/coverage.svg
:target: https://www.idiap.ch/software/bob/docs/bob/bob.bio.spear/master/coverage/index.html
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
:target: https://gitlab.idiap.ch/bob/bob.bio.spear
===================================
Run speaker recognition 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 speaker recognition experiments.
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 speaker recognition are contained, such as:
* Audio databases
* Voice activity detection preprocessing
* Acoustic feature extractors
* Recognition algorithms based on acoustic features
For further information about ``bob.bio``, please read `its Documentation <https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/index.html>`_.
Installation
------------
Complete Bob's `installation`_ instructions. Then, to install this package,
run::
$ pip install bob.bio.spear
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
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
package-dir = {"" = "src"} package-dir = {"" = "src"}
[tool.setuptools.dynamic] [tool.setuptools.dynamic]
readme = {file = "README.rst"} readme = {file = "README.md", content-type = "text/markdow"}
[project.entry-points."bob.bio.database"] [project.entry-points."bob.bio.database"]
timit = "bob.bio.spear.config.database.timit:database" timit = "bob.bio.spear.config.database.timit:database"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment