vanvalenlab / deepcell-toolbox

Data processing tools associated with deepcell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeepCell Toolbox Banner

Build Status Coverage Status License PyPI version Python Versions

A collection of tools for processing data for 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:

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

pip install -e .

# Run unit tests
pytest --pyargs deecell_toolbox

About

Data processing tools associated with deepcell

License:Other


Languages

Language:Python 97.9%Language:Cython 2.1%