An open API service indexing awesome lists of open source software.

https://github.com/vanvalenlab/deepcell-toolbox

Data processing tools associated with deepcell
https://github.com/vanvalenlab/deepcell-toolbox

Last synced: 7 months ago
JSON representation

Data processing tools associated with deepcell

Awesome Lists containing this project

README

          

# ![DeepCell Toolbox Banner](https://raw.githubusercontent.com/vanvalenlab/deepcell-toolbox/master/docs/images/DeepCell_toolbox_Banner.png)

[![Build Status](https://github.com/vanvalenlab/deepcell-toolbox/workflows/build/badge.svg)](https://github.com/vanvalenlab/deepcell-toolbox/actions)
[![Coverage Status](https://coveralls.io/repos/github/vanvalenlab/deepcell-toolbox/badge.svg?branch=master)](https://coveralls.io/github/vanvalenlab/deepcell-toolbox?branch=master)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](/LICENSE)
[![PyPI version](https://badge.fury.io/py/DeepCell-Toolbox.svg)](https://badge.fury.io/py/deepcell-toolbox)
[![Python Versions](https://img.shields.io/pypi/pyversions/deepcell_toolbox.svg)](https://pypi.org/project/deepcell_toolbox/)

A collection of tools for processing data for [`deepcell-tf`](https://github.com/vanvalenlab/deepcell-tf).

# Developer instructions

Feel free to use your preferred developer tools. Here is a simple workflow using standard tools.

From the `deepcell-toolbox` checkout, run:

```bash
python3.10 -m venv .venv
source .venv/bin/activate

pip install -e .

# Run unit tests
pytest --pyargs deecell_toolbox
```