A segmenter of speech audios. In comes a raw audio, out comes boundaries between speech and silence.
docker build . -t segmenter
docker run -it --rm -v <INPUT_DATA>:/data:ro -v <OUTPUT_DATA>:/out segmenter /out /data
- Make sure pipenv is installed:
pip install pipenv
- Clone this repository:
git clone https://github.com/SPIRA-COVID19/segmenter.git
cd segmenter/
pipenv sync
- Run main:
pipenv run python main.py --help