Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit d3f14b6

Browse files
committed
Update README.md
Signed-off-by: Walter Hugo Lopez Pinaya <ianonimato@hotmail.com>
1 parent 870706f commit d3f14b6

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# GenerativeModels
2-
Prototyping repo for generative models to be integrated into MONAI
1+
<p align="center">
2+
<img src="https://raw.githubusercontent.com/Project-MONAI/MONAI/dev/docs/images/MONAI-logo-color.png" width="50%" alt='project-monai'>
3+
</p>
34

4-
* Target: alpha for November
5-
* 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.
67

78
## Objectives
89
* 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
1920
* Inpainting
2021
* Anomaly detection
2122
* 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:
26+
```
27+
git clone https://github.com/Project-MONAI/GenerativeModels.git
28+
```
29+
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

Comments
 (0)