Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/lancew/fall_detector
- Owner: lancew
- Created: 2024-11-11T19:18:26.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2024-11-11T19:28:22.000Z (9 days ago)
- Last Synced: 2024-11-11T20:26:30.456Z (9 days ago)
- Language: Python
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.