Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vnegi10/health_data_analysis
https://github.com/vnegi10/health_data_analysis
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vnegi10/health_data_analysis
- Owner: vnegi10
- Created: 2021-04-06T21:31:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T13:13:29.000Z (over 2 years ago)
- Last Synced: 2024-11-29T03:13:03.795Z (24 days ago)
- Language: Julia
- Size: 2.21 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Health_data_analysis
In this Pluto notebook, we will analyze my activity data obtained via the Samsung Health app.
The data is recorded by sensors present in the: 1) Galaxy S9+ phone - steps, distance (via a pedometer) and
(2) Gear S3 Frontier watch - steps, distance, climbed floors, and heart rate (via a photoplethysmogram).
Data are available in the form of .csv files, which makes them quite easy to use.## How to use?
Install Pluto.jl (if not done already) by executing the following commands in your Julia REPL:
using Pkg
Pkg.add("Pluto")
using Pluto
Pluto.run()Clone this repository and open Health_notebook.jl in your Pluto browser window. That's it! You are good to go.