Wearable data for all
Project description
wearipedia
A one-stop shop for wearable device data extraction and simulation
Wearipedia provides a one-stop shop for accessing and extracting data from wearable devices.
Data from these devices may be used for:
- Clinical research
- Personal health monitoring
- Health coaching
- Health product development
- Wearable device development
Wearipedia is developed and maintained by the Snyder Lab at the Stanford University.
Accessing data from wearable devices
The data from these devices is accessed using an easy-to-use API. In order to use this API, you will need to import the wearipedia
module:
import wearipedia
Once you have imported the wearipedia
module, accessing data from any wearable device is as easy as:
device = wearipedia.get_device("whoop/whoop_4")
device.authenticate({"email": "joesmith@gmail.com", "password": "foobar"})
# data is a DataFrame
data = device.get_data("metrics")
If you don't have access to your device, or need to demo data from a device without revealing your sensitive data or getting a device yourself, you can generate synthetic data, as shown below:
device = wearipedia.get_device("whoop/whoop_4")
# data is an automatically generated DataFrame
data = device.get_data("metrics")
and you're done!
Installing
The easiest way to install wearipedia is to use pip:
pip install wearipedia
We currently support Python 3.7, 3.8, and 3.9.
Supported Devices
Wearipedia supports the following devices:
Company | Model Name | Description | Example Notebook | Kinds of Data Available | Unique name |
---|---|---|---|---|---|
Whoop | Whoop | The WHOOP 4.0 strap tracks sleep and activity data. | Notebook | cycles, hr. | whoop/whoop_4 |
Garmin | Fenix 7S | The Garmin Fenix 7S is a watch that activity data. | Notebook | dates, steps, hrs, brpms. | garmin/fenix_7s |
Dexcom | Pro CGM | The Dexcom Pro CGM wearable device tracks blood sugar levels. | Notebook | dataframe. | dexcom/pro_cgm |
Withings | Body+ | The Withings Body+ is a smart scale that tracks weight and other metrics (body fat %). | Notebook | measurements. | withings/bodyplus |
Withings | ScanWatch | The Withings ScanWatch wearable device tracks sleep and activity data. | Notebook | heart_rates, sleeps. | withings/scanwatch |
Documentation
For more information on how to use wearipedia, please refer to our documentation.
Citing
A paper is in progress!
Disclaimer
This project is currently in alpha. This means that test coverage is limited, and the codebase is still really a prototype. Moreover, the API is unstable, as we are still rapidly iterating on it. Expect for most things to work, but also small bugs, rough edges, and sparse documentation.
Contributing
As Wearipedia is still at an early stage, we are not yet accepting contributions from the broader community. Once Wearipedia reaches its first stable release, we will begin accepting contributions.
License
Wearipedia is released under the MIT license.
Credits
This project was generated with python-package-template
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for wearipedia-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 646307625728938e3ee65b4127be7d962035bb9d058062d2ecd8e249af293745 |
|
MD5 | 063f9610b897fbc1a00fabddeb2ce299 |
|
BLAKE2b-256 | 6e43239f81e2048ce97208b519021b7d3a1fc4e0f44e9ff426b1dbd21d80a847 |