henrychen1231 GBX1220Max commited on
Commit
5fab7c8
·
0 Parent(s):

Duplicate from GBX1220Max/ai-fit-scan

Browse files

Co-authored-by: Max Guo <GBX1220Max@users.noreply.huggingface.co>

.gitattributes ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.avro filter=lfs diff=lfs merge=lfs -text
4
+ *.bin filter=lfs diff=lfs merge=lfs -text
5
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
6
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
7
+ *.ftz filter=lfs diff=lfs merge=lfs -text
8
+ *.gz filter=lfs diff=lfs merge=lfs -text
9
+ *.h5 filter=lfs diff=lfs merge=lfs -text
10
+ *.joblib filter=lfs diff=lfs merge=lfs -text
11
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
13
+ *.mds filter=lfs diff=lfs merge=lfs -text
14
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
+ *.model filter=lfs diff=lfs merge=lfs -text
16
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
17
+ *.npy filter=lfs diff=lfs merge=lfs -text
18
+ *.npz filter=lfs diff=lfs merge=lfs -text
19
+ *.onnx filter=lfs diff=lfs merge=lfs -text
20
+ *.ot filter=lfs diff=lfs merge=lfs -text
21
+ *.parquet filter=lfs diff=lfs merge=lfs -text
22
+ *.pb filter=lfs diff=lfs merge=lfs -text
23
+ *.pickle filter=lfs diff=lfs merge=lfs -text
24
+ *.pkl filter=lfs diff=lfs merge=lfs -text
25
+ *.pt filter=lfs diff=lfs merge=lfs -text
26
+ *.pth filter=lfs diff=lfs merge=lfs -text
27
+ *.rar filter=lfs diff=lfs merge=lfs -text
28
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
29
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
31
+ *.tar filter=lfs diff=lfs merge=lfs -text
32
+ *.tflite filter=lfs diff=lfs merge=lfs -text
33
+ *.tgz filter=lfs diff=lfs merge=lfs -text
34
+ *.wasm filter=lfs diff=lfs merge=lfs -text
35
+ *.xz filter=lfs diff=lfs merge=lfs -text
36
+ *.zip filter=lfs diff=lfs merge=lfs -text
37
+ *.zst filter=lfs diff=lfs merge=lfs -text
38
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
39
+ # Audio files - uncompressed
40
+ *.pcm filter=lfs diff=lfs merge=lfs -text
41
+ *.sam filter=lfs diff=lfs merge=lfs -text
42
+ *.raw filter=lfs diff=lfs merge=lfs -text
43
+ # Audio files - compressed
44
+ *.aac filter=lfs diff=lfs merge=lfs -text
45
+ *.flac filter=lfs diff=lfs merge=lfs -text
46
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
47
+ *.ogg filter=lfs diff=lfs merge=lfs -text
48
+ *.wav filter=lfs diff=lfs merge=lfs -text
49
+ # Image files - uncompressed
50
+ *.bmp filter=lfs diff=lfs merge=lfs -text
51
+ *.gif filter=lfs diff=lfs merge=lfs -text
52
+ *.png filter=lfs diff=lfs merge=lfs -text
53
+ *.tiff filter=lfs diff=lfs merge=lfs -text
54
+ # Image files - compressed
55
+ *.jpg filter=lfs diff=lfs merge=lfs -text
56
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
57
+ *.webp filter=lfs diff=lfs merge=lfs -text
58
+ # Video files - compressed
59
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
60
+ *.webm filter=lfs diff=lfs merge=lfs -text
CITATION.cff ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: "If you use this dataset, please cite it as below."
3
+ title: "AI-Fit-Scan: A Labeled Dataset of AI-Powered Fitness Applications on Google Play"
4
+ authors:
5
+ - given-names: Baixin
6
+ family-names: Guo
7
+ email: gbx1220max@gmail.com
8
+ orcid: ""
9
+ version: 1.0.0
10
+ date-released: 2026-05-29
11
+ repository-code: https://github.com/GBX-Max1220/AI-Fit-Scan
12
+ license: CC-BY-4.0
13
+ keywords:
14
+ - ai-fitness
15
+ - ai-washing
16
+ - mobile-apps
17
+ - google-play
18
+ - annotation
19
+ - health-fitness
LICENSE ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Creative Commons Attribution 4.0 International License
2
+
3
+ Copyright (c) 2026 Baixin (Max) Guo
4
+
5
+ This work is licensed under the Creative Commons Attribution 4.0 International License.
6
+ To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/
7
+
8
+ You are free to:
9
+ - Share — copy and redistribute the material in any medium or format
10
+ - Adapt — remix, transform, and build upon the material for any purpose, even commercially
11
+
12
+ Under the following terms:
13
+ - Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
README.md ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-classification
5
+ - tabular-classification
6
+ language:
7
+ - en
8
+ tags:
9
+ - ai-fitness
10
+ - ai-washing
11
+ - mobile-apps
12
+ - google-play
13
+ - health-fitness
14
+ - annotation
15
+ size_categories:
16
+ - n<1k
17
+ ---
18
+
19
+ # AI-Fit-Scan: A Labeled Dataset of AI-Powered Fitness Applications on Google Play
20
+
21
+ ## Dataset Description
22
+
23
+ - **Homepage:** https://huggingface.co/datasets/MaxGuo/ai-fit-scan
24
+ - **Repository:** https://github.com/GBX-Max1220/AI-Fit-Scan
25
+ - **Paper:** *Coming soon*
26
+ - **Point of Contact:** Max Guo (gbx1220max@gmail.com)
27
+
28
+ ### Summary
29
+
30
+ AI-Fit-Scan is a manually annotated dataset of **161 fitness-related mobile applications** scraped from Google Play, with **61 apps claiming AI capabilities** receiving fine-grained human annotation for AI authenticity. We introduce a three-tier labeling framework (True AI / Quasi-AI / Fake AI) and achieve **inter-annotator agreement of κ = 0.856 (Cohen's Kappa)**, indicating almost perfect agreement.
31
+
32
+ **Key finding:** Among 61 apps claiming to be "AI-powered fitness" applications, **36.1% (22) are fake AI** — their core functionality does not use AI/ML, and **only 57.4% (35) are confirmed true AI**.
33
+
34
+ ### Why This Dataset Matters
35
+
36
+ 1. **AI-Washing quantification:** First systematic measurement of AI claim inflation in the fitness app market
37
+ 2. **Reusable annotation framework:** Three-tier (T/Q/F) labeling methodology with proven reliability
38
+ 3. **AI function taxonomy:** Six-category classification of AI capabilities in fitness apps
39
+ 4. **Academic utility:** Benchmark for studying AI claim verification, consumer deception, and health app regulation
40
+
41
+ ---
42
+
43
+ ## Dataset Structure
44
+
45
+ ### Files
46
+
47
+ | File | Description | Rows |
48
+ |------|-------------|------|
49
+ | `ai_fit_scan_full.csv` | Complete 161-app dataset with L1 metadata labels | 161 |
50
+ | `ai_fit_scan_annotated.csv` | 61 AI-claiming apps with L2 human annotation | 61 |
51
+
52
+ ### Columns
53
+
54
+ **Both files:**
55
+ - `name` — App name
56
+ - `category` — Google Play category
57
+ - `installs` — Download count
58
+ - `rating` — User rating (0-5)
59
+ - `reviews` — Number of user reviews
60
+ - `description` — App description from Google Play
61
+ - `l1_label` — L1 automatic classification (AI_FITNESS / FITNESS_NO_AI / EXCLUDE_GENERIC / AI_NOT_FITNESS / UNRELATED)
62
+
63
+ **Annotated file only:**
64
+ - `l2_label` — L2 human annotation (T / Q / F)
65
+ - `ai_function` — AI capability category (see taxonomy below)
66
+ - `annotator_a` — Annotator A label
67
+ - `annotator_b` — Annotator B label
68
+ - `l2_evidence` — Evidence for L2 label (source URL or rationale)
69
+
70
+ ### Label Definitions
71
+
72
+ #### L1: Metadata-Based Classification
73
+
74
+ | Label | Definition | Count |
75
+ |-------|-----------|-------|
76
+ | AI_FITNESS | Health/Fitness category + AI keywords in description | 61 |
77
+ | FITNESS_NO_AI | Health/Fitness category, no AI keywords | 50 |
78
+ | EXCLUDE_GENERIC | Generic AI tools (chatbots, translators, etc.) | 25 |
79
+ | AI_NOT_FITNESS | AI keywords but non-fitness category | 13 |
80
+ | UNRELATED | Neither fitness nor AI | 12 |
81
+
82
+ #### L2: Human Annotation of AI Authenticity
83
+
84
+ | Label | Definition | Count | % |
85
+ |-------|-----------|-------|---|
86
+ | **T (True AI)** | AI/ML is the core driver of the app's primary functionality. Removing AI would fundamentally change the product. | 35 | 57.4% |
87
+ | **Q (Quasi-AI)** | App claims AI but evidence is inconclusive. May use rule-based algorithms or simple heuristics marketed as AI. | 4 | 6.6% |
88
+ | **F (Fake AI)** | AI label is marketing only. Core functionality works without AI, or "AI" refers to basic automation/features unrelated to ML. | 22 | 36.1% |
89
+
90
+ **Annotation criteria:**
91
+ - **T:** Description explicitly describes AI/ML-driven personalization, adaptive planning, computer vision, or LLM-based coaching as a core feature
92
+ - **Q:** App name or description claims "AI" but lacks specific mechanism description; could be rule-based
93
+ - **F:** "Smart"/"AI" used as marketing buzzword; core is workout logging, pre-set routines, or timer functionality; AI only used for peripheral features (e.g., food photo recognition in a calorie counter)
94
+
95
+ ### AI Function Taxonomy
96
+
97
+ | Category | Description | Count |
98
+ |----------|-------------|-------|
99
+ | Plan Generation | AI generates/adapts personalized workout plans based on user data | 28 |
100
+ | LLM Chat Coach | LLM-powered conversational coaching interface | 8 |
101
+ | Nutrition AI | AI-driven diet and nutrition recommendations | 6 |
102
+ | Pose/Motion Detection | Computer vision for real-time form checking and rep counting | 5 |
103
+ | Wearable Integration | AI adjusts plans based on biometric data (HRV, sleep, etc.) | 4 |
104
+ | Voice Coach | Real-time AI voice guidance during workouts | 3 |
105
+
106
+ ---
107
+
108
+ ## Data Collection
109
+
110
+ ### Methodology
111
+
112
+ 1. **Search strategy:** 10 keyword queries on Google Play (`"AI fitness"`, `"AI workout"`, `"AI personal trainer"`, `"AI gym"`, `"AI exercise"`, `"AI coach"`, `"AI training plan"`, `"AI running"`, `"smart fitness"`, `"AI health"`)
113
+ 2. **Deduplication:** Removed duplicate entries by package name
114
+ 3. **Collection date:** May 2026
115
+ 4. **Data extracted:** App name, category, installs, rating, reviews, description, developer, price, version history
116
+
117
+ ### Annotation Process
118
+
119
+ 1. **L1 automatic classification:** Keyword-based filtering using AI-related terms and category matching
120
+ 2. **L2 human annotation:** Two annotators independently labeled all 61 AI_FITNESS apps
121
+ - Annotator A: AI research assistant (automated labeling + L2 web search verification)
122
+ - Annotator B: Domain expert (CSCS-certified, HCI researcher)
123
+ 3. **L2 evidence collection:** For ambiguous cases (initially labeled Q), web search was conducted to verify AI technology claims against official websites, technical documentation, and third-party reviews
124
+ 4. **Disagreement resolution:** 5 disagreements (all Q vs T/F) resolved by adopting Annotator B's judgment after reviewing app screenshots and user reviews
125
+
126
+ ### Inter-Annotator Agreement
127
+
128
+ | Metric | Value |
129
+ |--------|-------|
130
+ | Raw agreement | 56/61 = 91.8% |
131
+ | Cohen's Kappa | **0.856** |
132
+ | Interpretation | Almost Perfect (Landis & Koch, 1977) |
133
+
134
+ ---
135
+
136
+ ## Key Findings
137
+
138
+ ### 1. AI-Washing is Rampant
139
+ 36.1% of apps claiming "AI" in the fitness space have no meaningful AI in their core functionality. The most common fake-AI patterns:
140
+ - "Smart" = basic algorithm/timer (e.g., Smart Workout Counter = interval timer)
141
+ - "AI-Powered" added to existing traditional apps (e.g., MyFitnessPal adding AI food recognition)
142
+ - "Personal Trainer" marketing without any ML (e.g., Home Workout - No Equipment)
143
+
144
+ ### 2. Fake AI Apps Have Higher Ratings
145
+ | Group | Mean Rating | Median Rating |
146
+ |-------|-------------|---------------|
147
+ | True AI (T) | 4.28 | 4.50 |
148
+ | Fake AI (F) | 4.41 | 4.54 |
149
+
150
+ **High-rating apps sell outcome promises; low-rating apps sell AI technology.**
151
+
152
+ ### 3. Long Tail of Irrelevance
153
+ - 28 of 61 "AI fitness" apps have <50K downloads
154
+ - 15 apps have zero or missing ratings — likely inactive or abandoned
155
+ - The market has not consolidated; room for genuine AI entrants
156
+
157
+ ### 4. AI Function Distribution
158
+ Plan generation dominates (28/35 true-AI apps), while pose detection (5) and voice coaching (3) remain underdeveloped despite high user value potential.
159
+
160
+ ---
161
+
162
+ ## Limitations
163
+
164
+ 1. **Single platform:** Google Play only; Apple App Store data not included
165
+ 2. **Single time point:** Data collected May 2026; AI claims may change with updates
166
+ 3. **Description-dependent:** L2 annotation relies primarily on app descriptions and public documentation, not source code inspection
167
+ 4. **Binary framing:** The T/Q/F taxonomy simplifies a spectrum; some "Quasi-AI" apps may use sophisticated rule engines that approach ML-level personalization
168
+ 5. **Keyword bias:** Search results favor apps with "AI" in their name/description; genuine AI apps using different marketing language may be missed
169
+
170
+ ---
171
+
172
+ ## Ethical Considerations
173
+
174
+ - App names and descriptions are publicly available Google Play metadata
175
+ - Developer contact and revenue data are **not** included
176
+ - We do not accuse any app of fraud; "Fake AI" refers to absence of ML in core functionality, not malicious intent
177
+ - Apps labeled F may use AI in peripheral features (e.g., food recognition, recommendation systems)
178
+
179
+ ---
180
+
181
+ ## Citation
182
+
183
+ ```bibtex
184
+ @dataset{guo2026aifitscan,
185
+ title={AI-Fit-Scan: A Labeled Dataset of AI-Powered Fitness Applications on Google Play},
186
+ author={Guo, Baixin (Max) and MaxCoze},
187
+ year={2026},
188
+ publisher={HuggingFace},
189
+ url={https://huggingface.co/datasets/MaxGuo/ai-fit-scan}
190
+ }
191
+ ```
192
+
193
+ ## License
194
+
195
+ Creative Commons Attribution 4.0 International (CC BY 4.0)
196
+
197
+ ## Acknowledgments
198
+
199
+ - Cal Dietz Triphasic Training system — conceptual influence on training periodization analysis
200
+ - Google Play Store — public data source
ai_fit_scan_annotated.csv ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ app_index,l2_label,ai_function,annotator_a,annotator_b,l2_evidence
2
+ 1,T,plan_generation,T,T,Official website confirms AI-powered algorithms + scientifically backed
3
+ 2,T,plan_generation,Q,T,"fitaiapp.com: 7.5M users, AI adaptive plans, 24/7 AI coach, 100M+ training data points"
4
+ 3,T,plan_generation,T,T,Description: combines structured training with AI mechanism
5
+ 4,T,plan_generation,T,T,"Industry veteran, hyper-personalized AI since early days"
6
+ 5,Q,plan_generation,Q,Q,"Description primarily disclaimers, no specific AI mechanism described"
7
+ 6,T,nutrition_ai,T,T,"40M users, AI diet + fitness, well-established"
8
+ 7,F,plan_generation,Q,F,"Domain 6 months old, WHOIS hidden, scam-suspect rating"
9
+ 8,T,plan_generation,T,T,AI Personal Trainer with personalized training
10
+ 9,T,plan_generation,T,T,"Adaptive workout, adjusts to user life"
11
+ 10,F,plan_generation,Q,F,Multiple同名apps on GP; lightweight implementation likely
12
+ 11,T,plan_generation,Q,T,User viewed app; confirmed AI features
13
+ 12,T,plan_generation,T,T,"Industry benchmark, ""uses AI to help you make progress"""
14
+ 13,F,plan_generation,F,F,"Traditional tracker, ""plan workouts, log training"""
15
+ 14,T,plan_generation,T,T,Science-backed AI personal trainer
16
+ 15,T,plan_generation,T,T,AI trainer with personalized plans
17
+ 16,T,plan_generation,T,T,Dual AI: personal trainer + nutritionist
18
+ 17,F,plan_generation,Q,F,Renpho exercise bike companion; AI is in hardware (auto-resistance)
19
+ 18,T,plan_generation,T,T,Creates personalized workouts based on goals/history/equipment
20
+ 19,T,plan_generation,T,T,"Explicitly ""not generic"", AI-Powered"
21
+ 20,T,llm_chat_coach,T,T,AI workout generator + calorie counter + macro tracker + meal planner
22
+ 21,F,plan_generation,Q,F,"User viewed app; ""algorithms"" ≠ ML, rule-based"
23
+ 22,T,pose_detection,T,T,"""Advanced AI and machine learning"" explicitly stated"
24
+ 23,F,plan_generation,F,F,"Smart tracker = log app, no AI core"
25
+ 24,F,plan_generation,F,F,"Claims ""AI-Driven"" but description is pure workout planner"
26
+ 25,F,plan_generation,F,F,Traditional gym tracker/planner
27
+ 26,T,plan_generation,T,T,"""Keeps adjusting as you go"", adaptive"
28
+ 27,Q,llm_chat_coach,Q,Q,"""Powered by AI"" but description generic"
29
+ 28,T,plan_generation,T,T,"""Powered by AI and guided by top experts"""
30
+ 29,T,llm_chat_coach,Q,T,"mytrainerapp.io: agentic AI, 24/7 LLM chat coach, adaptive plans"
31
+ 30,T,plan_generation,T,T,"Periodized, science-backed, adapts to fatigue"
32
+ 31,T,plan_generation,T,T,Adaptive training plans for endurance athletes
33
+ 32,F,plan_generation,Q,F,"Freediving CO2 tolerance calculator, not ML"
34
+ 33,F,plan_generation,F,F,"Pre-set templates, not AI"
35
+ 34,T,plan_generation,T,T,"AI-powered endurance training, academic backing"
36
+ 35,F,llm_chat_coach,F,F,"AI journal/diary, not fitness AI"
37
+ 36,T,plan_generation,T,T,AI-generated football training plans in 60 seconds
38
+ 37,F,llm_chat_coach,F,F,"AI therapy/coaching, mental health not fitness"
39
+ 38,T,nutrition_ai,T,T,AI-powered workout + nutrition plans
40
+ 39,T,plan_generation,Q,T,"Multi-source: predictive algo since 2019, MediaPipe pose detection, Coach+ LLM chat"
41
+ 40,T,nutrition_ai,T,T,"AI weight-loss coach, photo food recognition + voice"
42
+ 41,T,plan_generation,T,T,AI Coach creates plans from 5000+ exercises
43
+ 42,T,plan_generation,Q,T,User viewed app; running coach with Strava data-driven adaptation
44
+ 43,T,plan_generation,T,T,Creates fully personalized plans using AI
45
+ 44,T,plan_generation,T,T,AI running coach with deep analysis
46
+ 45,T,plan_generation,T,T,Adaptive coach powered by Strava data
47
+ 46,T,llm_chat_coach,T,T,"""Powered by ChatGPT-4 technology"" explicitly stated"
48
+ 47,T,plan_generation,T,T,AI-powered personalized plans + auto-adjustment
49
+ 48,F,plan_generation,Q,F,"Dr. Muscle review: AI only does progressive overload, poorly calibrated"
50
+ 49,T,plan_generation,T,T,"""Artificial intelligence, training plans"""
51
+ 50,F,plan_generation,F,F,"AI tracker but core is ranking/challenges, AI auxiliary"
52
+ 51,T,pose_detection,T,T,Auto rep counting + form analysis via Wear OS (computer vision)
53
+ 52,Q,plan_generation,Q,Q,"Description vague, ""AI Fitness Coach"" generic"
54
+ 53,F,plan_generation,F,F,"Traditional equipment companion, Coach is pre-set"
55
+ 54,F,plan_generation,F,F,"""Smart"" = basic tracker"
56
+ 55,F,plan_generation,F,F,"Simple tracker, no AI"
57
+ 56,F,nutrition_ai,F,F,"Calorie counter, AI only for food photo recognition (peripheral)"
58
+ 57,F,plan_generation,F,F,"Traditional 7-min workout, zero AI"
59
+ 58,F,plan_generation,F,F,"""Smart"" = Excel/PDF replacement"
60
+ 59,Q,plan_generation,Q,Q,"""Personal trainer alternative"", vague AI claim"
61
+ 60,F,plan_generation,F,F,Pure interval timer
62
+ 61,F,plan_generation,F,F,Simplest interval timer with counting sound
ai_fit_scan_annotated_full.csv ADDED
The diff for this file is too large to render. See raw diff
 
ai_fit_scan_full.csv ADDED
The diff for this file is too large to render. See raw diff