Skip to content

Oloqq/activity-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Activity recognition

The project's goal is to compare performance of various machine learning techniques in recognizing activity performed by a human based on IMU readings on their phone.

How to run

Setup

Project was developed with python 3.11.0

To get started, create a virtual environment,

python -m venv venv

and activate it with the script matching you operating system.

Install required packages

pip install -r requirements.txt

Usage

You can interact with the data and models using jupyter notebooks

Additionaly, time_per_activity.py helps with summarizing total time for each activity type. grid.py enables the search of hiperparameter space, and hiperparam_summary.py gathers it's results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published