Metadata-Version: 2.1
Name: sleap
Version: 1.0.5
Summary: SLEAP (Social LEAP Estimates Animal Pose) is a deep learning framework for estimating animal pose.
Home-page: https://sleap.ai
Author: Talmo Pereira, David Turner, Nat Tabris
Author-email: talmo@princeton.edu
License: BSD 3-Clause License
Project-URL: Documentation, https://sleap.ai/#sleap
Project-URL: Bug Tracker, https://github.com/murthylab/sleap/issues
Project-URL: Source Code, https://github.com/murthylab/sleap
Keywords: deep learning,pose estimation,tracking,neuroscience
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: numpy (>=1.16)
Requires-Dist: attrs (==19.3)
Requires-Dist: cattrs (==1.0.0rc)
Requires-Dist: jsonpickle (==1.2)
Requires-Dist: networkx
Requires-Dist: tensorflow (==2.1)
Requires-Dist: h5py
Requires-Dist: python-rapidjson
Requires-Dist: opencv-python-headless (==4.2.0.34)
Requires-Dist: pandas
Requires-Dist: psutil
Requires-Dist: PySide2 (<=5.14.1,>=5.12.0)
Requires-Dist: pyzmq
Requires-Dist: pyyaml
Requires-Dist: imgaug (==0.3.0)
Requires-Dist: scipy (<=1.4.1)
Requires-Dist: scikit-image
Requires-Dist: scikit-learn
Requires-Dist: scikit-video
Requires-Dist: imgstore (==0.2.9)
Requires-Dist: qimage2ndarray (==1.8)
Requires-Dist: jsmin
Requires-Dist: seaborn
Requires-Dist: pykalman (==0.9.5)
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-qt ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: coveralls ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: jupyterlab ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: PyGithub ; extra == 'dev'

.. inclusion-marker-do-not-remove

|Appveyor Build Status| |GitHub release|

.. |Appveyor Build Status| image:: 
   https://ci.appveyor.com/api/projects/status/tf5qlylwqse8ack5/branch/master?svg=true 
   :target: https://ci.appveyor.com/project/talmo/sleap
   :alt: Appveyor build status

.. |GitHub release| image:: https://img.shields.io/github/release/murthylab/sleap.svg
   :target: https://GitHub.com/murthylab/sleap/releases/

Social LEAP Estimates Animal Pose (SLEAP)
=========================================

.. image:: https://sleap.ai/docs/_static/sleap_movie.gif
    :width: 600px

|

**S**\ ocial **L**\ EAP **E**\ stimates **A**\ nimal **P**\ ose (**SLEAP**) is a framework for multi-animal
body part position estimation via deep learning. It is the successor to LEAP_. **SLEAP** is written entirely in
Python, supports multi-animal pose estimation, animal instance tracking, and comes with a labeling/training GUI that
supports active learning.

.. _LEAP: https://github.com/talmo/leap

SLEAP is released under a `Clear BSD License`_ and is intended for research/academic use only. For commercial use, please contact: Laurie Tzodikov (Assistant Director, Office of Technology Licensing), Princeton University, 609-258-7256.

If you use **SLEAP** in your research, cite `Pereira et al. Nature Methods 2019`_ and `sleap.ai`_.

.. _Clear BSD License: https://raw.githubusercontent.com/murthylab/sleap/master/LICENSE
.. _Pereira et al. Nature Methods 2019: https://www.nature.com/articles/s41592-018-0234-5
.. _sleap.ai: https://sleap.ai


