Skip to content
Snippets Groups Projects
Commit 78f205ef authored by Ahmet Oner's avatar Ahmet Oner
Browse files

Release 1.5.0

parent f1fd70f1
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@ Changelog
Unreleased
----------
[1.5.0] (2024-07-04)
--------------------
### Changed
- Upgraded
......@@ -199,6 +202,7 @@ Unreleased
- mp3 support by using FFmpeg instead of librosa in #8
- add language detection endpoint in #9
[1.5.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.5.0
[1.4.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.4.1
[1.4.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.4.0
[1.3.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.3.0
......
......@@ -9,7 +9,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
## Features
Current release (v1.4.1) supports following whisper models:
Current release (v1.5.0) supports following whisper models:
- [openai/whisper](https://github.com/openai/whisper)@[v20231117](https://github.com/openai/whisper/releases/tag/v20231117)
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.0.3](https://github.com/SYSTRAN/faster-whisper/releases/tag/1.0.3)
......
......@@ -2,7 +2,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
## Features
Current release (v1.4.1) supports following whisper models:
Current release (v1.5.0) supports following whisper models:
- [openai/whisper](https://github.com/openai/whisper)@[v20231117](https://github.com/openai/whisper/releases/tag/v20231117)
- [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.0.3](https://github.com/SYSTRAN/faster-whisper/releases/tag/1.0.3)
......
[tool.poetry]
name = "whisper-asr-webservice"
version = "1.5.0-dev"
version = "1.5.0"
description = "Whisper ASR Webservice is a general-purpose speech recognition webservice."
homepage = "https://github.com/ahmetoner/whisper-asr-webservice/"
license = "https://github.com/ahmetoner/whisper-asr-webservice/blob/main/LICENCE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment