This project provides the end-to-end demo solution for an AR/AI fitness iOS app. FitCount is based on the QuickPose.ai SDK.
Try the TestFlight version of the FitCount app: https://testflight.apple.com/join/4fDEDysS.
For more explanation of the code in this repository please check our FitCount Guide
- Clone the repository.
- Register for a free SDK key at our Development portal.
- Open the project in Xcode.
- Add your SDK key to the
Workout/QuckPoseBasicView.swift
file to this line:
private var quickPose = QuickPose(sdkKey: "YOUR SDK KEY") // register for your free key at https://dev.quickpose.ai
- Run the project on your physical device. Note that due to the Apple's limitations, the SDK will not work on the simulator.
- Counting fitness exercises (Squats, Bicep Curls) repetitions based on user's movement.
- Understand if a user is present on the screen with .inside feature
- Audio and text feedback and guidance.
- Instructions before the workout.
- Local workout history.
- Register for a free SDK key at our Development portal.
- Check out our GitHub Repository and Getting Started Guide.