An open API service indexing awesome lists of open source software.

https://github.com/timkam/phone-sensors

Playing around with Android phone sensors
https://github.com/timkam/phone-sensors

Last synced: about 2 months ago
JSON representation

Playing around with Android phone sensors

Awesome Lists containing this project

README

          

Phone sensors
=============
This repo contains some example logs, analyses, and applications to play around with Android phone sensors.

Getting started
===============
All further information is provided in a `Jupyter `__ notebook.
To install the notebook, proceed as follows:

* Install the dependencies (preferably in a `virtual Python environment __`) by running ``pip install -r requirements`` in the repository's root directory.
* Start the Jupyter notebook by running ``cd analyses && jupyter notebook Analyses.ipynb``.