Skip to content

Releases: ahmetoner/whisper-asr-webservice

v1.4.1

16 Apr 23:29
Compare
Choose a tag to compare

Changed

  • Upgraded torch to v1.13.1

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

16 Apr 23:15
Compare
Choose a tag to compare

Changed

  • Upgraded
    • SYSTRAN/faster-whisper to v1.0.1
    • fastapi to v0.110.1
    • uvicorn to v0.29.0
    • gunicorn to v21.2.0
    • tqdm to v4.66.2
    • python-multipart to v0.0.9
    • llvmlite to v0.42.0
    • numba to v0.59.1

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

15 Feb 22:31
Compare
Choose a tag to compare

Added

  • Compiled and added FFmpeg without LGPL libraries for license compliance

What's Changed

Full Changelog: v1.2.4...v1.3.0

v1.2.4

27 Nov 21:52
Compare
Choose a tag to compare

v1.2.3

06 Nov 23:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

03 Nov 11:24
Compare
Choose a tag to compare

Fixed

  • Fixed swagger-ui rendering issues by upgrading to v5.9.1, fixes #153 and #154

Full Changelog: v1.2.1...v1.2.2

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