A real-time human pose detection and posture analysis Android app built with Flutter and Google ML Kit.
- Real-time detection of 33 body landmarks
- Posture alignment analysis (Good/Adjust Posture)
- Pose classification: Standing, Sitting, Hands Raised, Walking
- Front and rear camera support
- Knee joint angle display
- Works completely offline
- Flutter 3.41.4
- Dart
- Google ML Kit Pose Detection
- Camera Plugin
lib/ +-- main.dart +-- screens/ ¦ +-- home_screen.dart +-- services/ ¦ +-- pose_detector_service.dart ¦ +-- pose_classifier.dart +-- widgets/ ¦ +-- camera_view.dart ¦ +-- pose_painter.dart +-- utils/ +-- input_image_utils.dart
- Android 5.0 (API Level 21) or higher
- Camera permission
- Clone the repo
- Run
flutter pub get - Connect Android device
- Run
flutter run
Naina Rathore