Dylan Harness
Yogoflow
Easily create tasteful yoga videos in minutes with yogoflow.
Yogoflow automatically classifies and annotates sections of your video with the appropriate yoga move.
How it's made
Yogoflow is a React app with a python backend. Uploaded videos are split into 1 second clips on the server, and a frame from each chunk is sampled. The frame is processed using a conputer-vision model I built using Roboflow. It's trained on a sample of around 1000 yoga poses. The model inferences for each frame are "quantized" into regions, so noise is removed from the data and the poses are more stable.
The poses are then added as image overlays based on the style-config sent in the request, and the video is returned for download!
How to use it
- Upload a video of yourself doing yoga.
- Choose where you want your captions displayed.
- That's it! Yogoflow will automatically classify and annotate sections of your video with the appropriate yoga move.
- Download your video.