README.md
November 7, 2023 ยท View on GitHub
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