All Projects β†’ k105la β†’ pulsetracker

k105la / pulsetracker

Licence: MIT License
An open source tool built for monitoring heart rate.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects
Makefile
30231 projects
Dockerfile
14818 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to pulsetracker

health
A simple and flexible health check library for Go.
Stars: ✭ 494 (+2370%)
Mutual labels:  health
sundly
πŸ’› Encrypted & decentralized personal health records. Built on Blockstack and powered by Blockchain.
Stars: ✭ 24 (+20%)
Mutual labels:  health
humanapi
The easiest way to integrate health data from anywhere - https://www.humanapi.co
Stars: ✭ 21 (+5%)
Mutual labels:  health
boxofhope
Box Of Hope is a C++ event driven platform to protect you during the COVID-19 pandemic. BOH uses NFC and WiFi technology to ensure your mask usage is on point and employs sterilizing UV LEDs to clean your fabric mask.
Stars: ✭ 19 (-5%)
Mutual labels:  health
covid-19-self-assessment
The tool takes the public through a series of questions to inform those who are concerned they may have contracted COVID-19.
Stars: ✭ 31 (+55%)
Mutual labels:  health
BioBalanceDetector
Bio Balance Detector's products aim to show the weak electromagnetic fields around every living being (including plants, animals and humans) and display it in a heat-map like hyper-spectral image.
Stars: ✭ 18 (-10%)
Mutual labels:  health
Desk.Fit.Curated
A curated list of products that make life in office healthier and more productive.
Stars: ✭ 17 (-15%)
Mutual labels:  health
ALT
Non-contact real-time heartbeats and respiration monitoring using Artificial Light Texture (ALT).
Stars: ✭ 41 (+105%)
Mutual labels:  health
health kit reporter
A Flutter wrapper for the HealthKitReporter library
Stars: ✭ 16 (-20%)
Mutual labels:  health
awesome-genetics
A curated list of awesome bioinformatics software.
Stars: ✭ 60 (+200%)
Mutual labels:  health
nestjs-redis
Redis(ioredis) module for NestJS framework
Stars: ✭ 112 (+460%)
Mutual labels:  health
aarogya seva
A beautiful 😍 covid-19 app with self - assessment and more.
Stars: ✭ 118 (+490%)
Mutual labels:  health
Lumos
😴 Smart Lighting for Better Sleep
Stars: ✭ 98 (+390%)
Mutual labels:  health
covid-19
HDR UK - Resources for 🦠COVID-19 Research
Stars: ✭ 41 (+105%)
Mutual labels:  health
coronavirus-stats
Automatically scrape data and statistics on Coronavirus to make them easily accessible in CSV format
Stars: ✭ 47 (+135%)
Mutual labels:  health
aceso
Python package to calculate 2SFCA and other measures of spatial accessibility
Stars: ✭ 20 (+0%)
Mutual labels:  health
COVID19
Using Kalman Filter to Predict Corona Virus Spread
Stars: ✭ 78 (+290%)
Mutual labels:  health
helpafamily
Impactful ways to help families in need through donated meals, hygiene kits, and more. By Margarita Humanitarian Foundation.
Stars: ✭ 41 (+105%)
Mutual labels:  health
freehealth
Free and open source Electronic Health Record
Stars: ✭ 39 (+95%)
Mutual labels:  health
nutri.gram
Nutrition is the main source of life and although it has been our secondary instinct to check for nutritional value in the food we eat, the effect any diet has on our body and health is consequential. From the fact which connotes the value of nutrition in our diet, springs the idea of nutri.gram. nutri.gram is a mobile application that scans the…
Stars: ✭ 21 (+5%)
Mutual labels:  health

Imgur

PulseTracker Tests PulseTracker Docs code style: prettier

πŸ’­ Background

An open source tool built for monitoring heart rate. The goal here is to have a low cost and widely accessible way to measure someones heart rate. It uses a touch-based system for generating heart rate values. In contrast to it's counterpart(touchless-based systems) it is a far more accurate and less sensitive to enviornmental conditions.

Directory Structure

.
β”œβ”€β”€ docs                # Sphinx documentation folder
β”œβ”€β”€ examples            # The example code 
β”œβ”€β”€ src                 # The source code for the library
β”œβ”€β”€ tests               # Unit tests and system tests
└── ui                  # The UI

Branches

  • devel -> PR this branch for everything
  • master -> DO NOT TOUCH, this is what's running in production

How to run locally

After cloning this repository and changing directories to it.

1. Install the dependencies

$ make install

2. Install library

$ make

See example of usage in examples folder.

Testing

Local Testing

$ sudo sh install.sh && sudo make test

Testing with Docker

$ sudo sh run_docker_test.sh

Documentation

We use sphinx to build our documentation based on rST files and comments in the code, below is a quick guide to getting started.

cd docs
make html

This will output the documentation to docs/_build/html. Now to view built documentation run open _build/html/index.html.

pulsetracker on readthedocs

Contributing

Contributions are welcome! Please read our Code of Conduct and how to contribute before contributing to help this project stay welcoming.

To understand how the library works see pulse.py

License

MIT License

Copyright (c) 2020 Akil M Hylton

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].