-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
35 lines (35 loc) · 990 Bytes
/
config.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
34
35
{
"siteName": "Neural Numbers",
"siteDescription": "",
"siteURL": "https://imaginary.github.io/neural-numbers-mini",
"basePath": "/",
"contactEmail": "[email protected]",
"defaultLanguage": "en",
"languages": {
"en": {
"name": "English"
},
"de": {
"name": "Deutsch"
}
},
"model": "vendor/neural-numbers/assets/models/my-model.json",
"trainingImagePath": "vendor/neural-numbers/assets/mnist/mnist_images.png",
"trainingLabelPath": "vendor/neural-numbers/assets/mnist/mnist_labels_uint8",
"inputPlaceholder": {
"en": "Write a number<br>between 0 and 9",
"de": "Schreib eine Zahl<br>zwischen 0 und 9"
},
"imageCountLabelText": {
"en": "Images used",
"de": "Verwendete Bilder"
},
"predictedAccuracyLabelText": {
"en": "Predicted accuracy",
"de": "Vorhergesagte Genauigkeit"
},
"trainingTitle": {
"en": "Train the neural network",
"de": "Trainiere das neuronale Netzwerk"
}
}