Skip to content

Commit 2fd0ed3

Browse files
author
Corentin
committed
New acronym
1 parent eabc9df commit 2fd0ed3

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
![Twitter Follow](https://img.shields.io/twitter/follow/corentinm_py?style=social) ![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/lambda-science/impatient) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/lambda-science/IMPatienT) [![Build](https://github.com/lambda-science/IMPatienT/actions/workflows/docker-build-push.yml/badge.svg)](https://github.com/lambda-science/IMPatienT/actions/workflows/docker-build-push.yml) ![GitHub last commit](https://img.shields.io/github/last-commit/lambda-science/impatient) ![GitHub](https://img.shields.io/github/license/lambda-science/IMPatienT)
22

33
# IMPatienT 🗂️: an integrated web application to digitize, process and explore multimodal patient data.
4+
45
<p align="center">
56
<img src="https://i.imgur.com/iH7UeUs.png" alt="IMPatienT Banner" style="border-radius: 25px;" />
67
</p>
78

8-
**IMPatienT 🗂️** (d**I**gitize **M**ultimodal **PATIEN**t da**T**a) **is a web application developped in the MYO-xIA project for patient data digitization and exploration.**
9+
**IMPatienT 🗂️** (**I**ntegrated digital **M**ultimodal **PATIEN**t da**T**a) **is a web application developped in the MYO-xIA project for patient data digitization and exploration.**
910
It features a standard vocabulary creator, optical character recognition (OCR), natural language processing (NLP), image annotation and segmentation using machine learning, interactive visualizations and automatic diagnosis suggestion.
1011

1112
A demo version is currently deployed at: https://impatient.lbgi.fr/
@@ -21,6 +22,7 @@ The main maintainer is:
2122
[placeholder]
2223

2324
## Partners
25+
2426
<p align="center">
2527
<img src="https://i.imgur.com/csEXDnW.png" alt="Partner Banner" style="border-radius: 25px;" />
2628
</p>
@@ -32,9 +34,9 @@ IMPatienT is developped and used in collaboration with the [Morphological Unit o
3234
**Background**
3335
Medical acts, such as imaging, generally lead to the production of several medical text reports that describe the relevant findings. Such processes induce multimodality in patient data by linking image data to free-text data and consequently, multimodal data have become central to drive research and improve diagnosis of patients. However, the exploitation of patient data is challenging as the ecosystem of available analysis tools is fragmented depending on the type of data (images, text, genetic sequences), the task to be performed (digitization, processing, exploration) and the domain of interest (clinical phenotype, histology…). To address the challenges, the analysis tools need to be integrated in a simple, comprehensive, and flexible platform.
3436
**Results**
35-
Here, we present IMPatienT (d**I**gitize **M**ultimodal **PATIEN**t da**T**a), a free and open-source web application to digitize, process and explore multimodal patient data. IMPatienT has a modular architecture, including four components to: (i) create a standard vocabulary for a domain, (ii) digitize and process free-text data by mapping it to a set of standard terms, (iii) annotate images and perform image segmentation, and (iv) generate an automatic visualization dashboard to provide insight on the data and perform automatic diagnosis suggestions. Finally, we demonstrate the usefulness of IMPatienT on a corpus of 40 simulated muscle biopsy reports of congenital myopathy patients.
37+
Here, we present IMPatienT (**I**ntegrated digital **M**ultimodal **PATIEN**t da**T**a), a free and open-source web application to digitize, process and explore multimodal patient data. IMPatienT has a modular architecture, including four components to: (i) create a standard vocabulary for a domain, (ii) digitize and process free-text data by mapping it to a set of standard terms, (iii) annotate images and perform image segmentation, and (iv) generate an automatic visualization dashboard to provide insight on the data and perform automatic diagnosis suggestions. Finally, we demonstrate the usefulness of IMPatienT on a corpus of 40 simulated muscle biopsy reports of congenital myopathy patients.
3638
**Conclusions**
37-
IMPatienT is a platform to digitize, process and explore patient data that can handle image and free-text data. As it relies on a user-designed vocabulary, it can be adapted to fit any domain of research and can be used as a patient registry for exploratory data analysis (EDA). A demo instance of the application is available at https://impatient.lbgi.fr.
39+
IMPatienT is a platform to digitize, process and explore patient data that can handle image and free-text data. As it relies on a user-designed vocabulary, it can be adapted to fit any domain of research and can be used as a patient registry for exploratory data analysis (EDA). A demo instance of the application is available at https://impatient.lbgi.fr.
3840

3941
## Setup guides
4042

app/index/templates/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2 align="center">
88
style="border-radius: 25px;" />
99
</p>
1010
<p align="center">
11-
<strong>IMPatienT</strong> (d<strong>I</strong>gitize <strong>M</strong>ultimodal <strong>PATIEN</strong>t
11+
<strong>IMPatienT</strong> (<strong>I</strong>ntegrated digital <strong>M</strong>ultimodal <strong>PATIEN</strong>t
1212
da<strong>T</strong>a) is a web application developped in the
1313
<strong>MYO-xIA project</strong> for patient data digitization and exploration.<br />It features a standard
1414
vocabulary
@@ -64,7 +64,7 @@ <h3>IMPatienT🗂️️ Abstract</h3>
6464
<br />
6565
<strong>Results</strong>
6666
<br />
67-
Here, we present IMPatienT (d<strong>I</strong>gitize <strong>M</strong>ultimodal <strong>PATIEN</strong>t
67+
Here, we present IMPatienT (<strong>I</strong>ntegrated digital <strong>M</strong>ultimodal <strong>PATIEN</strong>t
6868
da<strong>T</strong>a), a free and open-source web application to digitize, process and explore multimodal patient
6969
data. IMPatienT has a modular architecture, including four components to: (i) create a standard vocabulary for a
7070
domain, (ii) digitize and process free-text data by mapping it to a set of standard terms, (iii) annotate images and
@@ -120,4 +120,4 @@ <h3>Citing IMPatienT🗂️</h3>
120120
<p>[placeholder]</p>
121121
</div>
122122
<br />
123-
{% endblock %}
123+
{% endblock %}

0 commit comments

Comments
 (0)