Skip to content

Releases: ahmetoner/whisper-asr-webservice

v1.2.1

03 Nov 00:05
Compare
Choose a tag to compare

Enabled

  • Enabled vad_filter for faster-whisper engine

Changed

  • Changed misspelling in "Word level timestamps"
  • Removed unused unidecode dependency
  • Upgraded
    • uvicorn to v0.23.2
    • gunicorn to v21.0.1
    • tqdm to v4.66.1
    • python-multipart to v0.0.6
    • fastapi to v0.104.1
    • llvmlite to v0.41.1
    • numba to v0.58.0

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.1

v1.2.0

01 Oct 20:41
Compare
Choose a tag to compare

Changed

Added

  • Added Word-Level Timestamps option for OpenAI Whisper

Updated

  • Updated model conversion method (for Faster Whisper) to use Hugging Face downloader
  • Updated default model paths to ~/.cache/whisper.
    • For customization, modify the ASR_MODEL_PATH environment variable.
    • Ensure Docker volume is set for the corresponding directory to use caching.
      docker run -d -p 9000:9000 -e ASR_MODEL_PATH=/data/whisper -v ./yourlocaldir:/data/whisper onerahmet/openai-whisper-asr-webservice:latest
  • Removed the triton dependency from poetry.lock to ensure the stability of the pipeline for ARM-based Docker images

v1.1.1

29 May 11:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

17 Apr 20:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.1.0

v1.0.6

05 Feb 00:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

08 Dec 22:35
10b242f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

27 Nov 23:52
Compare
Choose a tag to compare

What's Changed

  • 43 make swagger doc not depend on internet connection by @ahmetoner in #51
  • Anally retentively fixed markdown linting warnings in README. Sorry. by @drnic in #48
  • Explicit MacOS readme with explanation for no-GPU [closes #44] by @drnic in #47

New Contributors

  • @drnic made their first contribution in #48

Full Changelog: v1.0.3-beta...v1.0.4

v1.0.3-beta

17 Nov 12:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2-beta...v1.0.3-beta

v1.0.2-beta

03 Oct 23:22
1dc7f47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1-beta...v1.0.2-beta

v1.0.1-beta

26 Sep 22:18
Compare
Choose a tag to compare

What's Changed

  • Init GitHub runners by @ahmetoner in #10
  • Lock Whisper dependency with b4308... revision number to prevent build crashes by @ahmetoner in #15

Full Changelog: 1.0.0-beta...v1.0.1-beta