Skip to content

Commit d96e040

Browse files
committed
data(watch): reclassify wearable records from mobile sources
Refs #1
1 parent f4c9537 commit d96e040

77 files changed

Lines changed: 3590 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"slug": "go-watch",
3+
"name": "GO Watch",
4+
"brand": "alcatel",
5+
"soc": "stm-429",
6+
"release_date": "2015-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 1500,
9+
"weight_g": 150.0,
10+
"os": "Feature phone",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"display": {
16+
"size_inch": 1.22,
17+
"resolution": "240x204",
18+
"type": "Capacitive touchscreen, 256K colors"
19+
},
20+
"connectivity": {
21+
"bluetooth": "4.0, LE",
22+
"usb": "microUSB"
23+
},
24+
"raw_gsmarena": {
25+
"launch_status": "Available. Released 2015, September",
26+
"network_technology": "No cellular connectivity",
27+
"platform_chipset": "STM 429",
28+
"platform_cpu": "184 MHz",
29+
"platform_gpu": null
30+
},
31+
"base_model_slug": "go-watch",
32+
"variant": {
33+
"region": "global",
34+
"source_category": "smartphone-reclassified",
35+
"source_slug": "go-watch"
36+
}
37+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"slug": "watch",
3+
"name": "Watch",
4+
"brand": "alcatel",
5+
"soc": "stm-429",
6+
"release_date": "2015-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 1500,
9+
"weight_g": 150.0,
10+
"os": "Feature phone",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"display": {
16+
"size_inch": 1.22,
17+
"resolution": "240x204",
18+
"type": "IPS LCD capacitive touchscreen, 256K colors"
19+
},
20+
"connectivity": {
21+
"bluetooth": "4.0, LE",
22+
"usb": "USB 2.0 (charging only)",
23+
"nfc": true
24+
},
25+
"raw_price": "About 110 EUR",
26+
"raw_gsmarena": {
27+
"launch_status": "Available. Released 2015, September",
28+
"network_technology": "No cellular connectivity",
29+
"platform_chipset": "STM 429",
30+
"platform_cpu": "184 MHz",
31+
"platform_gpu": null
32+
},
33+
"base_model_slug": "watch",
34+
"variant": {
35+
"region": "global",
36+
"source_category": "smartphone-reclassified",
37+
"source_slug": "watch"
38+
}
39+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"slug": "allwatch",
3+
"name": "Allwatch",
4+
"brand": "allview",
5+
"soc": "allview-mobile-platform-2016",
6+
"release_date": "2016-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 1500,
9+
"weight_g": 150.0,
10+
"os": "Feature phone",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"display": {
16+
"size_inch": 1.28,
17+
"resolution": "128x128",
18+
"type": "Monochrome"
19+
},
20+
"connectivity": {
21+
"bluetooth": "4.0, A2DP"
22+
},
23+
"raw_gsmarena": {
24+
"launch_status": "Available. Released 2016, November",
25+
"network_technology": "No cellular connectivity",
26+
"platform_chipset": null,
27+
"platform_cpu": null,
28+
"platform_gpu": null
29+
},
30+
"base_model_slug": "allwatch",
31+
"variant": {
32+
"region": "global",
33+
"source_category": "smartphone-reclassified",
34+
"source_slug": "allwatch"
35+
}
36+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"slug": "allwatch-hybrid-s",
3+
"name": "Allwatch Hybrid S",
4+
"brand": "allview",
5+
"soc": "allview-mobile-platform-2018",
6+
"release_date": "2018-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 1500,
9+
"weight_g": 88.0,
10+
"os": "Feature phone",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"display": {
16+
"size_inch": 1.22,
17+
"resolution": "240x240",
18+
"type": "LCD touchscreen"
19+
},
20+
"connectivity": {
21+
"bluetooth": "4.2, A2DP, LE"
22+
},
23+
"raw_gsmarena": {
24+
"launch_status": "Available. Released 2018, December",
25+
"network_technology": "No cellular connectivity",
26+
"platform_chipset": null,
27+
"platform_cpu": null,
28+
"platform_gpu": null
29+
},
30+
"base_model_slug": "allwatch-hybrid-s",
31+
"variant": {
32+
"region": "global",
33+
"source_category": "smartphone-reclassified",
34+
"source_slug": "allwatch-hybrid-s"
35+
}
36+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"slug": "allwatch-hybrid-t",
3+
"name": "Allwatch Hybrid T",
4+
"brand": "allview",
5+
"soc": "allview-mobile-platform-2018",
6+
"release_date": "2018-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 1500,
9+
"weight_g": 88.0,
10+
"os": "Feature phone",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"display": {
16+
"size_inch": 1.22,
17+
"resolution": "240x240",
18+
"type": "LCD touchscreen"
19+
},
20+
"connectivity": {
21+
"bluetooth": "4.2, A2DP, LE"
22+
},
23+
"raw_gsmarena": {
24+
"launch_status": "Available. Released 2018, December",
25+
"network_technology": "No cellular connectivity",
26+
"platform_chipset": null,
27+
"platform_cpu": null,
28+
"platform_gpu": null
29+
},
30+
"base_model_slug": "allwatch-hybrid-t",
31+
"variant": {
32+
"region": "global",
33+
"source_category": "smartphone-reclassified",
34+
"source_slug": "allwatch-hybrid-t"
35+
}
36+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"slug": "allwatch-v",
3+
"name": "Allwatch V",
4+
"brand": "allview",
5+
"soc": "allview-mobile-platform-2018",
6+
"release_date": "2018-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 1500,
9+
"weight_g": 150.0,
10+
"os": "Feature phone",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"display": {
16+
"size_inch": 1.3,
17+
"resolution": "240x240",
18+
"type": "LCD touchscreen"
19+
},
20+
"connectivity": {
21+
"bluetooth": "4.0, A2DP, LE"
22+
},
23+
"raw_gsmarena": {
24+
"launch_status": "Available. Released 2018, June",
25+
"network_technology": "No cellular connectivity",
26+
"platform_chipset": null,
27+
"platform_cpu": null,
28+
"platform_gpu": null
29+
},
30+
"base_model_slug": "allwatch-v",
31+
"variant": {
32+
"region": "global",
33+
"source_category": "smartphone-reclassified",
34+
"source_slug": "allwatch-v"
35+
}
36+
}
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"slug": "watch-38mm-1st-gen",
3+
"name": "Watch 38mm (1st gen)",
4+
"brand": "apple",
5+
"soc": "apple-s1",
6+
"release_date": "2014-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 1500,
9+
"weight_g": 150.0,
10+
"os": "Feature phone",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"storage_options_gb": [
16+
8
17+
],
18+
"display": {
19+
"size_inch": 1.5,
20+
"resolution": "340x272",
21+
"type": "OLED capacitive touchscreen, 16M colors"
22+
},
23+
"connectivity": {
24+
"wifi": "Wi-Fi 802.11 b/g/n",
25+
"bluetooth": "4.0, LE",
26+
"nfc": true
27+
},
28+
"raw_price": "About 650 EUR",
29+
"raw_gsmarena": {
30+
"launch_status": "Available. Released 2015, May",
31+
"network_technology": "No cellular connectivity",
32+
"platform_chipset": "Apple S1 (28 nm)",
33+
"platform_cpu": "520 MHz Cortex-A7",
34+
"platform_gpu": "PowerVR SGX543"
35+
},
36+
"base_model_slug": "watch-38mm-1st-gen",
37+
"variant": {
38+
"region": "global",
39+
"source_category": "smartphone-reclassified",
40+
"source_slug": "watch-38mm-1st-gen",
41+
"memory": {
42+
"ram_gb": 1,
43+
"storage_gb": 8
44+
},
45+
"network": {
46+
"cellular": "Wi-Fi"
47+
}
48+
}
49+
}
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"slug": "watch-42mm-1st-gen",
3+
"name": "Watch 42mm (1st gen)",
4+
"brand": "apple",
5+
"soc": "apple-s1",
6+
"release_date": "2014-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 1500,
9+
"weight_g": 50.0,
10+
"os": "Feature phone",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"storage_options_gb": [
16+
8
17+
],
18+
"display": {
19+
"size_inch": 1.65,
20+
"resolution": "390x312",
21+
"type": "OLED capacitive touchscreen, 16M colors"
22+
},
23+
"connectivity": {
24+
"wifi": "Wi-Fi 802.11 b/g/n",
25+
"bluetooth": "4.0, LE",
26+
"nfc": true
27+
},
28+
"raw_price": "About 700 EUR",
29+
"raw_gsmarena": {
30+
"launch_status": "Available. Released 2015, April",
31+
"network_technology": "No cellular connectivity",
32+
"platform_chipset": "Apple S1 (28 nm)",
33+
"platform_cpu": "520 MHz Cortex-A7",
34+
"platform_gpu": "PowerVR SGX543"
35+
},
36+
"base_model_slug": "watch-42mm-1st-gen",
37+
"variant": {
38+
"region": "global",
39+
"source_category": "smartphone-reclassified",
40+
"source_slug": "watch-42mm-1st-gen",
41+
"memory": {
42+
"ram_gb": 1,
43+
"storage_gb": 8
44+
},
45+
"network": {
46+
"cellular": "Wi-Fi"
47+
}
48+
}
49+
}
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"slug": "watch-edition-38mm-1st-gen",
3+
"name": "Watch Edition 38mm (1st gen)",
4+
"brand": "apple",
5+
"soc": "apple-s1",
6+
"release_date": "2014-01-01",
7+
"ram_gb": 1,
8+
"battery_mah": 1500,
9+
"weight_g": 55.0,
10+
"os": "Feature phone",
11+
"verified": false,
12+
"source_urls": [
13+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
14+
],
15+
"storage_options_gb": [
16+
8
17+
],
18+
"display": {
19+
"size_inch": 1.5,
20+
"resolution": "340x272",
21+
"type": "OLED capacitive touchscreen, 16M colors"
22+
},
23+
"connectivity": {
24+
"wifi": "Wi-Fi 802.11 b/g/n",
25+
"bluetooth": "4.0, LE",
26+
"nfc": true
27+
},
28+
"raw_price": "About 11000 EUR",
29+
"raw_gsmarena": {
30+
"launch_status": "Available. Released 2015, July",
31+
"network_technology": "No cellular connectivity",
32+
"platform_chipset": "Apple S1 (28 nm)",
33+
"platform_cpu": "520 MHz Cortex-A7",
34+
"platform_gpu": "PowerVR SGX543"
35+
},
36+
"base_model_slug": "watch-edition-38mm-1st-gen",
37+
"variant": {
38+
"region": "global",
39+
"source_category": "smartphone-reclassified",
40+
"source_slug": "watch-edition-38mm-1st-gen",
41+
"memory": {
42+
"ram_gb": 1,
43+
"storage_gb": 8
44+
},
45+
"network": {
46+
"cellular": "Wi-Fi"
47+
}
48+
}
49+
}

0 commit comments

Comments
 (0)