|
| 1 | +# This CITATION.cff file was generated with cffinit. |
| 2 | +# Visit https://bit.ly/cffinit to generate yours today! |
| 3 | + |
| 4 | +cff-version: 1.2.0 |
| 5 | +title: SpeechBrain |
| 6 | +message: A PyTorch-based Speech Toolkit |
| 7 | +type: software |
| 8 | +authors: |
| 9 | + - given-names: Mirco |
| 10 | + family-names: Ravanelli |
| 11 | + affiliation: 'Mila - Quebec AI Institute, Université de Montréal' |
| 12 | + - given-names: Titouan |
| 13 | + family-names: Parcollet |
| 14 | + affiliation: >- |
| 15 | + LIA - Avignon Université, CaMLSys - University of |
| 16 | + Cambridge |
| 17 | + - given-names: Peter |
| 18 | + family-names: Plantinga |
| 19 | + affiliation: Ohio State University |
| 20 | + - given-names: Aku |
| 21 | + family-names: Rouhe |
| 22 | + affiliation: Aalto University |
| 23 | + - given-names: Samuele |
| 24 | + family-names: Cornell |
| 25 | + affiliation: Università Politecnica delle Marche |
| 26 | + - given-names: Loren |
| 27 | + family-names: Lugosch |
| 28 | + affiliation: 'Mila - Quebec AI Institute, McGill University' |
| 29 | + - given-names: Cem |
| 30 | + family-names: Subakan |
| 31 | + affiliation: Mila - Quebec AI Institute |
| 32 | + - given-names: Nauman |
| 33 | + family-names: Dawalatabad |
| 34 | + affiliation: Indian Institute of Technology Madras |
| 35 | + - given-names: Abdelwahab |
| 36 | + family-names: Heba |
| 37 | + affiliation: IRIT - Université Paul Sabatier |
| 38 | + - given-names: Jianyuan |
| 39 | + family-names: Zhong |
| 40 | + affiliation: Mila - Quebec AI Institute |
| 41 | + - given-names: Ju-Chieh |
| 42 | + family-names: Chou |
| 43 | + affiliation: Toyota Technological Institute at Chicago |
| 44 | + - given-names: Sung-Lin |
| 45 | + family-names: Yeh |
| 46 | + affiliation: University of Edinburgh |
| 47 | + - given-names: Szu-Wei |
| 48 | + family-names: Fu |
| 49 | + affiliation: 'Academia Sinica, Taiwan' |
| 50 | + - given-names: Chien-Feng |
| 51 | + family-names: Liao |
| 52 | + affiliation: 'Academia Sinica, Taiwan' |
| 53 | + - given-names: Elena |
| 54 | + family-names: Rastorgueva |
| 55 | + affiliation: NVIDIA |
| 56 | + - given-names: François |
| 57 | + family-names: Grondin |
| 58 | + affiliation: Université de Sherbrooke |
| 59 | + - given-names: William |
| 60 | + family-names: Aris |
| 61 | + affiliation: Université de Sherbrooke |
| 62 | + - given-names: Hwidong |
| 63 | + family-names: Na |
| 64 | + affiliation: Samsung-SAIT |
| 65 | + - given-names: Yan |
| 66 | + family-names: Gao |
| 67 | + affiliation: CaMLSys - University of Cambridge |
| 68 | + - given-names: Renato |
| 69 | + name-particle: De |
| 70 | + family-names: Mori |
| 71 | + affiliation: 'LIA - Avignon Université, McGill University' |
| 72 | + - given-names: Yoshua |
| 73 | + family-names: Bengio |
| 74 | + affiliation: 'Mila - Quebec AI Institute, Université de Montréal' |
| 75 | +identifiers: |
| 76 | + - type: doi |
| 77 | + value: 10.48550/arXiv.2106.04624 |
| 78 | + description: 'SpeechBrain: A General-Purpose Speech Toolkit' |
| 79 | +repository-code: 'https://github.com/speechbrain/speechbrain/' |
| 80 | +url: 'https://speechbrain.github.io/' |
| 81 | +abstract: >- |
| 82 | + SpeechBrain is an open-source and all-in-one speech |
| 83 | + toolkit. It is designed to facilitate the research and |
| 84 | + development of neural speech processing technologies by |
| 85 | + being simple, flexible, user-friendly, and |
| 86 | + well-documented. This paper describes the core |
| 87 | + architecture designed to support several tasks of common |
| 88 | + interest, allowing users to naturally conceive, compare |
| 89 | + and share novel speech processing pipelines. SpeechBrain |
| 90 | + achieves competitive or state-of-the-art performance in a |
| 91 | + wide range of speech benchmarks. It also provides training |
| 92 | + recipes, pretrained models, and inference scripts for |
| 93 | + popular speech datasets, as well as tutorials which allow |
| 94 | + anyone with basic Python proficiency to familiarize |
| 95 | + themselves with speech technologies. |
| 96 | +keywords: |
| 97 | + - speech toolkit |
| 98 | + - audio |
| 99 | + - deep learning |
| 100 | + - PyTorch |
| 101 | + - transformers |
| 102 | + - voice recognition |
| 103 | + - speech recognition |
| 104 | + - speech-to-text |
| 105 | + - language model |
| 106 | + - speaker recognition |
| 107 | + - speaker verification |
| 108 | + - speech processing |
| 109 | + - audio processing |
| 110 | + - ASR |
| 111 | + - speaker diarization |
| 112 | + - speech separation |
| 113 | + - speech enhancement |
| 114 | + - spoken language understanding |
| 115 | + - HuggingFace |
| 116 | +license: Apache-2.0 |
0 commit comments