No description
| src | ||
| .gitignore | ||
| .python-version | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
Training data analyzer
Two modules:
- DataImporter: Read new files and import them into the database.
- DataAnalyzer: Visualize and analyze data in the database.
Data is stored as:
- Original workout files: The original files are needed when importing the files into the database using DataImporter, and when plotting the GPS data of specific workout files.
- Database: A CSV file storing the statistics of each workout file.