Skip to content

Commit

Permalink
Merge pull request #18 from cbsiamlg/release-v0.0.2
Browse files Browse the repository at this point in the history
update CHANGELOG
  • Loading branch information
beatgeek authored Dec 12, 2023
2 parents 2569a02 + 4216dac commit 51f94ff
Showing 1 changed file with 201 additions and 5 deletions.
206 changes: 201 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,208 @@
# Changelog
### Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.2.4](https://github.com/cbsiamlg/whisper-asr-webservice/compare/v1.2.3...v1.2.4)

> 27 November 2023
- Upgrade faster-whisper to v0.10.0 and OpenAI Whisper to v20231117 [`#170`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/170)
- Release 1.2.3 [`#162`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/162)
- Release 1.2.4 [`d6b7f6f`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/d6b7f6f988768c747a9619fa0d8474c5909ee37a)
- Prepare for next release [`2a0ba5e`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/2a0ba5ebda64f1c4393cf24428a9f332daa5bdde)

#### [v1.2.3](https://github.com/cbsiamlg/whisper-asr-webservice/compare/v1.2.2...v1.2.3)

> 7 November 2023
- Upgrade Whisper to `v20231106` for `large-v3` [`#160`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/160)
- Release 1.2.2 [`#157`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/157)
- Upgrade OpenAI Whisper to v20231106 (large-v3) [`7a3a3e7`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/7a3a3e787bce2354f5e80d0c314550ab3bcf3152)
- Release 1.2.3 [`9797f4d`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/9797f4d33e8e8c2572b54162d6f5d9dad2ba107d)
- Prepare for next release [`a87af58`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/a87af5853d17216f6fc790b25901aec066656fa8)

#### [v1.2.2](https://github.com/cbsiamlg/whisper-asr-webservice/compare/v1.2.1...v1.2.2)

> 3 November 2023
- Fix `swagger-ui` rendering issues by upgrading to `v5.9.1`, fixes #15[`#156`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/156)
- Release 1.2.1 [`#152`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/152)
- Merge pull request #156 from ahmetoner/fix-swagger-ui-rendering-issue [`#15`](https://github.com/cbsiamlg/whisper-asr-webservice/issues/15)
- Fix `swagger-ui` rendering issues by upgrading to `v5.9.1`, fixes #153 and #154 [`#153`](https://github.com/cbsiamlg/whisper-asr-webservice/issues/153)
- Release 1.2.2 [`3276ba4`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/3276ba4d6eea4f9c9134dd250d4b813cfb4ac066)
- Prepare for next release [`7f11a8f`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/7f11a8f05154bc74551dd9d37fdd92c238c5f7a4)

#### [v1.2.1](https://github.com/cbsiamlg/whisper-asr-webservice/compare/v1.1.1...v1.2.1)

> 3 November 2023
- Upgrade dependencies [`#151`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/151)
- Upgrade Whisper [`#136`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/136)
- Enable `vad_filter` for `faster-whisper` engine, fixes #147 [`#147`](https://github.com/cbsiamlg/whisper-asr-webservice/issues/147)
- Update cache folder usage, Fixes #138 [`#138`](https://github.com/cbsiamlg/whisper-asr-webservice/issues/138)
- Add MkDocs [`7bf22dd`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/7bf22dd672853523cb160c4b650f2ea8996d7d30)
- Upgrade and remove (unused) dependencies [`da927b6`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/da927b6c66cd59adb086a09c06b942ced15e6503)
- Upgrade Whisper to v20230918 [`986a18a`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/986a18af7931205d920ac5da1f2ccb9d8a8b8a2b)

#### [v1.1.1](https://github.com/cbsiamlg/whisper-asr-webservice/compare/v1.1.0...v1.1.1)

> 29 May 2023
- Add word level functionality for Faster Whisper [`#109`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/109)
- Update compute type [`#108`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/108)
- 94 gpus that dont support float16 [`#103`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/103)
- Seperate Faster Whisper and Openai Whisper with env variable [`0f13c4d`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/0f13c4db478d42578b1fed7c307af4c8885d7a26)
- Update Readme.md [`81ade6f`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/81ade6f65f95d9ff5e107e9b7cb389e68f20c2d3)
- Update README.md [`88b8391`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/88b83916640cb749a14c0c18824efacf4aab8a91)

#### [v1.1.0](https://github.com/cbsiamlg/whisper-asr-webservice/compare/v1.0.6...v1.1.0)

