Diff of /docs/index.rst [000000] .. [05e710]

Switch to unified view

a b/docs/index.rst
1
MediAug Documentation
2
=====================
3
4
Overview
5
^^^^^^^^
6
7
MediAug is a set of tools for data augmentation of histology
8
slides. It is primaraly developed for cervical cancer by
9
augmenting Pap smear slides. However, it can be extended to
10
any cell data that has an image and mask of different types of
11
cells. Currently supports general image augmentation techniques
12
as well as specialized ones like cell insertion and blending.
13
14
Installation
15
^^^^^^^^^^^^
16
17
To install:
18
19
.. code-block:: bash
20
21
   $ git clone https://github.com/smwade/MediAug
22
   $ python setup.py install
23
24
CLI
25
^^^^^^^^^^^^
26
27
MediAug comes with a CLI with useful scripts. These include:
28
29
* generate-augment-dataset
30
* prepare-pix2pix-images
31
* resize-images
32
33
The list of all can be seen with the command
34
35
.. code-block:: bash
36
37
    $ mediaug --help
38
39
40
.. toctree::
41
   :maxdepth: 2
42
   :caption: Full Documentation:
43
44
   source/mediaug
45
46
Jupyter Notebooks
47
^^^^^^^^^^^^^^^^^
48
49
As a brief intro to the package there are several jupyter notbooks. These go over
50
things like loading the data, using augmentation operations, and creating a processing
51
pipeline.
52
53
Indices and tables
54
******************
55
56
* :ref:`genindex`
57
* :ref:`modindex`
58
* :ref:`search`