Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.16 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.16 KB

Climbing Safety Wearable

Contributors: Nicole Ooi, Alexander Ingham, Marley Beckett, Ewan McPhee

Supervisor: Ahmad Afsahi, Queen's University

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.

Structure

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