> For the complete documentation index, see [llms.txt](https://medomicslab.gitbook.io/mediml-app-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://medomicslab.gitbook.io/mediml-app-docs/welcome.md).

# Welcome!

{% hint style="warning" %}
**MEDimage is now MEDiml.**
{% endhint %}

{% hint style="warning" %}
This application represents the latest version of the radiomics module used in the MEDomics platform. We strive to keep both synchronized.
{% endhint %}

Welcome to the MEDiml-app documentation, where you will find all the resources you need to download, install and use the application.

### MEDomics

This application is part of the [MEDomics ](https://medomics-udes.gitbook.io/medomicslab-docs)project. It provides a graphical user interface to interact with the [MEDiml package](https://github.com/MEDomics-UdeS/MEDimage), enabling users to extract radiomics features from medical images and analyze the data using machine learning models.

<figure><img src="/files/PIfHau1ZmJh54xppXlI3" alt=""><figcaption><p><em>MEDomics</em> overview</p></figcaption></figure>

### The MEDiml application

The MEDiml-app is a graphical implementation of the MEDiml Python package. It enables the use of all MEDiml functionalities through an interactive interface. These functionalities include image processing, radiomics feature extraction, and machine learning tools.

### Our goal

The goal of the MEDiml app is to facilitate radiomics analyses for researchers from various disciplines and push for greater synergy among multidisciplinary teams. To achieve this, the application allows users to design their own experiments by customizing pipelines and defining specific settings. The back-end code is implemented in a modular way, ensuring easy adaptation and modification to meet diverse research needs. Additionally, users can generate Python code for their designed experiments, enabling reproducibility and further customization. With its intuitive interface and robust capabilities, the MEDiml app is designed to enhance research efficiency and collaboration. The following figure depicts the different parts of the app:

<figure><img src="/files/b1fDqngw55bPZ14GdzTH" alt=""><figcaption><p>MEDiml-app modules overview</p></figcaption></figure>

Before diving in, we recommend familiarizing yourself with the concepts of radiomics. You can read more about radiomics [here](/mediml-app-docs/radiomics.md).

### Quick documentation guide

* To download and install the application, go to the [next page](/mediml-app-docs/quick-start.md).
* For tutorials, refer to the [radiomics page](/mediml-app-docs/radiomics.md).
* Use [*Forms* ](/mediml-app-docs/forms/contact-us.md)section to contact us or to report an issue.
* The [*Media* ](broken://pages/yVcsDP2xHOgCYPfqgh0T)section contains all our communication and interaction websites.
* If you are ready to add your touch to our application, refer to the [contribution page](/mediml-app-docs/contributing.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://medomicslab.gitbook.io/mediml-app-docs/welcome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
