- This is a prototype
- For final module implemented into TeleClinical Care please visit https://github.com/ItsLame/tcc-af/
- Final module might not be accessible as it is currently privated due to confidential reasons, however screenshots are available below
- Description
- Screenshots
- Getting Started
- Troubleshooting
- Other Links
- Sample files
- Azure prototype
Prototype of tcc-af module for tcc-jadeite. Using TFJS library to use TFJS graph model to run in (TypeScript) React Native environment. ECG measurements are classified as either:
- Atrial Fibrillation
- Other Arrhytmias
- Normal Sinus Rhythm
- Too Noisy
- In root directory, run
yarn install - Go to
/ios, then runpod install - Run and build app using:
- iOS:
yarn run ios - Android:
yarn run android(currently not available due toexpocompatibility issues)
- iOS:
If model.json or weights.bin are missing, please download using the links below:
Afterwards, browse to src/assets/af/graph-model and put both files in it
- If
/afor/graph-modelfolder(s) does not exist, please create one insrc/assets/












