achyutjoshi / axolotl

A machine learning framework to extract data from mobile phone's accelerometric and gyroscopic data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Axolotl

About

Axolotl is a library that attempts to discern user screen taps from the motion of the accelerometer and gyroscope.

Key files:

  • visualize.py: This visualizes the data in various ways, because data science is important.
  • learn_touches.py: This learns what samples are touches.
  • learn_location.py: This learns the location for samples of touches.
  • stats.py: Runs both learn_touches and learn_location on all samples and reports statistics.

This can all be run with python with the current working directory set to the root directory of this repository.

Authors

(c) Tomas Reimers, Greg Foster 2016

About

A machine learning framework to extract data from mobile phone's accelerometric and gyroscopic data.


Languages

Language:Python 60.3%Language:Swift 21.1%Language:Shell 17.6%Language:Objective-C 0.9%Language:Ruby 0.2%