Skip to content

Releases: bellingcat/whisperbox-transcribe

v1.0.1

19 Apr 19:52
Compare
Choose a tag to compare

What's Changed

  • fix: missing .commit() when deleting jobs by @fspoettel in #56
  • feat: configure celery to use rabbitmq broker by @fspoettel in #58
  • refactor: use Depends for settings and session_local by @fspoettel in #59
  • fix: switch to prefork pool to avoid worker disconnects by @fspoettel in #89

Full Changelog: v1.0.0...v1.0.1

Production-ready API v1.0.0

07 Aug 12:23
f0d687f
Compare
Choose a tag to compare
  • transcription/translation operations are achived via CPU (or optionally GPU) locally installed Whisper models.