Skip to content

Step Counter that transpiles to android using buildozer

Notifications You must be signed in to change notification settings

GautamBose/Step-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step-Counter

A simple step counting Android App

The application is built using python and kivy. It is packaged for android using the buildozer toolset: https://github.com/kivy/buildozer

A bit of the front end comes form some of the plyer examples, check them out here:

https://github.com/kivy/plyer

Algorithmic Approach

Accelerometer data is smoothed using median smoothing with a sliding window of 50 samples (15 sample overlap) From there, peak detection determines steps. The red bar on the graph here indicates each time someone is stepping.

alt text

About

Step Counter that transpiles to android using buildozer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages