forked from common-voice/common-voice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contribute.json
32 lines (32 loc) · 1007 Bytes
/
contribute.json
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
{
"name": "Common Voice",
"description": "Common Voice is Mozilla's initiative to help teach machines how real people speak.",
"repository": {
"url": "https://github.com/mozilla/common-voice",
"license": "MPL2",
"tests": "https://github.com/mozilla/common-voice/actions"
},
"participate": {
"home": "https://commonvoice.mozilla.org",
"docs": "https://github.com/mozilla/common-voice/blob/main/CONTRIBUTING.md",
"forum": "https://discourse.mozilla.org/c/voice",
"matrix": "https://chat.mozilla.org/#/room/#common-voice:mozilla.org"
},
"bugs": {
"list": "https://github.com/mozilla/common-voice/issues",
"report": "https://github.com/mozilla/common-voice/issues/new"
},
"urls": {
"prod": "https://commonvoice.mozilla.org",
"stage": "https://commonvoice.allizom.org"
},
"keywords": [
"asr",
"automatic speech recognition",
"computational linguistics",
"freemarker",
"typescript",
"voice datasets",
"open-data"
]
}