An open API service indexing awesome lists of open source software.

https://github.com/cytomining/cytotable-benchmarks

Benchmarks for CytoTable and related.
https://github.com/cytomining/cytotable-benchmarks

Last synced: 12 months ago
JSON representation

Benchmarks for CytoTable and related.

Awesome Lists containing this project

README

          

# 🛠️ CytoTable benchmarks

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15425830.svg)](https://doi.org/10.5281/zenodo.15425830)

A repository for analyzing various benchmarks related to [CytoTable](https://github.com/cytomining/CytoTable).

## Installation

Please use Python [`poetry`](https://python-poetry.org/) to run and install related content.

```bash
# after installing poetry, create the environment
poetry install
```

## Development

Please follow installation steps above and then use a relevant Jupyter environment to open and explore the notebooks under the `notebooks` directory.

```bash
# after creating poetry environment, run jupyter
poetry run jupyter lab
```