Skip to main content

AiCure’s OpenDBM is a software package that allows for calculation of digital biomarkers of health and functioning from video or audio of an individual’s behavior. It integrates existing tools for measurement of behavioral characteristics such as facial activity, voice, and movement into a single package for measurement of overall behavior. OpenDBM is designed for ease of use, expanding the availability of such tools to the wider scientific community.

Project description

OpenDBM

GitHub Actions for deploying to GitHub Pages with Static Site Generators

PyPI Latest Release Anaconda Latest Release PyPI - License Test Coverage Code style: black Imports: isort

Supported OS Platforms

OS Build Status
Linux Build
Windows Build
macOS-Intel Build

What is it

OpenDBM is a software package that allows for calculation of digital biomarkers of health and functioning from video or audio of an individual’s behavior. It integrates existing tools for behavioral measurements such as facial activity, voice, speech, and movement into a single package for measurement of overall behavior.

More About OpenDBM

At a modular level, OpenDBM is a library that consists of the following components:

Component Description
Facial An OpenDBM module to get facial attributes
Movement An OpenDBM module to get movement attributes
Acoustic An OpenDBM module to get acoustic attributes
Audio An OpenDBM module to get audio attributes

Usually, OpenDBM is used for:

  • A digital biomaker extraction app
  • A helper tools to give insight of patient condition

Table of Contents

⭐️ Installation

Prerequisites (Install Dependencies)

With Conda Environment (recommended)

Make sure to install conda first at anaconda

On Linux/macOS

conda install -c conda-forge cmake ffmpeg sox

On Windows

#Make sure to run in Anaconda Prompt, or add conda to the path.
conda install -c conda-forge ffmpeg sox dlib

Without Conda Environment

Installation instructions

OpenDBM Installation

pip install opendbm 

Model Download ( Facial and Movement Components)

Make sure you have installed docker and already login to Docker Hub.

If you haven't, Find the tutorial here

docker pull opendbmteam/dbm-openface

⭐️ Usage

Basic Usage

Try your first OpenDBM program

from opendbm import FacialActivity

#make sure Docker is active to access the model
model = FacialActivity()
path = "sample.mp4"
model.fit(path)
landmark = model.get_landmark()

To get the attribute like mean and std is as straighforward as .mean():

landmark.mean()
landmark.std()
landmark.to_dataframe() # convert results as pandas dataframe

For more in-depth tutorials about OpenDBM, you can check out:

⭐️ More resources

⭐️ License

OpenDBM is published under the GNU AGPL 3.0 license.

⭐️ People

OpenDBM was developed by Anzar Abbas and Vijay Yadav, alongside Vidya Koesmahargyo and Isaac Galatzer-Levy, from within the Research and Development department at AiCure––a health tech startup in New York. It was made open source in October 2020. You can contact us at opendbm@aicure.com.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opendbm-0.0.1b6.tar.gz (72.2 MB view details)

Uploaded Source

Built Distribution

opendbm-0.0.1b6-py3-none-any.whl (72.6 MB view details)

Uploaded Python 3

File details

Details for the file opendbm-0.0.1b6.tar.gz.

File metadata

  • Download URL: opendbm-0.0.1b6.tar.gz
  • Upload date:
  • Size: 72.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.15

File hashes

Hashes for opendbm-0.0.1b6.tar.gz
Algorithm Hash digest
SHA256 5391db9ca189b0ef072e9677b78e0b03aca18aa6cd1dd6468b1b623ffbed65e6
MD5 003e496c385a751e676e994beee13303
BLAKE2b-256 a6f1adc1e107f136611ed39e408e156a086aeb68b56b2b8ff3557c8da3cd6089

See more details on using hashes here.

File details

Details for the file opendbm-0.0.1b6-py3-none-any.whl.

File metadata

  • Download URL: opendbm-0.0.1b6-py3-none-any.whl
  • Upload date:
  • Size: 72.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.15

File hashes

Hashes for opendbm-0.0.1b6-py3-none-any.whl
Algorithm Hash digest
SHA256 44347a6a3e30f76d38d3ba19e2e24c4f652992b26302807615ad475c888bf43e
MD5 0005bc1d830ca63ef849a1df7226ec99
BLAKE2b-256 41086531dbd11f63fcaac7efaeb1ec88752cd060e3ccacdc1a476f59c56f6d7a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page