Skip to content

API for Classifying the physical activities performed by a user based on accelerometer and gyroscope sensor data collected by a smartphone in the user’s pocket. The activities to be classified are: Standing, Sitting, Stairsup, StairsDown, Walking and Cycling.

mohitesh07/Human-Activity-Recognition

 
 

Repository files navigation

Motion-Detection-API

Version Details Download Details GitHub contributors

Predict the motion from mobile phone gyroscope and accelerometer data using MLP Classifier.

Link to dataset

https://archive.ics.uci.edu/ml/datasets/Heterogeneity+Activity+Recognition

Dependencies

python3
sk-learn
numpy
pandas
os
csv
keras

Usage Instructions

make a folder data/ and put two .csv files downloaded
python accel_gyro_predict.py ax,ay,az,gx,gy,gx
python accel_predict.py ax,ay,az

About

API for Classifying the physical activities performed by a user based on accelerometer and gyroscope sensor data collected by a smartphone in the user’s pocket. The activities to be classified are: Standing, Sitting, Stairsup, StairsDown, Walking and Cycling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.4%
  • Java 4.2%
  • Python 1.4%