Rename project to bikeslop
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# gpxport
|
||||
# bikeslop
|
||||
|
||||
A local web app for visualising Garmin cycling GPX files with AI coaching insights powered by a local LLM.
|
||||
|
||||

|
||||

|
||||
|
||||
## Features
|
||||
|
||||
@@ -23,8 +23,8 @@ A local web app for visualising Garmin cycling GPX files with AI coaching insigh
|
||||
|
||||
```bash
|
||||
# 1. Clone and install dependencies
|
||||
git clone https://github.com/yourname/gpxport
|
||||
cd gpxport
|
||||
git clone https://git.torrtle.co/ryan/bikeslop
|
||||
cd bikeslop
|
||||
uv sync
|
||||
|
||||
# 2. Drop your GPX files into garmin_gpx_exports/
|
||||
|
||||
@@ -20,7 +20,7 @@ logging.basicConfig(
|
||||
format="%(asctime)s %(levelname)s %(name)s: %(message)s",
|
||||
datefmt="%H:%M:%S",
|
||||
)
|
||||
log = logging.getLogger("gpxport")
|
||||
log = logging.getLogger("bikeslop")
|
||||
|
||||
GPX_DIR = Path(__file__).parent / "garmin_gpx_exports"
|
||||
INSIGHTS_FILE = Path(__file__).parent / "insights.json"
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
[project]
|
||||
name = "gpxport"
|
||||
name = "bikeslop"
|
||||
version = "0.1.0"
|
||||
description = "GPX ride viewer with Leaflet maps, Chart.js profiles, and local-LLM coaching insights"
|
||||
readme = "README.md"
|
||||
|
||||
Reference in New Issue
Block a user