GymPose
Did its thingRecord any exercise and an LSTM names it from the way your body moves through time — then hands you the pros, cons, alternatives, and tutorials.
Built with Ahmed Chaudry, Abhigyan Praveen, and Abhijeet Praveen while representing CHAP at MaisHacks 2022. The premise: you shouldn’t need to know an exercise’s name to learn about it — a video should be enough.
The insight is that an exercise isn’t a pose, it’s a *sequence* of poses. A single frame can’t tell a squat from a deadlift at the bottom of the rep — the motion is the signal. So the video gets reduced to a stream of body keypoints per frame, and an LSTM reads that sequence over time and classifies the movement. Recurrence is doing the real work: it remembers where the body just was, which is exactly what you need to recognise a rep.
Once it has the name, the app returns the full pack: what it’s called, what it’s good for, what to watch out for, what to do instead, and tutorials to do it right. The crowd liked it enough to hand it the People’s Choice award.