sensein / senselab

SenseLab is a Python package that simplifies building pipelines for biometric (e.g. speech, voice, video, etc) analysis.
https://github.com/sensein/senselab
Apache License 2.0
6 stars 3 forks source link

Task: Creating a custom interfaces #42

Closed fabiocat93 closed 1 month ago

fabiocat93 commented 1 month ago

Description

Developing custom Audio, Dataset (this one will have the method .from_bids), Participant, Session, Metadata, HuggingFaceModel classes for the package so we don't rely directly on HF Datasets.

  1. In the future, we will also need Image and Video classes.

Tasks

Freeform Notes

No response