Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lancew/fall_detector

Detect potential falls (from bike) from a GPX (exploring feature Strava has implemented)
https://github.com/lancew/fall_detector

Last synced: 1 day ago
JSON representation

Detect potential falls (from bike) from a GPX (exploring feature Strava has implemented)

Awesome Lists containing this project

README

        

# fall_detector
Detect potential falls (from bike) from a GPX (exploring feature Strava has implemented)

# Background

One day I uploaded bike ride to Strava and was surprised when their new AI summary feature suggested I had fallen off my bike (I had).

So I thought I'd explore how you might do this yourself.

This script is a quick method of doing so in Python.
Then I did it again in Go.

Aider and Cursor IDE helped me write the script.