Introduction

This is an application which helps in distinguishing between various categories like running, jumping, walking or climbing based on the given fitness data from fitness applications and devices. It uses machine learning models including kmeans clustering on the data.

Project

Task 1: Step Count

Procedure:

Task 2: Data Collection

Procedure:

Feature Extraction

6 features used - 3 in time, and 3 in frequency domain (NOTE - magnitude of data is sqrt(accel_x^2 + accel_y^2 + accel_z^2))

Observations

Usage

Tech

Acknowledgements

Development

Want to contribute? Great!