Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 783 Bytes

File metadata and controls

29 lines (21 loc) · 783 Bytes

Release Notes

Version 1.0.0 - March 25, 2026

This is the initial release of the application, therefore, it is considered a preview version.

New

The initial feature set of the application is now available:

  • Heart and respiratory rate monitoring
  • Integration with medical devices
  • Pose estimation with joint tracking
  • ECG analysis with 12-lead classification

Known issues

Docker fails with the gathering device information error. : This may happen on systems without NPU. NPU is optional for use but is still defined as a possible accellerator in the image setup. : To work around the issue, in docker-compose.yaml, remove the device by commenting out the following lines, like so:

# devices:
#   - /dev/dri
#   - /dev/accel
#   - /dev/accel/accel0