Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.01 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.01 KB

This repository contains code examples for using the openbadge analysis libraries. In addition, it contains documentation for some of the tests and evaluations that we have done for the badges.

To use the example, setup a Python 2.7 environment and install the required packages using pip:

pip install -r requirements.txt

Folders:

  • notebooks - analysis code examples, in the form of Jupyter notebooks
  • data - data files for examples

Notable examples:

  • notebooks/meeting_simple_plots.ipynb - loading and processing audio data from a single meeting
  • notebooks/hub_proximity_example.ipynb - loading and processing proximity data from an event
  • notebooks/evaluate-voice-activity-detection-for-sociometric-badge-data.ipynb - describes how the old voice-activity-detection (VAD) works. This method assumes a single speaker
  • notebooks/multi-channel_VAD_illustration.ipynb - describes how the new voice-activity-detection (VAD) works. This method allows multiple speakers. Note that all other examples use the old VAD algorithm