Skip to content

Commit 53a5a24

Browse files
committed
minor edits
1 parent 8bfd16e commit 53a5a24

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

content/learning-paths/mobile-graphics-and-gaming/ai-plank-tutor/1-introduce-plank-tutor.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this Learning Path, you will build a simple on-device AI fitness tutor for An
1212

1313
The app watches a learner hold a plank, compares their body position with a stored instructor reference, asks a local LLM for one short correction, and speaks the correction using Android text-to-speech.
1414

15-
This project is based on the [AI Yoga Tutor](https://developer.arm.com/community/arm-community-blogs/b/ai-blog/posts/ai-yoga-tutor) prototype. The Learning Path keeps the same core pipeline, but narrows the app to one static pose so you can focus on how a pipeline that includes Android camera, pose detector, local LLM, and speech output fits together.
15+
This project is based on the [AI Yoga Tutor](https://developer.arm.com/community/arm-community-blogs/b/ai-blog/posts/ai-yoga-tutor) demo. The Learning Path keeps the same core pipeline, but narrows the app to one static pose so you can focus on how a pipeline that includes Android camera, pose detector, local LLM, and speech output fits together.
1616

1717
![AI Plank Tutor final UI alt-text#center](screenshot.jpg "Figure 1: AI Plank Tutor showing the instructor plank image, live camera view, score, and spoken correction caption.")
1818

@@ -23,16 +23,16 @@ The finished app has two main visual areas:
2323

2424
The app overlays a pose score and a short caption that matches the spoken coaching feedback.
2525

26-
This Learning Path starts with a "shell" project with MediaPipe and camera integration mostly setup. If you wish to learn about that setup from an empty project, you could try another learning path, like [Build a Hands-Free Selfie Android Application with MediaPipe](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/build-android-selfie-app-using-mediapipe-multimodality/)
26+
This Learning Path starts with a "shell" project with MediaPipe and camera integration mostly setup. If you wish to learn about that setup from an empty project, you could try another Learning Path - [Build a Hands-Free Selfie Android Application with MediaPipe](https://learn.arm.com/learning-paths/mobile-graphics-and-gaming/build-android-selfie-app-using-mediapipe-multimodality/) is a good example.
2727

2828
## App pipeline
2929

3030
The app uses a small pipeline of on-device components:
3131

3232
```text
33-
reference image and landmarks
33+
reference image and camera view
3434
-> CameraX live frames
35-
-> Pose Landmarker
35+
-> Pose landmarks
3636
-> joint-angle scoring
3737
-> compact text prompt
3838
-> Arm AI Chat + LLM

content/learning-paths/mobile-graphics-and-gaming/ai-plank-tutor/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Build an on-device AI plank tutor on Android
2+
title: Build an on-device AI Plank Tutor on Android
33

4-
minutes_to_complete: 60
4+
minutes_to_complete: 90
55

66
who_is_this_for: This Learning Path is for Android developers who want to explore creating an ML/GenAI pipeline, including camera input, local LLM inference, and speech.
77

0 commit comments

Comments
 (0)