You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
* Priority: develop general purpose components and trial PR process into MONAI
5
+
# MONAI Generative Toooling
6
+
Prototyping repo for generative models to be integrated into MONAI core.
6
7
7
8
## Objectives
8
9
* Develop models to reproduce instances of data on the same distribution as the training data but differentiated enough to preserve privacy/data protection
@@ -19,3 +20,17 @@ Prototyping repo for generative models to be integrated into MONAI
19
20
* Inpainting
20
21
* Anomaly detection
21
22
* MRI recon both in image and k space
23
+
24
+
## Installation
25
+
To install MONAI Generative Tooling, it is recommended to clone the codebase directly:
This command will create a GenerativeModels/ folder in your current directory. You can install it by running:
30
+
```
31
+
cd GenerativeModels/
32
+
python setup.py install
33
+
```
34
+
35
+
## Contributing
36
+
For guidance on making a contribution to MONAI, see the [contributing guidelines](https://github.com/Project-MONAI/GenerativeModels/blob/main/CONTRIBUTING.md).
0 commit comments