CouncilDataProject / cdp-backend

Data storage utilities and processing pipelines used by CDP instances.
https://councildataproject.org/cdp-backend
Mozilla Public License 2.0
22 stars 26 forks source link

feature/speaker-classifier-apply-function #197

Closed evamaxfield closed 2 years ago

evamaxfield commented 2 years ago

Link to Relevant Issue

WIP #131

Description of Changes

Include a description of the proposed changes.

Adds the function to annotate a transcript with a trained speakerbox model!

I am already using this and applying the highest accuracy model for Seattle to all of 2021-01-01 to 2022-01-01 data:

codecov[bot] commented 2 years ago

Codecov Report

Merging #197 (9930149) into main (1e3b7cb) will decrease coverage by 2.14%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #197      +/-   ##
==========================================
- Coverage   93.38%   91.24%   -2.15%     
==========================================
  Files          51       53       +2     
  Lines        2677     2740      +63     
==========================================
  Hits         2500     2500              
- Misses        177      240      +63     
Impacted Files Coverage Δ
cdp_backend/annotation/__init__.py 0.00% <0.00%> (ø)
cdp_backend/annotation/speaker_labels.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1e3b7cb...9930149. Read the comment docs.