forked from common-voice/common-voice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contribute.json
33 lines (33 loc) · 1.15 KB
/
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
33
{
"name": "Common Voice",
"description": "The Common Voice project is Mozilla’s initiative to help teach machines how real people speak by receiving and validating voice donations.",
"repository": {
"url": "https://github.com/mozilla/voice-web",
"license": "MPL2",
"tests": "https://travis-ci.org/mozilla/voice-web/"
},
"participate": {
"home": "https://voice.mozilla.org",
"docs":"https://github.com/mozilla/voice-web/blob/master/CONTRIBUTING.md",
"forum": "https://discourse.mozilla.org/c/voice",
"slack": "https://common-voice.slack.com/",
"slack-invite": "https://common-voice-slack-invite.herokuapp.com/"
},
"bugs": {
"list": "https://github.com/mozilla/voice-web/issues",
"report": "https://github.com/mozilla/voice-web/issues/new"
},
"urls": {
"prod": "https://voice.mozilla.org",
"stage": "https://voice.allizom.org"
},
"keywords": [
"asr",
"automatic speech recognition",
"computational linguistics",
"freemarker",
"typescript",
"voice datasets",
"open-data"
]
}