jvanvugt / manet

Manet is collection of tools to experiment with deep learning and medical images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status
package

Manet is collection of tools to experiment with deep learning and medical images.

  • Free software: BSD license

Installation

pip install manet

Documentation

https://manet.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

Manet is collection of tools to experiment with deep learning and medical images

License:Other


Languages

Language:Python 98.6%Language:Batchfile 1.4%