git clone https://github.com/alexgasconn/GPX-Analyzer.gitcd GPX-Analyzer
# If you have `uv` installed, you can use it to create the virtual environment and install dependencies
# Otherwise, you can use the standard Python venv module
python3 -m venv .venv # or uv venv
source .venv/bin/activate
pip install -r requirements.txt # or uv pip install -r requirements.txtstreamlit run app.py