Whisper Asr Webservice Versions Save

OpenAI Whisper ASR Webservice API

v1.4.1

1 month ago

Changed

  • Upgraded torch to v1.13.1

What's Changed

Full Changelog: https://github.com/ahmetoner/whisper-asr-webservice/compare/v1.4.0...v1.4.1

v1.4.0

1 month ago

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: https://github.com/ahmetoner/whisper-asr-webservice/compare/v1.3.0...v1.4.0

v1.3.0

3 months ago

Added

  • Compiled and added FFmpeg without LGPL libraries for license compliance

What's Changed

Full Changelog: https://github.com/ahmetoner/whisper-asr-webservice/compare/v1.2.4...v1.3.0

v1.2.3

6 months ago

What's Changed

Full Changelog: https://github.com/ahmetoner/whisper-asr-webservice/compare/v1.2.2...v1.2.3

v1.2.2

6 months ago

Fixed

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

Full Changelog: https://github.com/ahmetoner/whisper-asr-webservice/compare/v1.2.1...v1.2.2

v1.2.1

6 months ago

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: https://github.com/ahmetoner/whisper-asr-webservice/compare/v1.1.1...v1.2.1

v1.2.0

7 months ago

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

11 months ago

What's Changed

Full Changelog: https://github.com/ahmetoner/whisper-asr-webservice/compare/v1.1.0...v1.1.1

v1.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ahmetoner/whisper-asr-webservice/compare/v1.0.6...v1.1.0