How to Use HealthGPT: An Interactive iOS App for Health Data Analysis

Adair Lee
2 min readApr 20, 2023

--

HealthGPT is an experimental iOS app designed to help users interact with their health data stored in the Apple Health app using natural language. With its chat-style interface, integration with Apple Health, and extensible architecture built on CardinalKit, HealthGPT offers a user-friendly and easily customizable solution for those looking to develop large language model-powered apps within the Apple Health ecosystem.

Features:

  • Chat-style interface for user-friendly health data interaction
  • Integration with the Apple Health app for seamless first-party data usage
  • Extensible architecture built on CardinalKit for easy customization
  • GPT-3.5 and GPT-4 access through the OpenAI Swift module
  • Out of the box support for querying sleep, step count, active energy, exercise minutes, heart rate, and body mass

Disclaimer: HealthGPT is not a substitute for professional medical advice, diagnosis, or treatment. Users should consult a qualified healthcare provider for personalized advice regarding their health and well-being. The use of HealthGPT is at your own risk.

Getting Started:

  1. Clone the HealthGPT repository.
  2. Open HealthGPT.xcodeproj in Xcode. Wait for all dependencies to install and indexing to finish.
  3. Replace the OpenAI API key placeholder in Supporting Files/OpenAI-Info.plist with your own from OpenAI’s dashboard.
  4. Run the app (on device or in the simulator) and start interacting with HealthGPT using your own health data.

Note: If using the simulator, you will need to manually add data in the Health app; otherwise, all results will read zero.

Adding Queries for Additional HealthKit Quantities and Categories:

  1. Edit HealthGPT/HealthGPT/HealthDataFetcher.swift to create an appropriate query for your data type.
  2. Update the prompt in HealthGPT/HealthGPT/MessageInputView.swift to pass the newly acquired data to the OpenAI API.

For any other quick changes, such as adding an onboarding flow, refer to the CardinalKitTemplateApplication repo.

HealthGPT is an innovative app that makes it simple for users to analyze and interact with their health data using natural language. With its user-friendly interface, seamless integration with Apple Health, and extensible architecture, HealthGPT is an excellent starting point for developers interested in creating large language model-powered health apps within the Apple Health ecosystem.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Adair Lee
Adair Lee

Written by Adair Lee

Experienced full-stack developer proficient in C#, Python, and web development, with 20+ years of Google SEO expertise and successful entrepreneurship.

No responses yet

Write a response