ERTK documentation
ERTK: Emotion Recognition ToolKit is a python library for processing emotional speech datasets, extracting common features, and training/testing models. It is built upon scikit-learn, with infrastructure for PyTorch and TensorFlow models.
Citing
If you use ERTK in your research, please cite our paper [1]:
@inproceedings{keesingAcousticFeaturesNeural2021,
title = {Acoustic Features and Neural Representations for Categorical Rmotion Recognition from Speech},
booktitle = {Interspeech 2021},
author = {Keesing, Aaron and Koh, Yun Sing and Witbrock, Michael},
year = {2021},
month = aug,
pages = {3415--3419},
publisher = {{ISCA}},
doi = {10.21437/Interspeech.2021-2217}
}
CLI reference
API reference
Index