A SmartWatch app built on WearOS that helps in heart disease prediction.
Explore the docs »
Screenshots
·
Report Bug
·
Request Feature
Table of Contents
This was the engine for the smartwatch app. The app used the
Health Services API
for collecting the heath data. More specifically, it used thePassiveMonitoringClient
. WearOS runs on Android technology which is described next.
Using these, I was able to use:
- Model-View-ViewModel(MVVM) architecture
- Dependency Injection using Dagger and Hilt
- Coroutines and WorkManager for the background sensing
- Room ORM library for data storage
- Both Jetpack Compose and Views
I used TFLite which was gotten after converting the TensorFlow model. I used it for predicting the heart attack probability.
It was used for creating the TensorFlow model.
It was used for creating the TensorFlow model.
It was used for creating the TensorFlow model.
It was used for creating the TensorFlow model.