Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

TCC-AF/ts-af

Repository files navigation

    Atrial Fibrillation Module

Important Declarations

Tables of Contents

Description

[Back to top]

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

Screenshots

[Back to top]

Prototype Screenshots
Final AF Module in TCC-Jadeite Screenshots

Getting Started

[Back to top]

  1. In root directory, run yarn install
  2. Go to /ios, then run pod install
  3. Run and build app using:
    • iOS: yarn run ios
    • Android: yarn run android (currently not available due to expo compatibility issues)

Troubleshooting

[Back to top]

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 /af or /graph-model folder(s) does not exist, please create one in src/assets/

Other Links

[Back to top]

About

A module for atrial fibrillation detection for the tele clinical app, TCC-Jadeite (iOS and Android). Allows classification of continuous monitored ECG measurements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors