Skip to content

pyannote/pyannote-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1c3c3ce · Feb 9, 2025
Feb 9, 2025
Feb 9, 2025
Oct 31, 2019
Feb 9, 2025
Jan 12, 2025
Feb 9, 2025
Dec 9, 2021
Feb 9, 2025
Feb 9, 2025
Nov 12, 2014
Jul 2, 2021
Feb 9, 2025
Feb 9, 2025

Repository files navigation

pyannote.core

advanced data structures for handling and visualizing temporal segments with attached labels.

Installation

$ pip install pyannote.core

Support for graphical visualization in Jupyter notebooks can be added with:

$ pip install pyannote.core[notebook]

Documentation

The documentation is available at http://pyannote.github.io/pyannote-core.

Sample notebooks are available here.

Citation

If you use pyannote.core in your research, please use the following citation:

@inproceedings{pyannote.metrics,
 author = {Herv\'e Bredin},
 title = {{pyannote.metrics: a toolkit for reproducible evaluation, diagnostic, and error analysis of speaker diarization systems}},
 booktitle = {{Interspeech 2017, 18th Annual Conference of the International Speech Communication Association}},
 year = {2017},
 month = {August},
 address = {Stockholm, Sweden},
 url = {http://pyannote.github.io/pyannote-metrics},
}