-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSources_and_Credits
35 lines (29 loc) · 1.39 KB
/
Sources_and_Credits
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
The following are the sources of information used in this project:
Initial arduino code and circuit design - https://create.arduino.cc/projecthub/akarsh98/controlling-7-segment-display-using-arduino-and-74hc595-52f09c
This has since been modified for this project by Stephen Bailey.
speech_commands dataset by Pete Warden et. al.:
```
@article{speechcommandsv2,
author = {{Warden}, P.},
title = "{Speech Commands: A Dataset for Limited-Vocabulary Speech Recognition}",
journal = {ArXiv e-prints},
archivePrefix = "arXiv",
eprint = {1804.03209},
primaryClass = "cs.CL",
keywords = {Computer Science - Computation and Language, Computer Science - Human-Computer Interaction},
year = 2018,
month = apr,
url = {https://arxiv.org/abs/1804.03209},
}
```
Additional audio samples used from Mozilla Common Voice single word dataset:
cv-corpus-6.1-singleword provided by the Mozilla foundation
this dataset is licenced under the terms of the Creative Commons CC0 license (https://creativecommons.org/publicdomain/zero/1.0/)
Additional noise samples used from Microsoft Noisy Speech Dataset:
@article{reddy2019scalable,
title={A Scalable Noisy Speech Dataset and Online Subjective Test Framework},
author={Reddy, Chandan KA and Beyrami, Ebrahim and Pool, Jamie and Cutler, Ross and Srinivasan, Sriram and Gehrke, Johannes},
journal={Proc. Interspeech 2019},
pages={1816--1820},
year={2019}
}