.gitignore
.readthedocs.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
uv.lock
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/conf.py
docs/source/example.ipynb
docs/source/index.md
docs/source/installation.md
docs/source/intro.md
docs/source/usage.md
docs/source/api/feature_extraction.md
docs/source/api/image_utils.md
docs/source/api/index.md
docs/source/api/inference.md
scripts/Example.ipynb
src/cellstate_pred/__init__.py
src/cellstate_pred/_inference.py
src/cellstate_pred/feature_extraction.py
src/cellstate_pred/image_utils.py
src/cellstate_pred.egg-info/PKG-INFO
src/cellstate_pred.egg-info/SOURCES.txt
src/cellstate_pred.egg-info/dependency_links.txt
src/cellstate_pred.egg-info/entry_points.txt
src/cellstate_pred.egg-info/requires.txt
src/cellstate_pred.egg-info/top_level.txt
tests/__init__.py
tests/cells_mask.txt
tests/test_cellsegmentation.py
tests/test_image.tiff
tests/test_inference.py