chidiwilliams / buzz

Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.
https://chidiwilliams.github.io/buzz
MIT License
11.01k stars 837 forks source link

Switching to pipeline for HF whisper #814

Closed raivisdejus closed 3 weeks ago

raivisdejus commented 3 weeks ago

Switching to pipelines for better accuracy of longer file transcripts.

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 95.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 83.11%. Comparing base (cf340bc) to head (a4a6fa4).

Files Patch % Lines
buzz/transcriber/recording_transcriber.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #814 +/- ## ========================================== + Coverage 83.06% 83.11% +0.04% ========================================== Files 85 85 Lines 4441 4417 -24 ========================================== - Hits 3689 3671 -18 + Misses 752 746 -6 ``` | [Flag](https://app.codecov.io/gh/chidiwilliams/buzz/pull/814/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chidi+Williams) | Coverage Δ | | |---|---|---| | [Linux](https://app.codecov.io/gh/chidiwilliams/buzz/pull/814/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chidi+Williams) | `82.40% <95.00%> (+0.08%)` | :arrow_up: | | [macOS](https://app.codecov.io/gh/chidiwilliams/buzz/pull/814/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chidi+Williams) | `82.49% <95.00%> (+0.04%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chidi+Williams#carryforward-flags-in-the-pull-request-comment) to find out more.

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