DigitalSlideArchive / HistomicsDetect

A package for cell detection models using TensorFlow
Apache License 2.0
3 stars 1 forks source link

================================================ 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.