Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions health-and-life-sciences-ai-suite/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# Health-and-Life-Sciences AI Suite (Preview)
# Health and Life Sciences AI Suite (Preview)

The **Health-and-Life-Sciences AI Suite** is a preview collection of healthcare-focused AI applications, libraries, and benchmarking tools to help developers build intelligent patient monitoring solutions faster.
The **Health and Life Sciences AI Suite** is a preview collection of healthcare-focused AI applications, libraries, and benchmarking tools to help developers build intelligent patient monitoring solutions faster.

The suite provides **multi-modal AI pipelines** accelerated with the **OpenVINO™ toolkit**, enabling high-performance deployment on **Intel® Core™ Ultra platforms** using **CPU, integrated GPU (iGPU), and NPU**.

This suite organizes workflows tailored for healthcare and life sciences, with initial support for a **Multi-Modal Patient Monitoring** application.

---

## Initial Application: Multi-Modal Patient Monitoring

The Multi-Modal Patient Monitoring application demonstrates how multiple AI workloads can run **simultaneously on a single platform**, enabling consolidated patient monitoring.
This suite organizes workflows tailored for healthcare and life sciences, with initial support for a **Multi-Modal Patient Monitoring** application. The Multi-Modal Patient Monitoring application demonstrates how multiple AI workloads can run **simultaneously on a single platform** to enable consolidated patient monitoring.

For full setup, usage, and contribution guide, see [**Read the Detailed Documentation**](./multi_modal_patient_monitoring/README.md).

## Disclaimer

This software is provided for **development and evaluation purposes only** and is **not intended for clinical or diagnostic use**.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Initial Application: Multi-Modal Patient Monitoring
# Multi-Modal Patient Monitoring

The Multi-Modal Patient Monitoring application helps medical AI developers and systems engineers at medical OEMs/ODMs (GE Healthcare, Philips, Mindray) evaluate Intel® Core™ Ultra processors for AI‑enabled patient monitoring. It demonstrates that you can run **multiple AI workloads concurrently on a single Intel‑powered edge device** without a discrete GPU.

Expand All @@ -25,14 +25,15 @@ To see the system requirements and other installations, see the following guides

- [Get Started](./docs/user-guide/get-started.md): Follow step-by-step instructions to set up the application.
- [System Requirements](./docs/user-guide/get-started/system-requirements.md): Check the hardware and software requirements for deploying the application.
- [Run the application](./docs/user-guide/run-multi-modal-app.md): Run Multi-Modal Patient Monitoring application.

## How It Works

At a high level, the system is composed of several microservices that work together to ingest patient signals and video, run AI models on Intel hardware (CPU, GPU, and NPU), aggregate results, and expose them to a UI for clinicians.

![System design](./docs/user-guide/_assets/system-design.png)

For details, see [How it Works](./docs/user-guide/how-it-works.md).

## Learn More

For detailed information about system requirements, architecture, and how the application works, see the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ orchestrated, monitored, and visualized in a clinical-style scenario.
- [How It Works](./how-it-works.md) – High-level architecture, service responsibilities, and
data/control flows.

> This application is provided for development and evaluation purposes only and is _not_ intended for clinical or diagnostic use.
> **Disclaimer:** This application is provided for development and evaluation purposes only and is _not_
intended for clinical or diagnostic use.

<!--hide_directive
:::{toctree}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release Notes - Multi-modal Patient Monitoring
# Release Notes

## Version 1.0.0

Expand All @@ -10,7 +10,7 @@ This is the initial release of the application, therefore, it is considered a pr

The initial feature set of the application is now available:

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