Metadata-Version: 2.4
Name: lisbet
Version: 0.3.1
Summary: LISBET (LISBET Is a Social BEhavior Transformer)
Author-email: Giuseppe Chindemi <giuseppe.chindemi@unige.ch>, Benoit Girard <benoit.girard@unige.ch>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: h5py
Requires-Dist: hmmlearn
Requires-Dist: huggingface_hub
Requires-Dist: joblib
Requires-Dist: lightning
Requires-Dist: matplotlib
Requires-Dist: movement
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pooch
Requires-Dist: pyyaml
Requires-Dist: scikit-learn
Requires-Dist: seaborn
Requires-Dist: torch
Requires-Dist: torchinfo
Requires-Dist: torchvision
Requires-Dist: tqdm
Requires-Dist: umap-learn
Requires-Dist: rich
Provides-Extra: docs
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: sphinx-gallery; extra == "docs"
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Provides-Extra: dev
Requires-Dist: lisbet[docs,tests]; extra == "dev"
Dynamic: license-file

<div align="center">

<p align="center">
  <img src="https://raw.githubusercontent.com/BelloneLab/lisbet/main/docs/_static/logo_dark.png" alt="Logo" width="200">
</p><br>

[📚 Documentation](https://docs.lisbet.ai) |
[📦 Install](https://docs.lisbet.ai/en/latest/getting_started/installation.html) |
[🚀 Quickstart](https://docs.lisbet.ai/en/latest/getting_started/quickstart.html) |
[🪲 Reporting Issues](https://github.com/BelloneLab/lisbet/issues)

[![PyPI](https://img.shields.io/pypi/v/lisbet)](https://pypi.org/project/lisbet/)
[![Documentation Status](https://readthedocs.org/projects/lisbet/badge/?version=latest)](https://docs.lisbet.ai/en/latest/?badge=latest)
[![arXiv](https://img.shields.io/badge/arXiv-2311.04069-b31b1b.svg)](https://doi.org/10.48550/arXiv.2311.04069)

</div>

## About LISBET
LISBET (LISBET Is a Social BEhavior Transformer) is a machine learning model for social behavior discovery and classification.

See the [ROADMAP](ROADMAP.md) for an overview of the planned features and improvements.

> [!WARNING]
> LISBET is currently in beta and under active development.
> If you encounter any issues or bugs, please report them on our GitHub repository.
> We welcome feedback and contributions from the community.

## Installation
See the [installation guide](https://docs.lisbet.ai/en/latest/getting_started/installation.html) for a step-by-step guide on how to install LISBET.

## Citing LISBET
If you use LISBET in your research, please cite the following paper:

```bibtex
@misc{chindemi2023lisbet,
  title={LISBET: a machine learning model for the automatic segmentation of social behavior motifs},
  author={Giuseppe Chindemi and Benoit Girard and Camilla Bellone},
  year={2023},
  eprint={2311.04069},
  archivePrefix={arXiv},
  primaryClass={cs.CV}
}
```
