Parallelized automatic corpus collection for ASR. Forked from https://github.com/EgorLakomkin/KTSpeechCrawler
https://colab.research.google.com/drive/1JVKzB9N2FIcxlib1kXuGlfeIuudkM9Vr
git clone https://github.com/EgorLakomkin/KTSpeechCrawler
pip install -r requirements.txt
chmod a+x ./crawler/en_corpus.sh
./crawler/en_corpus.sh <dir_with_intermediate_results> <dir_for_resulting_samples>
./download_playlist.sh
python server.py --corpus <dir_for_resulting_samples>
Goto: http://localhost:8888/
@article{lakomkin2018kt,
title={KT-Speech-Crawler: Automatic Dataset Construction for Speech Recognition from YouTube Videos},
author={Lakomkin, Egor and Magg, Sven and Weber, Cornelius and Wermter, Stefan},
journal={EMNLP 2018},
pages={90},
year={2018}
}