Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 934 Bytes

ai-experiences.md

File metadata and controls

30 lines (23 loc) · 934 Bytes

Immersive AI Experiences: Engage and Motivate

  • AI-Powered Fitness: Interactive workouts driven by advanced motion analysis.
  • "Fight with a Shadow": Virtual punching bag reacts to hits, enhancing technique and engagement.
  • Real-Time Feedback: Improve stance, punches, and form with AI guidance.

EXPERIENCE Integration Example

1. Add exercise fields to postData:

const postData = {
 // ... all initial fields
  exercise: 'Manual Handling', // name or ID of the exercise
};

2. Change the srcURL to display experience:

Available experiences (replace experience var)

  1. 'box'
  2. 'training'
const srcURL = `https://kinestex.vercel.app/experiences/${experience}`;

Next steps: