21 lines
463 B
Markdown
21 lines
463 B
Markdown
## Abstract
|
|
一個基於 Python + Streamlit 的網頁應用程式,讀取使用者上傳的 GPX 檔案並提供詳細的路線統計、互動式地圖、海拔分析圖及天氣預報等。
|
|
|
|
## Requirements
|
|
* Hardware
|
|
* MacbookPro14 2021
|
|
* Software
|
|
* Python 3.13+
|
|
* Docker 28.1.1
|
|
|
|
## Installation
|
|
```bash
|
|
uv sync
|
|
uv run streamlit run hiking_assistant/main.py
|
|
```
|
|
|
|
## Dirs
|
|
* **tests**
|
|
* unittest codes by Pytest
|
|
* **hiking_assistant**
|
|
* app source codes |