Metadata-Version: 2.1
Name: evalseg
Version: 0.2.2
Summary: Medical Image Segmentation Evaluation
Home-page: https://github.com/modaresimr/evalseg/
Author: modaresimr
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas (>=0.23.3)
Requires-Dist: numpy (>=1.14.5)
Requires-Dist: matplotlib (>=2.2.0)
Requires-Dist: nibabel
Requires-Dist: tqdm
Requires-Dist: ipywidgets
Requires-Dist: diskcache
Requires-Dist: compress-pickle
Requires-Dist: opencv-python
Requires-Dist: scipy
Requires-Dist: edt
Requires-Dist: scikit-image
Requires-Dist: connected-components-3d
Requires-Dist: sparse
Requires-Dist: k3d
Requires-Dist: ipython
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: isort ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: codecov ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: gitchangelog ; extra == 'test'
Requires-Dist: mkdocs ; extra == 'test'

# Medical Image Segmentation Evaluation


This project is intended to evaluate Medical Segmentation approaches from multiple prespective

### What is included on this repository?

- 📃 Documentation 
- 🐋 A simple [Containerfile](Containerfile) to build a container image for your project.  
  `Containerfile` is a more open standard for building container images than Dockerfile, you can use buildah or docker with this file.
- 🧪 Testing structure using [pytest](https://docs.pytest.org/en/latest/)
- ✅ Code linting using [flake8](https://flake8.pycqa.org/en/latest/)
- 📊 Code coverage reports using [codecov](https://about.codecov.io/sign-up/)
- 🛳️ Automatic release to [PyPI](https://pypi.org) using [twine](https://twine.readthedocs.io/en/latest/) and github actions.
- 🎯 Entry points to execute your program using `python -m <evalseg>` or `$ evalseg` with basic CLI argument parsing.
- 🔄 Continuous integration using [Github Actions](.github/workflows/) with jobs to lint, test and release your project on Linux, Mac and Windows environments.
---
# evalseg

[![codecov](https://codecov.io/gh/modaresimr/evalseg/branch/main/graph/badge.svg?token=evalseg_token_here)](https://codecov.io/gh/modaresimr/evalseg)
[![CI](https://github.com/modaresimr/evalseg/actions/workflows/main.yml/badge.svg)](https://github.com/modaresimr/evalseg/actions/workflows/main.yml)

Awesome evalseg created by modaresimr

## Install it from PyPI

```bash
pip install evalseg
```

```bash
pip install git+https://github.com/modaresimr/evalseg
```
## Usage

```py
comming soon
```

```bash
$ python -m evalseg
#or
$ evalseg
```

## Development

Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
