📄 HealthAI Documentation

Architecture Overview

This SwiftUI app features a chatbot that uses Apple HealthKit data (steps, heart rate, energy, exercise, sleep) as context to answer health questions using the DeepCoder 14B LLM via OpenRouter. A separate tab displays clean charts with toggles to switch between metrics and weekly/monthly views.

Challenges & Solutions

Future Improvements

With more time, I’d expand the app by adding more tabs and features to make it feel more complete. I’d also make insights proactive with notifications - “Bro get up and go for a walk!” I’d explore using a more advanced model with refined prompt engineering for smarter responses. Lastly, adding metric summaries and a CSV export option would improve usability and let users track their health data outside the app.

Screenshots

Demo 1 Demo 2 Demo 3

GitHub

For setup, full source code, and further documentation: HealthAI GitHub Repository