Skip to content

This project uses spectrograms and scaleograms to predict human activity from sensor information.

License

Notifications You must be signed in to change notification settings

bstollnitz/activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Activity

This project uses spectrograms and scaleograms to predict human activity (e.g. walking, standing) from sensor information (accelerometer, gyroscope) captured by a smartphone.

The code in this repro relates to the following blog posts:

Setup

If you have access to GitHub Codespaces, click on the "Code" button in this GitHub repo, select the "Codespaces" tab, and then click on "New codespace."

Alternatively, you can set up your local machine using the following steps.

Install conda environment:

conda env create -f environment.yml

Activate conda environment:

conda activate activity

Run

Within VS Code, open the activity/src/generate_grams.py file, and press F5.

Dataset

The original dataset used can be found on this page, and is shared here with the same Creative Commons Attribution 4.0 International (CC BY 4.0) license.

Citation: Davide Anguita, Alessandro Ghio, Luca Oneto, Xavier Parra and Jorge L. Reyes-Ortiz. A Public Domain Dataset for Human Activity Recognition Using Smartphones. 21th European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning, ESANN 2013. Bruges, Belgium 24-26 April 2013.

About

This project uses spectrograms and scaleograms to predict human activity from sensor information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages