🚴 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