|
| 1 | +--- |
| 2 | +title: CycleSyncAI: Personalized Health Plans Powered by Sonar API |
| 3 | +description: iOS app that delivers personalized diet and workout recommendations for women, powered by Apple HealthKit and Perplexity’s Sonar Pro API. |
| 4 | +sidebar_position: 7 |
| 5 | +keywords: [CycleSyncAI, Sonar API, Perplexity, HealthKit, iOS, menstrual cycle, fitness, nutrition, LLM, AI, wellness, personalized, app] |
| 6 | +--- |
| 7 | + |
1 | 8 | # CycleSyncAI: Personalized Health Plans Powered by Sonar API
|
2 | 9 |
|
3 | 10 | ## 🚀 Overview
|
@@ -40,17 +47,18 @@ Most apps overlook the hormonal changes that affect women’s fitness and nutrit
|
40 | 47 | ---
|
41 | 48 |
|
42 | 49 | ## 🛠️ Repository Structure
|
43 |
| -CycleSyncAI.xcodeproj → Xcode project file |
44 |
| -CycleSyncAI/ → Source code |
45 |
| -├── EatPlanViewController.swift → Diet plan generation & display |
46 |
| -├── WorkoutPlanViewController.swift → Workout plan generation & display |
47 |
| -├── HomepageViewController.swift → Navigation & main screen |
48 |
| -├── UserProfileViewController.swift → Input & storage of user data |
49 |
| -├── HealthManager.swift → Apple HealthKit menstrual data |
50 |
| -├── UserProfile.swift → Local profile model |
51 |
| -Main.storyboard → App UI & layout |
52 |
| -Assets.xcassets → Images & app icons |
53 |
| -Info.plist → Permissions & configurations |
| 50 | + |
| 51 | +CycleSyncAI.xcodeproj → Xcode project file |
| 52 | +CycleSyncAI/ → Source code |
| 53 | +├── EatPlanViewController.swift → Diet plan generation & display |
| 54 | +├── WorkoutPlanViewController.swift → Workout plan generation & display |
| 55 | +├── HomepageViewController.swift → Navigation & main screen |
| 56 | +├── UserProfileViewController.swift → Input & storage of user data |
| 57 | +├── HealthManager.swift → Apple HealthKit menstrual data |
| 58 | +├── UserProfile.swift → Local profile model |
| 59 | +Main.storyboard → App UI & layout |
| 60 | +Assets.xcassets → Images & app icons |
| 61 | +Info.plist → Permissions & configurations |
54 | 62 |
|
55 | 63 | ---
|
56 | 64 |
|
|
0 commit comments