> 17 April 2023
- Faster whisper [`#92`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/92)
- Add an optional param to skip the encoding step [`#82`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/82)
- Adds support for FasterWhisper [`#81`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/81)
- Fix language code typo [`#77`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/77)
- Docs [`#72`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/72)
- Update dependecy versions [`4f72e25`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/4f72e25c56cdedc7e730a96c10e34976360df854)
- * Adds docker compose startup [`9d8c9c2`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/9d8c9c21c3721aa9499e64f24162284473c516fe)
- Update pytorch for cpu [`5e4cb29`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/5e4cb2986f5c363c1028c18f7b2b85d576d6e89c)

#### [v1.0.6](https://github.com/cbsiamlg/whisper-asr-webservice/compare/v1.0.5...v1.0.6)

> 5 February 2023
- Add prompt to ASR [`#66`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/66)
- Move torch installation method into the pyproject.toml file [`#71`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/71)
- Fix gunicorn run command and remove deprecated poetry run script [`#70`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/70)
- 68 update the versions [`#69`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/69)
- Update README.md [`#58`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/58)
- Update python version (3.11) and whisper (7858aa9) [`2588cb1`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/2588cb151288e73a5b1a28fd4858fba39248ed1b)
- Update torch version for cpu [`70541ab`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/70541ab23fe4af864f5724f9957944798da0730a)
- Add new output methods txt, vtt, srt, tsv, json) [`321a00c`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/321a00c148627aa576ddb3774f20c2b1869815e4)

#### [v1.0.5](https://github.com/cbsiamlg/whisper-asr-webservice/compare/v1.0.4...v1.0.5)

> 8 December 2022
- Add new large model v2 [`#53`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/53)
- 43 make swagger doc not depend on internet connection [`#52`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/52)
- Remove swagger css and js source files [`145deb2`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/145deb2ac882164aaada8fe4d56f72d8bd8f3138)
- Update languages [`4df712e`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/4df712e4aac81fe22a0d5811ea7747eda6f915ec)
- Add fastapi-offline-swagger-ui module [`4f8ca03`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/4f8ca03805da38494b6ba4985ef11393ba9b18f5)

#### [v1.0.4](https://github.com/cbsiamlg/whisper-asr-webservice/compare/v1.0.3-beta...v1.0.4)

