Metadata-Version: 2.1
Name: idtrackerai
Version: 5.2.2
Summary: Idtracker.ai tracks up to 100 unmarked animals from videos recorded in laboratory conditions using artificial intelligence. Free and open source.
Author: Jordi Torrents, Francisco Romero Ferrero, Mattia G. Bergomi, Francisco J.H. Heras, Gonzalo Polavieja
Author-email: Main contact <idtrackerai@gmail.com>
Project-URL: Homepage, https://idtracker.ai/
Project-URL: Repository, https://gitlab.com/polavieja_lab/idtrackerai
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Environment :: X11 Applications :: Qt
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy >=1.24.2
Requires-Dist: rich >=13.3.1
Requires-Dist: h5py >=3.8.0
Requires-Dist: scipy >=1.10.0
Requires-Dist: opencv-python-headless >=4.7.0
Requires-Dist: pyqt5 >=5.15.9
Requires-Dist: qtpy >=2.3.1
Requires-Dist: superqt >=0.4.1
Requires-Dist: toml >=0.10.2
Requires-Dist: matplotlib >=3.7.0
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: black[jupyter] ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: vulture ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: pydata-sphinx-theme ; extra == 'docs'
Requires-Dist: sphinx-copybutton ; extra == 'docs'
Requires-Dist: sphinx-design ; extra == 'docs'
Requires-Dist: sphinx >=5.0 ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: ipykernel ; extra == 'docs'
Requires-Dist: sphinx-toolbox ; extra == 'docs'
Requires-Dist: sphinx-togglebutton ; extra == 'docs'
Requires-Dist: esbonio ; extra == 'docs'

[![image](http://img.shields.io/pypi/v/idtrackerai.svg)](https://pypi.python.org/pypi/idtrackerai/)
![pipeline](https://gitlab.com/polavieja_lab/idtrackerai/badges/master/pipeline.svg)
[![Documentation Status](https://readthedocs.org/projects/idtrackerai/badge/?version=latest)](https://idtracker.ai/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/idtrackerai.svg?logo=python&logoColor=FFE873)](https://pypi.org/project/idtrackerai/)
![pylint](https://gitlab.com/polavieja_lab/idtrackerai/-/jobs/artifacts/master/raw/pylint/pylint.svg?job=test)
[![PyPI downloads](https://img.shields.io/pypi/dm/idtrackerai.svg)](https://pypistats.org/packages/idtrackerai)
![Licence](https://img.shields.io/gitlab/license/polavieja_lab/idtrackerai.svg)
[![Nature Paper](https://img.shields.io/badge/DOI-10.1038%2Fs41592--018--0295--5-blue)](
https://doi.org/10.1038/s41592-018-0295-5)

# Find everything you are looking for in [our website](https://idtracker.ai)

Idtracker.ai is a multi-animal tracking software for laboratory conditions. This work has been published in [Nature Methods](https://doi.org/10.1038/s41592-018-0295-5) ([pdf here](https://drive.google.com/file/d/1fYBcmH6PPlwy0AQcr4D0iS2Qd-r7xU9n/view?usp=sharing))

## Installation for developers.

On an environment with Python 3.10 or 3.11 and a working installation of Pytorch (Torch and Torchvision) you can install idtracker.ai for devs by cloning the repo and installing:

``` bash
pip install git+https://gitlab.com/polavieja_lab/idtrackerai[dev,docs]
```

## Contributors
* Jordi Torrents (2022-)
* Antonio Ortega (2021-2023)
* Francisco Romero-Ferrero (2015-2022)
* Mattia G. Bergomi (2015-2018)
* Ricardo Ribeiro (2018-2020)
* Francisco J.H. Heras (2015-2022)
