jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
945 stars 31 forks source link

WIP: feat: implement Needleman-Wunsch algorithm for track similarity #225

Closed jovandeginste closed 1 month ago

jovandeginste commented 1 month ago

This adds an API endpoint that calculates (live) the Needleman-Wunsch distance between the given workout and all other workouts.

Ref: #153

jovandeginste commented 1 month ago

Superceded by #234