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

adding speech to text #51

Closed fabiocat93 closed 1 month ago

fabiocat93 commented 1 month ago
codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 91.85520% with 18 lines in your changes missing coverage. Please review.

Project coverage is 72.19%. Comparing base (96b7ff0) to head (7b4b2e8).

Files Patch % Lines
src/senselab/audio/tasks/speech_to_text.py 90.38% 5 Missing :warning:
src/senselab/utils/data_structures/model.py 73.68% 5 Missing :warning:
src/senselab/utils/functions.py 37.50% 5 Missing :warning:
src/senselab/audio/tasks/speech_to_text_pydra.py 0.00% 2 Missing :warning:
src/senselab/utils/device.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #51 +/- ## ========================================== + Coverage 65.51% 72.19% +6.68% ========================================== Files 37 44 +7 Lines 957 1169 +212 ========================================== + Hits 627 844 +217 + Misses 330 325 -5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.