> 28 November 2022
- 43 make swagger doc not depend on internet connection [`#51`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/51)
- Explicit MacOS readme with explanation for no-GPU [closes #44] [`#47`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/47)
- Fix markdown warnings [`#48`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/48)
- Merge pull request #47 from drnic/macos-readme [`#44`](https://github.com/cbsiamlg/whisper-asr-webservice/issues/44)
- Explicit MacOS readme with explanation for no-GPU [closes #44] [`#44`](https://github.com/cbsiamlg/whisper-asr-webservice/issues/44)
- Add statically swagger-ui css and js files for offline usage [`c1dcef5`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/c1dcef5dc67e64f7d20af93b3ef8e87c55599c9a)
- Anally retentively fixed markdown linting warnings in README. Sorry. [`8400c42`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/8400c4200b41743c521b53e29a0f9a1b19878860)
- Add static css and js files for offline usage and relocate file [`6c70835`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/6c70835a61d0412d2cc0715d330389e7e2c73a47)

#### [v1.0.3-beta](https://github.com/cbsiamlg/whisper-asr-webservice/compare/v1.0.2-beta...v1.0.3-beta)

> 17 November 2022
- Lock to the latest whisper version (eff383) [`#41`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/41)
- Upgrade Cuda version to 11.7 [`#40`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/40)
- Add multi platform (amd & arm) support [`#39`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/39)
- Add multi worker support with gunicorn [`#37`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/37)
- Combine transcribe endpoints [`#36`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/36)
- Upgrade to Whisper latest version [`#33`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/33)
- Update poetry.lock file [`51702a4`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/51702a4273a0654f1ccb3363cd501e99705a5928)
- Move torch installation to the Dockerfile(s) for cpu and gpu [`359ec05`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/359ec05fb5348006eb009b31855db8a52de9f31a)
- Add torch cuda version (1.13.0+cu117) for gpu [`4823ef9`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/4823ef90eef8fea0a81f750ee5eb4b7a01acbd2e)

#### [v1.0.2-beta](https://github.com/cbsiamlg/whisper-asr-webservice/compare/v1.0.1-beta...v1.0.2-beta)

> 4 October 2022
- Subtitles [`#21`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/21)
- add mutex lock to the model [`#19`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/19)
- Merge pull request #22 from ahmetoner/12-cuda-version-of-docker-image [`1dc7f47`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/1dc7f476bc8f2b88ba8b594c67460a520c947988)
- Add gpu support and create Docker image for cuda with github flow [`b1c3353`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/b1c33530cf87c6e1a49acb3772a84433090d4144)
- run_asr function called for multiple endpoints [`7fe54a7`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/7fe54a78e226550e9ecb0294261515e9762f041f)

#### [v1.0.1-beta](https://github.com/cbsiamlg/whisper-asr-webservice/compare/1.0.0-beta...v1.0.1-beta)

> 27 September 2022
- Lock Whisper dependency with b4308... revision number to prevent build crashes [`#15`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/15)
- Init GitHub runners [`#10`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/10)
- Add docker hub image and running information [`00abc4c`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/00abc4c8d5a55c99821a2878c2306637ebcd4360)
- Add docker image publish pipeline [`7ccb628`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/7ccb628ee23f66a7ebb506b5f6af3d35c9504758)
- Update docker hub publish flow [`5f6744d`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/5f6744d4ebbdaa478e552fceac6382e44cc74900)

#### [1.0.0-beta](https://github.com/cbsiamlg/whisper-asr-webservice/compare/v0.0.1...1.0.0-beta)

> 25 September 2022
#### v0.0.1

> 20 August 2023
- release [`#16`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/16)
- update memory for prod deployment [`#15`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/15)
- Feature/infra updates [`#14`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/14)
- Update max size [`#11`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/11)
- Update ingress to read from values.yaml [`#10`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/10)
- feature/AMLG-6294-update-whisper-deployment-memory [`#9`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/9)
- revert asr model [`#8`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/8)
- feature/AMLG-6265-ops-update [`#7`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/7)
- change base to medium.en [`#6`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/6)
- add helm deloyment and update cf pipeline [`#5`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/5)
- Feature/codefresh pipeline [`#3`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/3)
- bump poetry version in gpu dockerfile [`#2`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/2)
- JSON formatting, faster-whisper+poetry update [`#1`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/1)
- Add word level functionality for Faster Whisper [`#109`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/109)
- Update compute type [`#108`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/108)
- 94 gpus that dont support float16 [`#103`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/103)
- Faster whisper [`#92`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/92)
- Add an optional param to skip the encoding step [`#82`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/82)
- Adds support for FasterWhisper [`#81`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/81)
- Fix language code typo [`#77`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/77)
- Docs [`#72`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/72)
- Add prompt to ASR [`#66`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/66)
- Move torch installation method into the pyproject.toml file [`#71`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/71)
- Fix gunicorn run command and remove deprecated poetry run script [`#70`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/70)
- 68 update the versions [`#69`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/69)
- Update README.md [`#58`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/58)
- Add new large model v2 [`#53`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/53)
- 43 make swagger doc not depend on internet connection [`#52`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/52)
- 43 make swagger doc not depend on internet connection [`#51`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/51)
- Explicit MacOS readme with explanation for no-GPU [closes #44] [`#47`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/47)
- Fix markdown warnings [`#48`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/48)
- Lock to the latest whisper version (eff383) [`#41`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/41)
- Upgrade Cuda version to 11.7 [`#40`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/40)
- Add multi platform (amd & arm) support [`#39`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/39)
- Add multi worker support with gunicorn [`#37`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/37)
- Combine transcribe endpoints [`#36`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/36)
- Upgrade to Whisper latest version [`#33`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/33)
- Subtitles [`#21`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/21)
- add mutex lock to the model [`#19`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/19)
- Lock Whisper dependency with b4308... revision number to prevent build crashes [`#15`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/15)
- Init GitHub runners [`#10`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/10)
- add language detection endpoint [`#9`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/9)
- Translate init [`#5`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/5)
- Avoid tempfile [`#4`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/4)
- Fastapi init [`#3`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/3)
- Create LICENCE [`#2`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/2)
- Docker init [`#1`](https://github.com/cbsiamlg/whisper-asr-webservice/pull/1)
- Merge pull request #47 from drnic/macos-readme [`#44`](https://github.com/cbsiamlg/whisper-asr-webservice/issues/44)
- Explicit MacOS readme with explanation for no-GPU [closes #44] [`#44`](https://github.com/cbsiamlg/whisper-asr-webservice/issues/44)
- Remove swagger css and js source files [`145deb2`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/145deb2ac882164aaada8fe4d56f72d8bd8f3138)
- Add statically swagger-ui css and js files for offline usage [`c1dcef5`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/c1dcef5dc67e64f7d20af93b3ef8e87c55599c9a)
- Update python version (3.11) and whisper (7858aa9) [`2588cb1`](https://github.com/cbsiamlg/whisper-asr-webservice/commit/2588cb151288e73a5b1a28fd4858fba39248ed1b)

<!-- auto-changelog-above -->

## [v1.1.1](https://github.com/cbsiamlg/whisper-asr-webservice/compare/v1.1.0...v1.1.1) - 2023-05-29

### Merged
Expand Down

0 comments on commit 51f94ff

Please sign in to comment.