2 "name": "TechniqueAnalysis",
4 "summary": "A CocoaPod to track body motion and analyze exercise technique.",
5 "description": "This is a CocoaPod which processes video footage of a user doing an exercise and provides feedback on the user's form. The general idea is to capture a timeseries, where each data point contains an array of body point locations in 2D space, along with a confidence level on the accuracy of each body point. Timeseries are compared using k-Nearest Neighbor and Dynamic Time Warping to find the nearest neighbor.",
6 "homepage": "https://github.com/trevphil/TechniqueAnalysis",
12 "trevphil": "trevor.j.phillips@uconn.edu"
15 "git": "https://github.com/trevphil/TechniqueAnalysis.git",
18 "swift_version": "4.2",