This is a web application that allows users to upload a GPX file and get the total distance, elevation gain, and estimated hiking time.
This project was primarily written by an AI with minimal human intervention using Open Interpreter.
This project is deployed on Railway. You can view it here.
- Open a web browser and navigate to
localhost:5000
. - Click on the 'Choose File' button to select a GPX file from your device.
- Click on the 'Upload' button to upload the file and calculate the distance, elevation gain, and estimated hiking time.
- The results will be displayed on the page.