A live demo of AI Running Coach in action! Using advanced pose estimation with Google MediaPipe, this tool analyzes running form in real-time, classifies running styles, and provides useful insights to help runners optimize their technique.
🔗 Try it live: AI Running Coach
✅ Real-time body tracking Detects 33+ key body points to analyze posture and movement.
✅ Running style classification Categorizes runners into different styles based on form and efficiency (Eco Sprinter, Quick Stepper, etc.)
✅ Insights on running economy parameters Provides feedback and data-analysis
- Pose Estimation: Google MediaPipe
- Languages: Python
- Frameworks: Streamlit, OpenCV, NumPy
- Data Visualization: Matplotlib, Pandas
- Deployment: Streamlit Cloud
🎥 Watch AI Running Coach in Action! 👉 YouTube Demo
🔗 Try AI Running Coach live: https://airunningcoach.streamlit.app/-> Or follow the 3 steps below to run it locally.
git clone https://github.com/yourusername/ai_running_coach.git
cd ai_running_coachpip install -r requirements.txtstreamlit run app.py

