/gpx-to-distance

AI-written Flask app that converts an uploaded GPX file to distance and hike times

Primary LanguagePython

GPX to Distance

This is a web application that allows users to upload a GPX file and get the total distance, elevation gain, and estimated hiking time.

About This Project

This project was primarily written by an AI with minimal human intervention using Open Interpreter.

Demo

This project is deployed on Railway. You can view it here.

Local usage

  1. Open a web browser and navigate to localhost:5000.
  2. Click on the 'Choose File' button to select a GPX file from your device.
  3. Click on the 'Upload' button to upload the file and calculate the distance, elevation gain, and estimated hiking time.
  4. The results will be displayed on the page.