/HistomicsDetect

A package for cell detection models using TensorFlow

Primary LanguagePythonApache License 2.0Apache-2.0

histomics_detect

histomics_detect is a Python package for the building and evaluating cell detection models. It provides data loading, data augmentation, performance metrics, model building, visualization, and other utility functions based on Keras and TensorFlow2.

To get started, install it to Python or into a Python virtual environment:

$pip install histomics_detect

To run in Docker, pip install inside the running container.

Developer source code can be downloaded with:

$git clone https://github.com/DigitalSlideArchive/HistomicsDetect.git

See https://github.com/DigitalSlideArchive/HistomicsDetect/tree/main/example for a Jupyter notebook demonstrating how to build a FasterRCNN model using histomics_detect.