This Web UI for the inaSpeechSegmenter
built with Streamlit. It serves as a demonstration application wrapper around the original inaSpeechSegmenter
toolkit, providing a convenient interface for integrating its features into your own applications.
Please note that this project is not a direct fork of the original inaSpeechSegmenter
repository. It is designed to work with the inaSpeechSegmenter
API, utilizing the capabilities of the original toolkit as an underlying technology.
For more information about the original inaSpeechSegmenter
, visit the inaSpeechSegmenter
GitHub repository.
- CNN-based Toolkit: Utilizes Convolutional Neural Networks for audio segmentation.
- Voice Activity Detection: Identifies active speech segments in audio.
- Speaker Gender Segmentation: Classifies speech segments by gender.
- Multimedia Support: Processes audio zones into speech, music, and noise.
- Tool Integration: Available as a Python package and Docker image.
- Open Source Recognition: Achieved top ranks in VAD challenges and used in gender representation studies.
git clone https://github.com/Danand/inaSpeechSegmenter-webui.git
cd inaSpeechSegmenter-webui
docker-compose up
inaSpeechSegmenter
has been presented at the IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) 2018 conference in Calgary, Canada. If you use this toolbox in your research, you can cite the following work in your publications:
@inproceedings{ddoukhanicassp2018,
author = {Doukhan, David and Carrive, Jean and Vallet, Félicien and Larcher, Anthony and Meignier, Sylvain},
title = {An Open-Source Speaker Gender Detection Framework for Monitoring Gender Equality},
year = {2018},
organization={IEEE},
booktitle={Acoustics Speech and Signal Processing (ICASSP), 2018 IEEE International Conference on}
}
inaSpeechSegmenter won MIREX 2018 speech detection challenge Details on the speech detection submodule can be found bellow:
@inproceedings{ddoukhanmirex2018,
author = {Doukhan, David and Lechapt, Eliott and Evrard, Marc and Carrive, Jean},
title = {INA’S MIREX 2018 MUSIC AND SPEECH DETECTION SYSTEM},
year = {2018},
booktitle={Music Information Retrieval Evaluation eXchange (MIREX 2018)}
}
This work has been partially funded by the French National Research Agency (project GEM : Gender Equality Monitor : ANR-19-CE38-0012) and by European Union's Horizon 2020 research and innovation programme (project MeMAD : H2020 grant agreement No 780069).
The code used to extract mel bands features is copy-pasted from SIDEKIT project
Relevant contributions to the project were done by: