Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

WAZP

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

WAZP

Wasp Animal-tracking Zoo project with Pose estimation

pipPyPI
Version
0.2.1
Maintainers
3

License CI codecov docs Ruff Code style: black pre-commit

WAZP 🐝

Wasp Animal-tracking Zoo project with Pose estimation (name is subject to refinement)

Overview

WAZP is a dashboard built with Dash-Plotly for analysing animal tracking data. It can display pose estimation output from DeepLabCut.

The package is currently in early development 🏗️ and is not yet ready for use. Stay tuned ⌛

Installation

We recommend you install WAZP inside a conda environment. Once you have conda installed, the following will create and activate an environment. You can call your environment whatever you like, we've used wazp-env.

conda create -n wazp-env -c conda-forge python=3 pytables
conda activate wazp-env

Next install the latest version of WAZP from pip:

pip install wazp

Launching the dashboard

Once installed, launch the dashboard by running the following command from the root of the repository:

startwazp

This will launch a local web server. If the dashboard does not automatically open in your default browser, click the link in the terminal to open it (the link will be of the form http://localhost:8050/).

License

⚖️ BSD 3-Clause

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts