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.
|
A local web app for visualising Garmin cycling GPX files with AI coaching insights powered by a local LLM.
|
||||||
|
|
||||||

|

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