Skip to content

Commit

Permalink
tidy up doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
bmandracchia committed Aug 28, 2024
1 parent 9f24f1e commit 75cadd8
Show file tree
Hide file tree
Showing 59 changed files with 1,403 additions and 1,363 deletions.
149 changes: 137 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,147 @@

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![Python Version](https://img.shields.io/badge/python-3.7+-blue.svg)
![Jupyter
Notebook](https://img.shields.io/badge/jupyter-%23f37626.svg?style=flat&logo=jupyter&logoColor=white)

## Install
## Overview

``` sh
pip install bioMONAI
```
bioMONAI is a collaborative platform for developing and deploying deep
learning models in medical imaging using the MONAI framework and Jupyter
notebooks. This project aims to facilitate interoperability,
reproducibility, and community collaboration in biomedical research.

## Table of Contents

## How to use
- [bioMONAI](#biomonai)
- [Overview](#overview)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

Fill me in please! Don’t forget code examples:
## Installation

``` python
1+1
```
To install the BioMONAI nbs environment, follow these steps:

2
1. **Clone the repository:**

``` bash
git clone https://github.com/bmandracchia/biomonai.git
cd biomonai-nbs
```

2. **Create a new Conda environment (recommended):**

``` bash
conda create -n biomonai python=3.7
conda activate biomonai
```

3. **Install dependencies:**

``` bash
pip install -r requirements.txt
```

4. **Install MONAI and other necessary packages:**

``` bash
pip install bioMONAI
```

## Getting Started

To get started with BioMONAI nbs, follow these steps:

1. **Clone the repository:**

``` bash
git clone https://github.com/your_username/biomonai-nbs.git
cd biomonai-nbs
```

2. **Activate your Conda environment:**

``` bash
conda activate biomonai
```

3. **Open Jupyter Notebook:**

``` bash
jupyter notebook
```

4. **Navigate to the notebooks directory and open a sample notebook:**

- You should see a list of available notebooks in your browser. Open
one to start exploring!

## Usage

To use BioMONAI nbs for your own projects, follow these steps:

1. **Create a new Jupyter notebook or open an existing one.**

2. **Import necessary modules:**

``` python
import bioMONAI
```

3. **Start coding! You can now leverage MONAI’s capabilities alongside
the interactive features of Jupyter notebooks.**

## Contributing

We welcome contributions from the community! To contribute to BioMONAI
nbs, follow these steps:

1. **Fork the repository on GitHub.**

2. **Clone your fork:**

``` bash
git clone https://github.com/your_username/biomonai-nbs.git
cd biomonai-nbs
```

3. **Create a new branch for your changes:**

``` bash
git checkout -b feature/new-feature
```

4. **Make your changes and commit them:**

``` bash
git add .
git commit -m "Add new feature: <feature description>"
```

5. **Push to your fork and create a pull request on GitHub.**

6. **Wait for the review, and merge if everything looks good!**

## License

BioMONAI nbs is released under the Apache 2.0 license. See
[LICENSE](https://github.com/your_username/biomonai-nbs/blob/main/LICENSE)
for more details.

------------------------------------------------------------------------

## Contact

If you have any questions or need further assistance, please open an
issue on GitHub or contact us directly at:

- Project Lead: [Biagio Mandracchia](mailto:biagio.mandracchia@uva.es)
- Contributors: [Contributor
Names](mailto:contributor1@example.com,%20contributor2@example.com)
2 changes: 1 addition & 1 deletion _proc/.quarto/idx/index.ipynb.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion _proc/.quarto/xref/INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"visualize.html": "9fd1590d"
},
"index.ipynb": {
"index.html": "f86429e9"
"index.html": "f86429e9",
"README.md": "8fc477a2"
},
"08_datasets.ipynb": {
"datasets.html": "4c6a2955"
Expand Down
14 changes: 1 addition & 13 deletions _proc/00_core.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,10 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "python3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
Expand Down
36 changes: 12 additions & 24 deletions _proc/01_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"metadata": {
"language": "python"
},
Expand Down Expand Up @@ -249,7 +249,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"metadata": {
"language": "python"
},
Expand Down Expand Up @@ -319,7 +319,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": null,
"metadata": {
"language": "python"
},
Expand All @@ -330,7 +330,7 @@
"torch.Size([1, 512, 512])"
]
},
"execution_count": 11,
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -393,7 +393,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": null,
"metadata": {
"language": "python"
},
Expand All @@ -414,7 +414,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": null,
"metadata": {
"language": "python"
},
Expand Down Expand Up @@ -452,7 +452,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": null,
"metadata": {
"language": "python"
},
Expand Down Expand Up @@ -660,7 +660,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": null,
"metadata": {
"language": "python"
},
Expand All @@ -672,7 +672,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": null,
"metadata": {
"language": "python"
},
Expand Down Expand Up @@ -773,7 +773,7 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": null,
"metadata": {
"language": "python"
},
Expand All @@ -790,7 +790,7 @@
},
{
"cell_type": "code",
"execution_count": 26,
"execution_count": null,
"metadata": {
"language": "python"
},
Expand Down Expand Up @@ -820,22 +820,10 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "python3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
Expand Down
Loading

0 comments on commit 75cadd8

Please sign in to comment.