A collection of tools for processing data for deepcell-tf
.
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