https://github.com/shubham1chawla/wellnessai
An iOS app that focuses on your personal & personal well-being
https://github.com/shubham1chawla/wellnessai
context-aware ios swiftui wellbeing wellness
Last synced: about 2 months ago
JSON representation
An iOS app that focuses on your personal & personal well-being
- Host: GitHub
- URL: https://github.com/shubham1chawla/wellnessai
- Owner: shubham1chawla
- Created: 2023-11-22T05:50:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T12:37:47.000Z (over 2 years ago)
- Last Synced: 2025-03-24T18:49:41.045Z (about 1 year ago)
- Topics: context-aware, ios, swiftui, wellbeing, wellness
- Language: Swift
- Homepage:
- Size: 7.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WellnessAI
WellnessAI is an iOS app that focuses on your personal & personal well-being and an AI companion for mental health and happiness, powered by ChatGPT.
> Please note that the algorithms used by the application to measure the heart and respiratory rates are for demonstration purposes only.
## Technologies



## Features
This section covers the primary functionality of the application.

### Prompts Fine-tuning & Optimization
The application sources information from the user's calendar, health information, and device's location to fetch nearby places using [Google Nearby Places API](https://developers.google.com/maps/documentation/places/web-service/search-nearby) and weather using [Open Weather API](https://openweathermap.org/api).

### Calendar-related Suggestions
The application generates suggestions from the calendar and considers various use cases, including no upcoming events, most recent events, and busy calendar suggestions. All these suggestions focus on the user's well-being and self-care.

### Built-in Health Tracking
WellnessAI uses a built-in health tracking feature to measure users' heart and respiratory rates and record their symptoms.

### Heart Rate Measurement
Using the device's camera, the application records a 45-second video of the user's index finger and measures their heart rate.

### Respiratory Rate Measurement
The application uses the gyroscope to measure the user's respiratory rate.

### Health-related Suggestions
WellnessAI generates suggestions based on the health information the user saves. These shall include stale or no health information, any health-related calendar event reminder, persistent symptoms, and abnormal heart or respiratory rates. The application uses ChatGPT to classify abnormal heart and respiratory rates.

## Setup
Once you built the application on your device, you must open the Settings app on the iPhone and find the WellnessAI application. You'll need to add the Google Nearby Places, Open Weather, and Open AI API keys for the application to function as indicated.