This commit is contained in:
deng
2025-11-27 14:19:09 +08:00
parent 469704bc19
commit 4feb38de71
11 changed files with 175630 additions and 6 deletions

View File

@ -1,11 +1,18 @@
## Abstract
登山路線規劃小幫手⛰️
一個基於 Python + Streamlit 的網頁應用程式,讀取使用者上傳的 GPX 檔案並提供詳細的路線統計、互動式地圖、海拔分析圖及天氣預報等。
## Requirements
* Hardware
* MacbookPro14 2021
* Software
* MacOS 15.5
* Python 3.13+
* Docker 28.1.1
## Installation
```bash
uv sync
uv run streamlit run hiking_assistant/main.py
```
## Dirs
* **tests**