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
- Host: GitHub
- URL: https://github.com/timkam/phone-sensors
- Owner: TimKam
- Created: 2018-02-06T08:40:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T16:20:50.000Z (over 8 years ago)
- Last Synced: 2025-06-30T00:04:29.500Z (11 months ago)
- Language: Jupyter Notebook
- Size: 1.05 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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``.