Add All Folders

This commit is contained in:
soorena62
2026-02-08 04:38:10 +03:30
commit 9bb57e4799
191 changed files with 8469 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
## README For **Dagster_Minimal_Mode**
```markdown
# Dagster Minimal Mode Project
This project demonstrates the radiomics workflow in **Dagster Minimal Mode**.
Minimal Mode is a lightweight configuration of Dagster, focusing on simplicity and reduced overhead.
## Features
- Minimal orchestration setup for radiomics extraction.
- Direct execution of ops/assets without full Dagster deployment.
- Simplified configuration for quick testing and prototyping.
## Requirements
- Python 3.10+
- Dagster (minimal mode enabled)
- SimpleITK
- Pandas
- PySERA
Install dependencies:
```bash
pip install dagster simpleitk pandas pysera
# Running:
python radiuma_pipeline.py