Skip to content

azaitsev/activity-data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Activity data analysis

Upload FIT/TCX files from the same activity and overlay charts for HR, speed, and power.

Run locally

pip install -r requirements.txt
uvicorn app:app --reload --host 0.0.0.0 --port 8000