Metadata-Version: 2.1
Name: SegRunLib
Version: 0.0.6
Summary: This is the module for medical images segmentation
Home-page: https://github.com/NotYourLady
Author: msst
Author-email: mihailshutov105@gmail.com
Project-URL: GitHub, https://github.com/NotYourLady/SegRunLib
Keywords: ml nn cnn
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: torch ==2.0.0
Requires-Dist: torchio ==0.19.2
Requires-Dist: nibabel ==5.1.0
Requires-Dist: tqdm ==4.66.1

### **SegRunLib** ###
This is simple library for vessel segmentation

----------

## How to install ##
To install, you can use the command:

    pip install SegRunLib

Or download the repository from [GitHub](https://github.com/NotYourLady/SegRunLib)

----------

## Using Example ##
```
import SegRunLib

settings = {
    "in_path_nifty" : "MRA_Image.nii.gz",
    "out_path_nifty" : "MRA_Image_segmentation.nii.gz",
    "device" : "cuda"
}

SegRunLib.run(settings)
```

msst project  
- easy to use for everyone
- no prerequirenments
  
----------

![alt text](https://github.com/NotYourLady/SegRunLib/blob/main/source/Unet3d_16ch_results.jpg)

## From the developer ##
> Hello. Have a good day!
  
