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
Provides-Extra: test
License-File: LICENSE

# 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.
