EcoHab with some machine learning
Project description
DeepEcoHab: fast and intuitive data analysis platform for your EcoHab experiments
DeepEcoHab is an analytics platform build for preprocessing, analysis and visualization of data acquired in the DeepEcoHab.
Our backend is built on Polars - Extremely fast Query Engine for DataFrames, written in Rust and frontend utilizes Plotly Dash which allows for system independent operation - running the app in your Chromium based browser - providing an interactive, high quality and responsive visualization of experiments regardless of their length.
Installation
We keep DeepEcoHab lean to ensure easy integration and fast installation.
Existing Environments:
If your environment is already running python>=3.10, run: pip install deepecohab
New Installations: If you are starting from scratch, please follow our guide below:
In the spirit of open-source we suggest usage of uv.
To install uv copy-paste the command below:
Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Linux/MacOS:
$ curl -LsSf https://astral.sh/uv/install.sh | sh
To install DeepEcoHab please run the following commands line by line in the terminal:
Turn slashes the other way for Linux and MacOS
cd where\you\want\to_clone_to
git clone https://github.com/KonradDanielewski/DeepEcoHab.git
cd DeepEcoHab
uv venv
.venv\Scripts\activate
uv pip install deepecohab
We recommend using VSCode with the Jupter extension to run the example notebooks provided in the repository.
Example data
We provide 3 example datasets that reflect 3 main possibilites for an EcoHab layout.
- example_notebook for a vanilla 4 cage, 8 antenna setup.
- example_notebook_custom_layout for a custom layout that can be user defined in the
config.tomlof the created project. - example_notebook_field for a field EcoHab layout.
Dashboard
The dashboard contains visualization of the experiment analysis results. It is divided into two tabs: main dashboard tab and a tab for comparisons (when the user wants to compare same plot in different days/phases etc.) and 3 sections:
- Social hierarchy
- Activity
- Sociability
All providing multiple plots controlled via the settings block located on top.
Data structure:
The data is stored in parquet format - an open-source, column-oriented data storage format which allows extremely fast read/write operations of large dataframes.
To get the list of available keys simply call: deepecohab.df_registry.list_available() similarily deepecohab.plot_registry.list_available() can be called to obtain the list of currently available visualizations.
Roadmap
- Full web-app style GUI, deployable via a docker container.
- Group analysis - combined analysis of multiple cohort, comparing different groups of cohorts.
- Pose estimation based analysis of animal interactions and more detailed social structure analysis.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deepecohab-0.4.2.5rc1.tar.gz.
File metadata
- Download URL: deepecohab-0.4.2.5rc1.tar.gz
- Upload date:
- Size: 39.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
810824b1e34fe09180dce86ec54bc9314950213f3deb2f7e5e8ffdd06db9f39f
|
|
| MD5 |
60d5e5698bd45ae7fae94aba9abdcc73
|
|
| BLAKE2b-256 |
80dee517bf2608ab1193eeb1813bd48e52b15c36d659367292a58aebaeaed39e
|
File details
Details for the file deepecohab-0.4.2.5rc1-py3-none-any.whl.
File metadata
- Download URL: deepecohab-0.4.2.5rc1-py3-none-any.whl
- Upload date:
- Size: 44.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80207d45e9049e78faaf1391c49a97a29f1d7e9579176af5fe876597e82a3100
|
|
| MD5 |
cd977caf7c7c83251c1240d826e62a9c
|
|
| BLAKE2b-256 |
4c81c3cc6421b6e8eb11b0b46d22a8d2804c06f7192a039d8e9c949e21acb130
|