FlaminGo! — Your Personal Bone Health Companion

After menopause, women lose bone density at an accelerated rate, significantly increasing the risk of osteoporosis and life-altering fractures. FlaminGo! is an iOS application designed to bridge the gap between annual doctor visits by providing daily, actionable insights about bone health, movement patterns, and fall risk. It makes strength training and balance assessment accessible, trackable, and motivating.

View on GitHub


Demo


Key Features

🧍 AI-Powered Posture & Balance Assessment

Using the iOS Vision framework (VNDetectHumanBodyPoseRequest), FlaminGo! performs real-time camera-based posture analysis. It tracks 17 body keypoints to measure spine angles and track forward lean progression (kyphosis). It also includes balance testing (single-leg stands) to detect asymmetry and predict fall risks better than standard clinical proxy assessments.

🔬 Advanced Fall Risk Prediction

The app calculates a comprehensive Composite Risk Score (0-100) by analyzing:

  • Walking Asymmetry (25%)
  • Balance Performance (25%)
  • Spine Angle (20%)
  • Activity Consistency (15%)
  • Speed Decline (15%)

Using time-series analysis and linear regression, it identifies high-risk periods and provides early warning alerts for concerning mobility trends.

💪 Evidence-Based Strength Training

Weight-bearing exercise is the #1 non-pharmaceutical intervention for building bone density. FlaminGo! includes an intelligent exercise library (Strength, Balance, Flexibility, Pelvic Floor) with AI-powered rep counting and form quality assessment to ensure users perform movements safely.

🔒 Privacy-First Architecture

Built completely with SwiftData and HealthKit, the app functions 100% locally.

  • No cloud sync or servers
  • Camera images are processed on-device and instantly discarded
  • Fully compliant with Apple’s strict health privacy guidelines

Technologies Used

  • Languages & Frameworks: Swift 5.9, SwiftUI 4.0
  • Data Integration: HealthKit, SwiftData
  • Machine Learning & AI: Vision framework, AVFoundation
  • Analytics & UI: Swift Charts, UserNotifications