# Tutorials

- [Design](/medomics-docs/tutorials/design.md)
- [Extraction Module](/medomics-docs/tutorials/design/extraction-modules.md)
- [Image Extraction Page](/medomics-docs/tutorials/design/extraction-modules/image-extraction-page.md): The image extraction page takes JPG images as input and extracts embeddings using a selected model.
- [Text Extraction Page](/medomics-docs/tutorials/design/extraction-modules/text-extraction-page.md): The text extraction page takes a CSV file containing text notes as input and extracts embeddings using a selected model.
- [Time Series Extraction Page](/medomics-docs/tutorials/design/extraction-modules/time-series-extraction-page.md): The time series extraction page takes a CSV file containing time series as input and extracts embeddings using a selected model.
- [MEDimage](/medomics-docs/tutorials/design/extraction-modules/medimage.md)
- [Input Module](/medomics-docs/tutorials/design/input-module.md): The Input module consolidates all the tools necessary for preprocessing tabular data.
- [Feature Reduction Tool](/medomics-docs/tutorials/design/input-module/feature-reduction-tool.md)
- [MEDprofiles](/medomics-docs/tutorials/design/input-module/medprofiles.md): This component of the input module includes all the necessary tools to enter the MEDprofiles process.
- [MEDprofiles Viewer](/medomics-docs/tutorials/design/input-module/medprofiles/medprofiles-viewer.md): The MEDprofiles figure may be open through the MEDprofiles Accordion in the Input Module, as 'MEDprofiles Viewer'.
- [Exploratory Module](/medomics-docs/tutorials/design/exploratory-module.md)
- [Development](/medomics-docs/tutorials/development.md)
- [Learning Module](/medomics-docs/tutorials/development/learning-module.md): This is where the magic happens 🧙🪄
- [Initialization](/medomics-docs/tutorials/development/learning-module/initialization.md): This page covers everything you need to know about the Initialization Box and the nodes you can use inside it.
- [Training](/medomics-docs/tutorials/development/learning-module/training.md): This page covers everything you need to know about the Training Box and the nodes you can use inside it.
- [Analysis](/medomics-docs/tutorials/development/learning-module/analysis.md): This page explains the Analysis Box functionality, including the Analysis Mode, and how it enables comprehensive model performance evaluation through detailed metrics and diagnostic tools.
- [medmodel](/medomics-docs/tutorials/development/learning-module/medmodel.md)
- [Experimental Scene](/medomics-docs/tutorials/development/learning-module/experimental-scene.md): This page covers everything you need to know about the experimental scene and how it can be used as an initial testing environment.
- [DO'S & DON'TS](/medomics-docs/tutorials/development/learning-module/dos-and-donts.md): Here you will find a comprehensive guide to recommended best practices and common pitfalls to avoid, ensuring optimal performance and reliable execution within the learning module.
- [Evaluation Module](/medomics-docs/tutorials/development/evaluation-module.md)
- [Deployment](/medomics-docs/tutorials/deployment.md)
- [Application Module](/medomics-docs/tutorials/deployment/application-module.md)
- [Superset](/medomics-docs/tutorials/superset.md)
- [Superset Features](/medomics-docs/tutorials/superset/superset-features.md): This page goes through all the superset features and provides information on how to use them.
- [Remote MEDomics](/medomics-docs/tutorials/remote-medomics.md): A recently implemented feature of MEDomics allowing it to connect to a remote workspace, hosted on a server.
- [Connection Tutorial](/medomics-docs/tutorials/remote-medomics/connection-tutorial.md): This page decribes how to connect to a remote workspace using the MEDomics client app.
- [Development](/medomics-docs/tutorials/remote-medomics/development.md): This section describes where to find the different components for development of the remote version of the MEDomics Platform.
- [Frontend - Client](/medomics-docs/tutorials/remote-medomics/development/frontend-client.md)
- [Backend - Server](/medomics-docs/tutorials/remote-medomics/development/backend-server.md): A run-down of the files and tools used
- [Express Request Endpoints](/medomics-docs/tutorials/remote-medomics/development/backend-server/express-request-endpoints.md): A list of currently useable endpoints to send requests to the backend server.
