-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,39 @@ | ||
# Heart Rate Measurement And Analysis App [HRMAA] | ||
## Introduction | ||
<p align="center" width="100%"> | ||
<img width="50%" src="https://i.imgur.com/7t8VCiw.png"> | ||
</p> | ||
|
||
# Heart Rate Measurement And Analysis App | ||
|
||
It can give a general overview of your health in comparison to people of your age group by analysing your heart rate data measured through different modes of measurements depending on the availibilty of devices or sensors. | ||
|
||
|
||
## Features | ||
Measurement of Heart Rate through | ||
- PPG using phone's camera | ||
- Fitbit | ||
- ECG Sensors | ||
- Google Health Connect | ||
|
||
|
||
## Roadmap | ||
|
||
- Improvement in accuracies of current heart rate measurement methods. | ||
- Identifying and implementing the best heart rate analysis strategies for the use case after a systematic research. | ||
|
||
|
||
|
||
## Tech Stack | ||
|
||
**Client:** Kotlin | ||
|
||
**Server:** Node, Express, MongoDB | ||
|
||
Additions are expected in Tech Stack with the progress of project. | ||
|
||
|
||
|
||
|
||
## Documentation | ||
|
||
[Documentation](https://docs.google.com/document/d/14YRFqQvVQhcoMhHdc4FeqCgiebvqxHy9gx7-ITmpsPk/edit?usp=sharing) | ||
|