Diff of /docs/source/index.rst [000000] .. [3ee609]

Switch to unified view

a b/docs/source/index.rst
1
2
Getting started
3
=========================
4
Welcome to `medigan`: **medi**\ cal  **g**\ enerative (\ **a**\ dversarial) **n**\ etworks
5
6
Let's install `medigan` and generate a few synthetic images.
7
8
.. code-block:: Python
9
10
    pip install medigan
11
12
13
.. code-block:: Python
14
15
    from medigan import Generators
16
17
    # model 1 is "00001_DCGAN_MMG_CALC_ROI"
18
    Generators().generate(model_id=1, install_dependencies=True)
19
20
21
Overview
22
===================
23
.. figure:: _static/overview.png
24
   :alt: Overview
25
26
   Overview of `medigan` users, library, and models on the example of mammography cancer image dataset generation.
27
28
.. note::
29
    Check out our `article <https://arxiv.org/abs/2209.14472>`_ on `medigan` to get all the details.
30
31
.. toctree::
32
   :caption: Description
33
   :maxdepth: 3
34
35
   description
36
37
.. toctree::
38
   :caption: Models
39
   :maxdepth: 3
40
41
   models
42
43
.. toctree::
44
   :caption: Getting Started
45
   :maxdepth: 3
46
47
   code_examples
48
49
.. toctree::
50
   :caption: API Reference
51
   :maxdepth: 2
52
53
   modules_overview
54
   code_doc
55
56
.. toctree::
57
   :caption: Tests
58
   :maxdepth: 5
59
60
   tests
61
62
63
.. toctree::
64
   :caption: Add Your Model
65
   :maxdepth: 3
66
67
   adding_models
68
69
Indices
70
=======
71
* :ref:`genindex`
72
* :ref:`modindex`
73
* :ref:`search`