Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 609 Bytes

README.md

File metadata and controls

45 lines (23 loc) · 609 Bytes

🚴 Activity reader

A module that reads activities from .gpx files and

🐍 Accepted formats

  • .gpx

🔌 Installation

git clone [email protected]:kiranlm/activity-reader.git

🌐 Create virtual environment

conda create -n runcoach python=3.7

source activate runcoach

💻 Install dependencies

pip install flask pandas gpxpy

🍻 Start

python run-app.py

Access the server at http://localhost:5000

We ❤️ Opensource