Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 827 Bytes

README.rst

File metadata and controls

20 lines (13 loc) · 827 Bytes

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.