Skip to content
Snippets Groups Projects
Unverified Commit f9ca4dc1 authored by Ahmet Oner's avatar Ahmet Oner Committed by GitHub
Browse files

Merge pull request #157 from ahmetoner/release-1.2.2

Release 1.2.2
parents a3425fa6 a87af585
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,9 @@ Changelog ...@@ -4,6 +4,9 @@ Changelog
Unreleased Unreleased
---------- ----------
[1.2.2] (2023-11-03)
--------------------
### Fixed ### Fixed
- Fixed `swagger-ui` rendering issues by upgrading to `v5.9.1`, fixes #153 and #154 - Fixed `swagger-ui` rendering issues by upgrading to `v5.9.1`, fixes #153 and #154
...@@ -137,6 +140,7 @@ Unreleased ...@@ -137,6 +140,7 @@ Unreleased
- mp3 support by using ffmpeg instead of librosa in #8 - mp3 support by using ffmpeg instead of librosa in #8
- add language detection endpoint in #9 - add language detection endpoint in #9
[1.2.2]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.2.2
[1.2.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.2.1 [1.2.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.2.1
[1.2.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.2.0 [1.2.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.2.0
[1.1.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.1.1 [1.1.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.1.1
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multitask model that can perform multilingual speech recognition as well as speech translation and language identification. For more details: [github.com/openai/whisper](https://github.com/openai/whisper/) Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multitask model that can perform multilingual speech recognition as well as speech translation and language identification. For more details: [github.com/openai/whisper](https://github.com/openai/whisper/)
## Features ## Features
Current release (v1.2.1) supports following whisper models: Current release (v1.2.2) supports following whisper models:
- [openai/whisper](https://github.com/openai/whisper)@[v20230918](https://github.com/openai/whisper/releases/tag/v20230918) - [openai/whisper](https://github.com/openai/whisper)@[v20230918](https://github.com/openai/whisper/releases/tag/v20230918)
- [guillaumekln/faster-whisper](https://github.com/guillaumekln/faster-whisper)@[0.9.0](https://github.com/guillaumekln/faster-whisper/releases/tag/v0.9.0) - [guillaumekln/faster-whisper](https://github.com/guillaumekln/faster-whisper)@[0.9.0](https://github.com/guillaumekln/faster-whisper/releases/tag/v0.9.0)
......
Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multitask model that can perform multilingual speech recognition as well as speech translation and language identification. Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multitask model that can perform multilingual speech recognition as well as speech translation and language identification.
## Features ## Features
Current release (v1.2.1) supports following whisper models: Current release (v1.2.2) supports following whisper models:
- [openai/whisper](https://github.com/openai/whisper)@[v20230918](https://github.com/openai/whisper/releases/tag/v20230918) - [openai/whisper](https://github.com/openai/whisper)@[v20230918](https://github.com/openai/whisper/releases/tag/v20230918)
- [guillaumekln/faster-whisper](https://github.com/guillaumekln/faster-whisper)@[0.9.0](https://github.com/guillaumekln/faster-whisper/releases/tag/v0.9.0) - [guillaumekln/faster-whisper](https://github.com/guillaumekln/faster-whisper)@[0.9.0](https://github.com/guillaumekln/faster-whisper/releases/tag/v0.9.0)
......
[tool.poetry] [tool.poetry]
name = "whisper-asr-webservice" name = "whisper-asr-webservice"
version = "1.2.2-dev" version = "1.2.3-dev"
description = "Whisper ASR Webservice is a general-purpose speech recognition webservice." description = "Whisper ASR Webservice is a general-purpose speech recognition webservice."
homepage = "https://github.com/ahmetoner/whisper-asr-webservice/" homepage = "https://github.com/ahmetoner/whisper-asr-webservice/"
license = "https://github.com/ahmetoner/whisper-asr-webservice/blob/main/LICENCE" 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