Metadata-Version: 2.1
Name: celltk2
Version: 0.4.1
Summary: A toolkit for analysis of live-cell microscopy images
Home-page: https://github.com/sjeknic/CellTK
Author: Stevan Jeknic
Author-email: sjeknic <sjeknic@stanford.edu>
Project-URL: Homepage, https://github.com/sjeknic/CellTK/
Project-URL: Bug Tracker, https://github.com/sjeknic/CellTK/issues
Project-URL: Documentation, https://celltk.readthedocs.io/en/latest/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools (>=41.2.0)
Requires-Dist: tensorflow (<2.9.0,>=2.7.0)
Requires-Dist: numpy (<1.23,>=1.20)
Requires-Dist: scipy (>=1.6.3)
Requires-Dist: scikit-learn (>=1.0.1)
Requires-Dist: scikit-image (>=0.19.1)
Requires-Dist: matplotlib (>=3.4.1)
Requires-Dist: plotly (>=5.6.0)
Requires-Dist: pandas (>=1.3.1)
Requires-Dist: cvxopt (~=1.2.7)
Requires-Dist: gurobipy (>=9.5.0)
Requires-Dist: h5py (>=3.6.0)
Requires-Dist: imageio (>=2.13.0)
Requires-Dist: mahotas (<1.4.13,>=1.4.5)
Requires-Dist: napari (>=0.4.12)
Requires-Dist: PyYAML (>=6.0)
Requires-Dist: SimpleITK (>=2.1.1)
Requires-Dist: tifffile (>=2021.11.2)
Requires-Dist: btrack (>=0.4.2)
Requires-Dist: colorcet (~=3.0.0)
Requires-Dist: seaborn (~=0.11.2)

[![Documentation Status](https://readthedocs.org/projects/celltk/badge/?version=latest)](https://celltk.readthedocs.io/en/latest/?badge=latest)
[![pytest](https://github.com/sjeknic/CellTK/actions/workflows/main.yml/badge.svg)](https://github.com/sjeknic/CellTK/actions/workflows/main.yml)

![Logo](https://github.com/sjeknic/CellTK/blob/main/docs/logo/black-largeAsset.png)

# CellTK2
Toolkit for analysis of live-cell microscopy data

## Installation

The easiest installation method is via pip:

`pip install celltk2`

You can also `git clone` the repository and install the requirements in a clean python environment.
Requires python 3.8+

`git clone https://github.com/sjeknic/CellTK`

`pip install -r requirements.txt`  

If you run into any problems, please open an issue.

## Usage

More details on getting started coming soon. In the meantime, please see the documentation below.

## Documentation
[https://celltk.readthedocs.io/en/latest/](https://celltk.readthedocs.io/en/latest/)
