pluja/whishper
Transcribe any audio to text, translate and edit subtitles 100% locally with a web UI. Powered by whisper models!
📋 Changes
- Update yt-dlp
📋 What's Changed
- Fixed issue with VTT format (#81)
- Update README.md by @miketwo in https://github.com/pluja/whishper/pull/75
✨ New Contributors
- @miketwo made their first contribution in https://github.com/pluja/whishper/pull/75
- Full Changelog: https://github.com/pluja/whishper/compare/v3.1.2...v3.1.3
📋 What's Changed
- Add `CPU_THREADS` environment to configure the CPU threads used. It defaults to 4. (#28)
- Full Changelog: https://github.com/pluja/whishper/compare/v3.1.1...v3.1.2
📋 What's Changed
- Use actual filename of uploaded media instead of "subtitles.srt" when downloading transcription by @JonasCz in https://github.com/pluja/whishper/pull/69
- Display time in hh:mm:ss format instead of seconds by @JonasCz in https://github.com/pluja/whishper/pull/70
- reversed transcription list display by @JonasCz in https://github.com/pluja/whishper/pull/72
✨ New Contributors
- @JonasCz made their first contribution in https://github.com/pluja/whishper/pull/69
- Full Changelog: https://github.com/pluja/whishper/compare/v3.0.1...v3.1.1
✨ Added support for Whisper Large v3 model
- This release bumps the faster-whisper version to 0.10.0, and adds support for the new OpenAI `large-v3` model (#48) .
- > More info about the model:
- > https://github.com/openai/whisper/discussions/1762
- Full Changelog: https://github.com/pluja/whishper/compare/v3.0.0...v3.1.0
📦 Key Updates in This Release
- > Upcoming Feature Teaser: In the next release, look forward to a highly requested feature – the ability to use local folders as media inputs (#15).
- ---
📋 Changelog
- [x] Simplified Docker Experience: Whishper has evolved into a unified docker container, requiring only a database container and the optional `libretranslate` for translations.
- [x] Enhanced User Feedback: The new upload progress feature (#20) now provides real-time feedback during file uploads, a feature much awaited by our users.
- [x] Update translation models: When you add new languages to the `LT_LOAD_ONLY` variable in the `.env` file, now LibreTranslate will update and download any new languages. This is achieved by adding `LT_UPDATE_MODELS: True` by default to the Libretranslate environment in the `docker-compose.yml` file.
- [x] Additional Tweaks and Enhancements: This release also includes various minor fixes and improvements for an overall smoother experience.
- Explore the Full Changelog: [Whishper v3.0.0 Changes](https://github.com/pluja/whishper/compare/v2.0.0...v3.0.0)
💥 ⚠️ This release introduces **Breaking Changes** ⚠️
- Make sure to get the latest `docker-compose.yml` and `.env` file versions from the repository!
- ---
📋 What's Changed
- [#34] Introduced support for GPU with CUDA: [read the docs](https://whishper.net/guides/gpu/)
- Improved startup speed
- Some internal fixes for frontend, backend and API
- Migrated from yarn to pnpm
- Improved install script for Linux/MacOS
- Bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.50.0 in /backend by @dependabot in https://github.com/pluja/whishper/pull/32
- Bump postcss from 8.4.28 to 8.4.31 in /frontend by @dependabot in https://github.com/pluja/whishper/pull/33
- See Full Changelog here: https://github.com/pluja/whishper/compare/v1.2.0...v2.0.0
**Full Changelog**: https://github.com/pluja/whishper/compare/v1.3.6-beta...v1.3.7-beta
**Full Changelog**: https://github.com/pluja/whishper/compare/v1.3.5-beta...v1.3.6-beta
**Full Changelog**: https://github.com/pluja/whishper/compare/v1.3.4-beta...v1.3.5-beta
**Full Changelog**: https://github.com/pluja/whishper/compare/v1.3.3-beta...v1.3.4-beta
**Full Changelog**: https://github.com/pluja/whishper/compare/v1.3.2-beta...v1.3.3-beta
**Full Changelog**: https://github.com/pluja/whishper/compare/v1.3.1-beta...v1.3.2-beta
**Full Changelog**: https://github.com/pluja/whishper/compare/v1.3.0-beta...v1.3.1-beta
📋 What's Changed
- Bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.50.0 in /backend by @dependabot in https://github.com/pluja/whishper/pull/32
- Bump postcss from 8.4.28 to 8.4.31 in /frontend by @dependabot in https://github.com/pluja/whishper/pull/33
- Bump python to 3.11
- prepare api for GPU support
- Full Changelog: https://github.com/pluja/whishper/compare/v1.2.0...v1.3.0-beta
# Breaking! Make sure to update the `docker-compose.yml` variables from the `environment` section of `whishper-frontend` service according to the latest variable names that can be found here: https://github.com/pluja/whishper/blob/main/docker-compose.yml#L93-L95 **Full Changelog**: https://github.com/pluja/whishper/compare/v1.1.1...v1.2.0
Read [CHANGELOG.md](https://github.com/pluja/whishper/blob/main/CHANGELOG.md) for a complete list of changes.
Read [CHANGELOG.md](https://github.com/pluja/whishper/blob/main/CHANGELOG.md) for a complete list of changes. Also see: https://whishper.net/troubleshooting/avx-problems/
Initial Release
