The Climbing Safety Wearable is a capstone project developed by students in the Electrical and Computer Engineering department of Queen's University. The wearable is a chest strap paired with one's phone. It is designed to be worn by rock climbers to collect health data, detect a fall, and prevent cognitive fatigue.
Folder | Purpose |
---|---|
/AndroidStudio | Contains Android Studio templates for the GUI |
/converted_data | Contains all anonmyous climbing data in .CSV format |
/data | Contains all anonmyous climbing data in .FIT format |
/example | Contains python script to convert FIT to CSV format, with an example input and output. Do not push new conversions to main - you must push them to fit_to_csv and make a pull request for review to merge to main. |
/scripts | Contains all scripts and machine learning models |