Initial commit: GPX ride viewer with local-LLM coaching insights

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-27 10:05:29 -04:00
commit f2788d9e1d
10 changed files with 2297 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "gpxport"
version = "0.1.0"
description = "GPX ride viewer with Leaflet maps, Chart.js profiles, and local-LLM coaching insights"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"garminconnect>=0.3.6",
"fastapi>=0.115.0",
"uvicorn[standard]>=0.30.0",
"openai>=1.50.0",
]